-
Notifications
You must be signed in to change notification settings - Fork 807
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
aws-ebs-csi-driver v1.1.3 is defined in kustomization release-1.1 branch but doesn't exist in registry #993
Comments
|
Looks like an issue with this release |
Maybe update the instruction on the Wiki first to use the older version. I'm surprised that even a simple test for the new release, to pull the images, was not done when the instructions was updated. |
no, there is no test. we're pushing kubernetes/k8s.io#2394. edit: kubernetes/k8s.io#2394 has merged, the image will be in gcr shortly |
I'll work on updating the ordering of the process so that this is impossible (for real) to occur again. https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/RELEASE.md We already fixed it for the helm chart such that it doesn't get released until after the image exist, but the same guarantee doesn't exist for kustomize if the release branch already exists and is already documented in README. It's an oversight, i'l lcreate separate issue to track. edit: created issue #994 |
/kind bug
What happened?
aws-ebs-csi-driver
was updated to v1.1.3, but that version doesn't exist in the registry. This is causing deployments using therelease-1.1
branch kustomization.yaml to fail.What you expected to happen?
Either
aws-ebs-csi-driver:v1.1.3
should be pushed or the kustomization.yaml reverted to express v1.1.2How to reproduce it (as minimally and precisely as possible)?
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.1"
Anything else we need to know?:
I'm not exactly clear procedurally what happened here, but @vdhanan and @wongma7 committed updates to the kustomization.yaml on July 23. Both incremented the
aws-ebs-csi-driver
minor version, but v1.1.3 doesn't exist in the registry.v1.1.2 -> 061fcd8#diff-aed32151527b406d85a51ac1f2dfec15c02812f3b0b907caca8e15c130195135
v1.1.3 -> b104754#diff-aed32151527b406d85a51ac1f2dfec15c02812f3b0b907caca8e15c130195135
There are 6 failing checks expressed in the repo for the v1.1.3 version
Environment
kubectl version
):release-1.1
The text was updated successfully, but these errors were encountered: