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
Backport fix for Bump volume snapshot controller to v8.2.0
The text was updated successfully, but these errors were encountered:
$ kgp rke2-snapshot-controller-65bc6fbd57-h9grw -n kube-system -o yaml | grep -i image
image: rancher/mirrored-sig-storage-snapshot-controller:v8.1.0 imagePullPolicy: IfNotPresent image: docker.io/rancher/mirrored-sig-storage-snapshot-controller:v8.1.0 imageID: docker.io/rancher/mirrored-sig-storage-snapshot-controller@sha256:740c4d5e9923d10d598c5a2c2727c03c0220e8deda86294b237b099e6e0b5a16
$ kgn
NAME STATUS ROLES AGE VERSION ip Ready control-plane,etcd,master 3m51s v1.31.4+rke2r1
$ kgp rke2-snapshot-controller-58dbcfd956-49bmn -n kube-system -o yaml | grep -i image
image: rancher/mirrored-sig-storage-snapshot-controller:v8.2.0 imagePullPolicy: IfNotPresent image: docker.io/rancher/mirrored-sig-storage-snapshot-controller:v8.2.0 imageID: docker.io/rancher/mirrored-sig-storage-snapshot-controller@sha256:1cda6e2aeae92ad55aa33459b3903850010afce8e12c43842d5a98a0d620c159
$ kgn -A
NAME STATUS ROLES AGE VERSION ip Ready control-plane,etcd,master 2m55s v1.31.5+rke2r1
Sorry, something went wrong.
brandond
VestigeJ
No branches or pull requests
Backport fix for Bump volume snapshot controller to v8.2.0
The text was updated successfully, but these errors were encountered: