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

v0.22.0 issue creating provider-gcp deployment #488

Open
trzejos opened this issue Dec 21, 2022 · 2 comments
Open

v0.22.0 issue creating provider-gcp deployment #488

trzejos opened this issue Dec 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@trzejos
Copy link

trzejos commented Dec 21, 2022

What happened?

I created a Provider with the following spec:

apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-gcp
spec:
  ignoreCrossplaneConstraints: false
  package: 'crossplanecontrib/provider-gcp:v0.22.0'
  packagePullPolicy: Always
  revisionActivationPolicy: Automatic
  revisionHistoryLimit: 1
  skipDependencyResolution: false

Provider status reports that it is installed, but unhealthy with these events being created:

cannot run post establish hook for package: cannot apply provider package deployment: cannot create object: Deployment.apps "provider-gcp-63e92883e260" is invalid: spec.template.spec.containers[0].image: Required value

Using a Provider with .spec.package set to crossplane/provider-gcp:v0.21.0 seems to work properly.

How can we reproduce it?

Create a Provider with the spec provided above and observe Events in the cluster

What environment did it happen in?

Crossplane version:
upbound/crossplane:v1.5.1-up.1

Running on Openshift 4.9 in GCP

@trzejos trzejos added the bug Something isn't working label Dec 21, 2022
@trzejos
Copy link
Author

trzejos commented Dec 21, 2022

I'm guessing my issue is related to #456

@Duologic
Copy link
Member

You should probably update Crossplane, its at 1.10 now.

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