-
Notifications
You must be signed in to change notification settings - Fork 556
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
docs: update deploying cilium docs for v1.8 #9034
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ChickenIQ <[email protected]>
- install | ||
- cilium |
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.
is it a typo or should it be two times?
I would want some input from @leppeK on this change, as he brought this change initially
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.
I believe it is correct.
helm install [NAME] [CHART] [flags]
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.
For helm it is correct, unfortunately helm leaves traces of the release which you might not want.
I'll see if I can convince Cilium to provide an official container image for all platforms
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.
I think the comments already indicate that you can use this method to do anything, if you want to use this to install something else using helm or whatever it works as well.
A use case could be installing your CNI and/or ArgoCD at bootstrap time
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.
Isn't it the same as manually installing using helm after bootstrap?
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.
Doing stuff at bootstrap means you can do it completely declaratively and in one go and at the right time... Great for reproducibilty
Signed-off-by: ChickenIQ <[email protected]>
Added the namespace. Previously it was trying to install to the "default" namespace instead of "kube-system". I somehow managed to not include it in the commit. |
I've asked over at Cilium to provide an official image so we'd have to wait for that |
Let's wait for this to be implemented and update the docs accordingly |
@ChickenIQ |
This PR is stale because it has been open 45 days with no activity. |
Pull Request
What? (description)
Replace quay.io/cilium/cilium-cli-ci:latest with alpine/helm:latest and modify the command accordingly in "Method 5: Using a job".
Why? (reasoning)
The current method does not support arm64 as there are no available images for this architecture. This solves that problem and is a drop-in replacement.
Acceptance
Please use the following checklist:
Most of the tasks in this checklist have generated unnecessary commits by removing newlines from existing code, so I decided not to include them.