mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 08:45:19 -04:00
Move Konnectivity socket to non-persistent /run
This commit is contained in:
parent
d1195d1d5f
commit
c4c1bd6bc5
2 changed files with 6 additions and 6 deletions
|
@ -113,8 +113,8 @@ func (c *KubdeadmConfiguration) InitConfiguration(externalCloudProvider bool, k8
|
|||
},
|
||||
{
|
||||
Name: "konnectivity-uds",
|
||||
HostPath: "/etc/kubernetes/konnectivity-server",
|
||||
MountPath: "/etc/kubernetes/konnectivity-server",
|
||||
HostPath: "/run/konnectivity-server",
|
||||
MountPath: "/run/konnectivity-server",
|
||||
ReadOnly: false,
|
||||
PathType: corev1.HostPathDirectoryOrCreate,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue