Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Provide a way to use a specific version of CAPZ #140

Open
jsturtevant opened this issue Jun 6, 2022 · 0 comments
Open

Provide a way to use a specific version of CAPZ #140

jsturtevant opened this issue Jun 6, 2022 · 0 comments

Comments

@jsturtevant
Copy link
Contributor

We init the version here which takes the latest release

command = ["clusterctl", "init", "--infrastructure", "azure"]

Would be nice to use provide a version if specified https://cluster-api.sigs.k8s.io/clusterctl/commands/init.html#provider-version

We may also want to specific the versions of CNI from the repo as well:

calico_manifest = "https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/templates/addons/calico.yaml" # pylint: disable=line-too-long

possible solutions

Maybe the capz version doesn't need to be managed via an additional flag but instead via the clusterctl configuration file: https://cluster-api.sigs.k8s.io/clusterctl/configuration.html?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant