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

Azure provider fails to be in HEALTHY Status when installed using YAML file #352

Open
bluedog13 opened this issue Sep 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@bluedog13
Copy link

bluedog13 commented Sep 29, 2022

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

$ 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?

How can we reproduce it?

Use the above config and run

$ kubectl apply -f azure-provider.yaml

What environment did it happen in?

Crossplane version: 1.0.0

@bluedog13 bluedog13 added the bug Something isn't working label Sep 29, 2022
@erkules
Copy link

erkules commented Dec 7, 2022

$ docker image inspect crossplane/provider-azure:master
...
        "Entrypoint": [
        "crossplane-gcp-provider"
...

It should be crossplane-azure-provider 🤷‍♂️

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

2 participants