-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Infrastructure Azure not compatible with 1.0 #5448
Comments
@dtzar: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Yes, CAPZ doesn't have a v1beta1 compatible release yet, but there is work ongoing. One issue where this can be tracked is: kubernetes-sigs/cluster-api-provider-azure#1722 Not sure if there are others (@CecileRobertMichon) |
Thanks for the info/link @sbueringer. Interesting enough, when I try either 0.4.4 or 0.4.3 I get a different error:
Which version of |
clusterctl v0.4.x should work. Are you running it against a clean cluster? I think this issue can occur if there are already v1beta1 things (IIRC CRDs) in the cluster |
/triage support |
@vincepri: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There is no management cluster present. I did install the docker version, but uninstalled it and can see no deplyoments/pods present... but AH hah re: your comment. It seems the delete doesn't clean up the CRDs. 😔 |
Is there a recommendation for a good way to cleanup the CRDs? Add a
|
@dtzar I'm usually using |
Thanks! That did the trick. So... perhaps a bug on the delete not cleaning up the CRDs? If this is by design, I'll just close this issue out. I would recommend the documentation get updated because by default it says to install 1.x which isn't supported or mentioned on those pages. |
@dtzar |
The problem is that the infra provider documentation integrated in the core CAPI book is not always up-to-date, I agree. |
we do have a warning in the quickstart about this https://cluster-api.sigs.k8s.io/user/quick-start.html#warning |
I saw this warning @CecileRobertMichon - but no way without digging around to find what provider version Azure supports. I (like I'm sure many folks) just assume the major version there is supported. I think if you merge my PR it will help. Ideally IMO that warning would contain some lingo like - |
What steps did you take and what happened:
clusterctl init --infrastructure azure
produced
What did you expect to happen:
It provisions the azure management cluster. Perhaps this just hasn't been released yet? I can't see anything stating it shouldn't be, unless I'm not looking in the right place.
Environment:
kubectl version
): 1.22.2/etc/os-release
): wsl on Windows 11/kind bug
/label /area/provider/azure
The text was updated successfully, but these errors were encountered: