oracle / oci-cloud-controller-manager

Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure
Apache License 2.0
135 stars 85 forks source link

v1.26.0 release issue #430

Closed joekr closed 1 year ago

joekr commented 1 year ago

Is this a BUG REPORT or FEATURE REQUEST?

BUG

Choose one: BUG REPORT or FEATURE REQUEST

Versions

CCM Version: v1.26.0

Environment:

What happened?

Unable to use kubectl apply -f https://github.com/oracle/oci-cloud-controller-manager/releases/download/v1.26.0/oci-cloud-controller-manager.yaml. The SPEC has

containers:
        - name: oci-cloud-controller-manager
          image: ghcr.io/oracle/cloud-provider-oci:latest

This causes an imagepullbackoff. I believe it should be

containers:
        - name: oci-cloud-controller-manager
          image: ghcr.io/oracle/cloud-provider-oci:v1.26.0

After setting the correct version I was able to get my cluster up.

What you expected to happen?

I expected the oci-cloud-controller-manager pod to move into running state

How to reproduce it (as minimally and precisely as possible)?

Should be able to repro it by appling the released v1.26.0 version of oci-cloud-controller-manager.yaml to a cluster and watch for the imagepullpackoff.

Anything else we need to know?

joekr commented 1 year ago

I believe the assets for v1.26.0 have been updated and it looks like it is now working. I'll close this issue.