-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Expose cniNetnsDir
Helm value to istioctl
#47499
Expose cniNetnsDir
Helm value to istioctl
#47499
Conversation
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
91df183
to
a4b0118
Compare
/cherry-pick release-1.20 |
@bleggett: #47499 failed to apply on top of branch "release-1.20":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@bleggett: new issue created for failed cherrypick: #47523 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
…ikube issue (#47524) * Fix for #46163 - Make `netns` host node path configurable (#47444) * Fix for #46163 Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> * Release notes Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> --------- Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> * Expose #47444 to istioctl (#47499) Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io> --------- Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Followup to #47444
Forgot that we can't just add things to Helm charts and have them also work in
istioctl
. I don't love exposing all these flags but we do already expose the other CNI fields (bin dir, conf file, etc).