-
Notifications
You must be signed in to change notification settings - Fork 3.4k
contrib/kind: custom kind values #28155
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
contrib/kind: custom kind values #28155
Conversation
b3814ff
to
a81cec5
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah could've used that recently 👍
Is there a place to document it so that it's a bit more discoverable?
ca4e13e
to
a0fec5d
Compare
Thanks for your input @bimmlerd ! I added an additional section in the Development Setup. In addition i adapted the changes for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mhofstetter One tiny nit and one optional suggestion, otherwise LGTM
The Make targets to deploy Cilium into a kind cluster are using the following Helm values files. * contrib/testing/kind-values.yaml * contrib/testing/kind-fast.yaml These contain reasonable defaults. Nevertheless, it would be great to be able to define additional helm values without having to modify the existing files. Therefore, this commit introduces the possibilitiy to define a user-defined values file that is added to the list of helm values files. * contrib/testing/kind-custom.yaml To prevent users from committing the file, it's ignored by Git. Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
a0fec5d
to
59d908e
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The Make targets to deploy Cilium into a kind cluster are using the following Helm values files.
contrib/testing/kind-common.yaml
contrib/testing/kind-values.yaml
contrib/testing/kind-fast.yaml
These contain reasonable defaults. Nevertheless, it would be great to be able to define additional helm values without having to modify the existing files.
Therefore, this commit introduces the possibility to define a user-defined values file that is added to the list of helm values files.
contrib/testing/kind-custom.yaml
To prevent users from committing the file, it's ignored by Git.