-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix multiple KIC releases in helm #1009
Conversation
Looks good. I am a little bit worried by: I guess we'll have to document this very carefully on the new Release Notes. |
ab8e26f
to
aee0168
Compare
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.
@Dean-Coakley lgtm!
this doc https://github.com/nginxinc/kubernetes-ingress/blob/master/docs-web/installation/installation-with-helm.md needs to be updated as well before merging
Proposed changes
Fixes: #967
Fixes: #950
Allows multiple installs of the Ingress Controller to be installed in the same cluster.
Behaviour changes
--skip-crds
is provided tohelm install
.Upgrades
Upgrade path with
controller.enableCustomResources=true
helm upgrade my-release deployments/helm-chart
kubectl apply -f deployments/helm-chart/crds
Upgrade path with
controller.enableCustomResources=false
helm upgrade my-release deployments/helm-chart
Checklist
Before creating a PR, run through this checklist and mark each as complete.