You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
kubectl version
)The text was updated successfully, but these errors were encountered: