-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to upgrade? #83
Comments
Also, how does this affect the helm chart? |
Hi @Jamison1 which helm chart you are referring to? |
Hi @comminutus please hold, we just discovered a bug in 0.0.8. |
We don't modify any field in manifest in this patch release , you can just update your manifest with new image version |
@lubronzhan you mean something like: |
@lubronzhan I actually had to build my own helm chart due to this issue. My comment about how 0.0.8 affects the helm chart references the cloud provider helm chart. I tried just swapping out the image in the cloud provider helm chart and had issues. No time lately to debug it. |
yes @comminutus , or just kubectl apply -f https://github.com/kube-vip/kube-vip-cloud-provider/blob/main/manifest/kube-vip-cloud-controller.yaml once we bumped to 0.0.9 @Jamison1 it should affect helm chart as well. it might not affect existing svc, but it will affect service you deploy in the future. |
@lubronzhan odd, I get this:
|
Upgrading via editing the deployment worked though |
Oh sorry my bad @comminutus , it should be the raw code so
|
Hi there, I just noticed a new version of
kube-vip-cloud-provider
was released. How can I upgrade my existing deployment?The text was updated successfully, but these errors were encountered: