-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Please provide an in-depth description of the question you have:
We are on karmada version 1.11 and want to upgrade to 1.13. We have installed karmada via helm charts.
When we run helm upgrade command , it will not run the pre-install job and the new crds and patches will not be applied and picked up by static resource job which creates these in karmada kubeconfig.
Also, this newly introduced static resource job in the templates need a service account and cluster role,clusterrolebinding which is defined in pre-install-job.yaml. This static resource job needs to be run as init containers in karmada components are dependent on it.
I can't re-install karmada as it will lead to change of karmada kubeconfig because of cert changes. Also, pre-install job won't run if I am doing helm-upgrade .
Can you please help me with the correct way of doing the upgrade keeping in mind the things I have mentioned above?
What do you think about this question?:
Environment:
- Karmada version: v1.11.0
- Kubernetes version: v29
- Others: