Skip to content
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

Provider is not being registered following tutorial step by step #385

Closed
artisticcheese opened this issue Dec 9, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@artisticcheese
Copy link

What happened?

Following tutorial at https://docs.crossplane.io/latest/getting-started/provider-azure/
All deployed successfully, at step https://docs.crossplane.io/latest/getting-started/provider-azure/#:~:text=v1alpha1%20%20%20%20%20%20%20%20%20false%20%20%20%20%20%20%20%20StoreConfig-,Install%20the%20Azure%20provider,-Install%20the%20Azure does not produce any registered providers

How can we reproduce it?

Follow instructions on pristine AKS cluster, no providers shown up in kubectl get providers

What environment did it happen in?

Crossplane version: xpkg.upbound.io/crossplane/crossplane:v1.18.1

  • Cloud provider or hardware configuration -> AKS
  • Kubernetes version (use kubectl version)
PS C:\Users\gregory> k version
Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.31.2
WARNING: version difference between client (1.29) and server (1.31) exceeds the supported minor version skew of +/-1
  • Kubernetes distribution (e.g. Tectonic, GKE, OpenShift) -> AKS
@artisticcheese artisticcheese added the bug Something isn't working label Dec 9, 2024
@artisticcheese
Copy link
Author

artisticcheese commented Dec 9, 2024

This is result that documentation is not using fully qualified name of resources and if there is another CRD with the same type (in my case externaldata.gatekeeper.sh) it would provider incorrect results.
Documentation needs to be updated to mentioned that instead of kubectl get providers it shall be used kubectl get providers.pkg.crossplane.io

PS C:\repo\aso> kubectl get providers.pkg.crossplane.io                                                                        
NAME                            INSTALLED   HEALTHY   PACKAGE                                                  AGE
provider-azure-network          True        True      xpkg.upbound.io/upbound/provider-azure-network:v1.10.0   19m
upbound-provider-family-azure   True        True      xpkg.upbound.io/upbound/provider-family-azure:v1.10.0    19m
PS C:\repo\aso> kubectl get providers
No resources found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant