-
Notifications
You must be signed in to change notification settings - Fork 3.4k
helm: add Envoy image to pre-flight #39670
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
Conversation
/test |
install/kubernetes/cilium/templates/cilium-preflight/daemonset.yaml
Outdated
Show resolved
Hide resolved
great idea. A few nits, nothing more. (please re-request review when ready, otherwise it gets lost in the noise) |
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.
nice improvement, FYI @cilium/sig-servicemesh
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.
Looks good.
I agree with filing a follow-up PR to clean up some more of the preflight nits. Thanks!
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.
Thanks!
It looks like this PR fell through the gaps on testing, sorry. I've triggered some of the smoke tests and they've identified a few things that need to be addressed in this PR prior to merge:
Would you mind updating them, then we can run the full testsuite. |
Signed-off-by: Scott Stuart <sstuart@doximity.com>
Signed-off-by: Scott Stuart <sstuart@doximity.com>
Signed-off-by: Scott Stuart <sstuart@doximity.com>
/test |
Signed-off-by: Scott Stuart <sstuart@doximity.com>
Head branch was pushed to by a user without write access
issues should be addressed now |
Signed-off-by: Scott Stuart <sstuart@doximity.com>
/test |
After the below PR, Cilium Envoy is part of preflight, hence the related config map is required if preflight flag is set. Relates: cilium#39670 Fixes: cilium#40805 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Adds the Envoy image to the pre-flight process, so that Envoy will be pre-pulled during a Cilium upgrade.
Fixes: #39374