We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to install the Azure provider using a yaml file and not using "kubectl crossplane install ..." command as described in the documents.
The yaml file looks like below
$ cat aure-provider.yaml --- apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: name: provider-azure namespace: crossplane-system spec: package: "crossplane/provider-azure:master"
When the above file is applied, the STATUS is always "UNHEALTHY". What is it that I need to do or am missing something?
Use the above config and run
$ kubectl apply -f azure-provider.yaml
Crossplane version: 1.0.0
The text was updated successfully, but these errors were encountered:
$ docker image inspect crossplane/provider-azure:master ... "Entrypoint": [ "crossplane-gcp-provider" ...
It should be crossplane-azure-provider 🤷♂️
Sorry, something went wrong.
No branches or pull requests
What happened?
I am trying to install the Azure provider using a yaml file and not using "kubectl crossplane install ..." command as described in the documents.
The yaml file looks like below
When the above file is applied, the STATUS is always "UNHEALTHY". What is it that I need to do or am missing something?
How can we reproduce it?
Use the above config and run
What environment did it happen in?
Crossplane version: 1.0.0
The text was updated successfully, but these errors were encountered: