We recommend you review the Release Notes and the Upgrade Notes before attempting to upgrade Palette. Use this information to address common issues that may occur during an upgrade.
If you receive the following error message when attempting to upgrade to Palette versions greater than Palette 3.4.X in a Kubernetes environment, use the debugging steps to address the issue.
Error: UPGRADE FAILED: failed to create resource: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "_" and path "/v1/oidc" is already defined in ingress default/hubble-auth-oidc-ingress-resource
- Connect to the cluster using the cluster's kubeconfig file.
Identify all Ingress resources that belong to Hubble - an internal Palette component.
kubectl get ingress --namespace defaultRemove each Ingress resource listed in the output that starts with the name Hubble. Use the following command to delete an Ingress resource. Replace
REPLACE_ME
with the name of the Ingress resource you are removing.kubectl delete ingress --namespace default <REPLACE_ME>
- Restart the upgrade process.