Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support KRM in Kustomize plugin - TemplateTransformer #6

Open
3 tasks
Tracked by #5
aabouzaid opened this issue Jun 18, 2023 · 5 comments
Open
3 tasks
Tracked by #5

Support KRM in Kustomize plugin - TemplateTransformer #6

aabouzaid opened this issue Jun 18, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request lang/go size/m

Comments

@aabouzaid
Copy link
Collaborator

Intro

Kustomize (the official tool to create K8s IaC) adopted the new Kubernetes declarative configurations known as KRM Functions. The new style is used as a unified way to interact with Kustomize plugins. There are 2 ways to use KRM in the plugins: Containerized KRM Functions and Exec KRM functions.

Not all Kustomize plugins adopted the new format; hence the goal of this task is to support the new method in existing plugins, namely, TemplateTransformer.

Acquired Skills

By doing this task, you will gain the following skills:

The Challange

Support KRM in [TemplateTransformer](https://github.com/joshdk/template-transformer Kustomize plugin.

The Task

  • Create an issue in TemplateTransformer to propose supporting KRM.
  • Fork the TemplateTransformer repo and create a new branch to work on the task.
  • Create a PR in the forked repo and assign me (@aabouzaid) as a reviewer.

Notes and Tips

Related Links

  • TBA
@ibrahimabdelkhaleq
Copy link

@aabouzaid I will handle it

@hamza-m-masood
Copy link

hamza-m-masood commented Aug 9, 2024

@aabouzaid
Thank you for creating this task. I am happy to take this issue.

I am still understanding what KRM functions mean but I see it is still in alpha phase and there has not been much progress on developing this feature further for quite some time now. So does it still make sense to open an issue on the repo to implement KRM functions?

@hamza-m-masood
Copy link

I am facing problems running this plugin on mac. There is even an open issue on this as well: joshdk/template-transformer#25

@hamza-m-masood
Copy link

hamza-m-masood commented Aug 24, 2024

I just got it working on mac. I mentioned the steps in the issue.
Maybe I will open another PR to enhance the readme, so it's clear for other people on mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lang/go size/m
Projects
Status: ⏭️ Ready
Development

No branches or pull requests

3 participants