File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
deploy/helm/secret-operator/templates Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ All notable changes to this project will be documented in this file.
7
7
### Changed
8
8
9
9
- operator-rs: 0.25.0 -> 0.27.1 ([ #212 ] ).
10
+ - Shortened the registration socket path for Microk8s compatibility ([ #231 ] ).
11
+ - After upgrading you will need to
12
+ ` rmdir /var/lib/kubelet/plugins_registry/secrets.stackable.tech-reg.sock ` manually.
13
+ This applies to * all* users, not just Microk8s.
10
14
11
15
[ #212 ] : https://github.com/stackabletech/secret-operator/pull/212
16
+ [ #231 ] : https://github.com/stackabletech/secret-operator/pull/231
12
17
13
18
## [ 0.6.0] - 2022-11-07
14
19
Original file line number Diff line number Diff line change 69
69
volumes :
70
70
- name : registration-sock
71
71
hostPath :
72
- path : /var/lib/kubelet/plugins_registry/secrets.stackable.tech-reg.sock
72
+ # node-driver-registrar appends a driver-unique filename to this path to avoid conflicts
73
+ # see https://github.com/stackabletech/secret-operator/issues/229 for why this path should not be too long
74
+ path : /var/lib/kubelet/plugins_registry
73
75
- name : csi
74
76
hostPath :
75
77
path : /var/lib/kubelet/plugins/secrets.stackable.tech/
You can’t perform that action at this time.
0 commit comments