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

Bump csi snapshotter controller and validation-webhook charts #533

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

brandond
Copy link
Member

@brandond brandond commented Oct 4, 2024

Note that the Piraeus folks have deprecated the standalone validation-webhook chart in favor of deploying it as part of the controller chart - which is probably a good idea. However, given how hard it is to move resources from one chart to another, we're going to keep using the old chart, and just disable deploying the validation-webhook in the controller chart.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
@brandond brandond requested a review from a team as a code owner October 4, 2024 20:17
@brandond
Copy link
Member Author

brandond commented Oct 7, 2024

Validated that upgrade works properly:

brandond@dev01:~$ helm -n kube-system ls | grep snapshot
rke2-snapshot-controller        	kube-system	2       	2024-10-07 17:49:08.979214361 +0000 UTC	deployed	rke2-snapshot-controller-3.0.600-rc00        	v8.1.0
rke2-snapshot-controller-crd    	kube-system	2       	2024-10-07 17:49:00.258022762 +0000 UTC	deployed	rke2-snapshot-controller-crd-3.0.600-rc00    	v8.1.0
rke2-snapshot-validation-webhook	kube-system	2       	2024-10-07 17:49:17.162702746 +0000 UTC	deployed	rke2-snapshot-validation-webhook-1.9.000-rc00	v8.1.0

brandond@dev01:~$ kubectl get pod -n kube-system -l 'app.kubernetes.io/name in (rke2-snapshot-controller,rke2-snapshot-validation-webhook)'
NAME                                                READY   STATUS    RESTARTS   AGE
rke2-snapshot-controller-5c9df4d7d6-856kf           1/1     Running   0          4m29s
rke2-snapshot-validation-webhook-54f487ff94-hz7jd   1/1     Running   0          4m21s

@brandond brandond merged commit e0605ef into rancher:main-source Oct 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants