-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat: Add cilium_install_extra_args #12262
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
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
@tico88612 |
/ok-to-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.
thanks
Hello, I have found also that whenever we relaunch the cluster.yml playbook the second time is failing as cillium was already installed, can we replace it with upgrade ? but i did not find any flag --install to add to it. this is the error TASK [network_plugin/cilium : Cilium | Install] ************************************************************************************************************************************************************************************* NO MORE HOSTS LEFT ****************************************************************************************************************************************************************************************************************** PLAY RECAP ************************************************************************************************************************************************************************************************************************** i had also a problem with a missing image for cilium-operator-generic that I had to re-push manually |
This change is even better, but I'm trying to think of a more suitable name for it. @michelaldaher off-topic with this PR, and this is a known issue. (BTW, cilium cli not support |
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 have some ideas, what do you think about cilium_install_args
? I found that the arguments for cilium install
and cilium upgrade
are little different.
@tico88612 |
a3f456f
to
6063a05
Compare
6063a05
to
b57482c
Compare
Ok, I updated the PR and title/description. |
Enable to use --chart-directory options etc for offline installation
b57482c
to
91389d8
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: cyclinder, tmurakam The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Little comment.
cilium_install_extra_flags
would be better, as args
could be confused with the pod's args
.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add
cilium_install_extra_args
variable forcilium install
command.This enables to use such as
--chart-directory
or--repository
option to enable offline installation.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: