Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.07 KB

README.md.gotmpl

File metadata and controls

41 lines (23 loc) · 1.07 KB

{{ template "chart.header" . }} {{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.requirementsSection" . }}

Initial installation

Take care to do the same steps as in the first migration

Migration

When switching from cilium to calico, which is not recommended, the cilium CRDs are left behind

0.x.x -> 1.x.x

The resources of the ccm and the csi are now managed via helm instead of kustomize, which means that you have to either manually add the required labels to everything or, which we would recommend, just uninstall the ccm, the csi and delete the cloud-config secret, as these will just be recreated during installation.

5.x.x -> 7.x.x

Just skip version 6.x.x, as there was a mistake and it has been reverted.

7.x.x -> 8.x.x

Removed the unused .metadata.gopassName field.

{{ .Files.Get "values.md" }}