Move Konnectivity socket to non-persistent /run

This commit is contained in:
Nils Hanke 2022-12-21 11:38:58 +01:00 committed by Nils Hanke
parent d1195d1d5f
commit c4c1bd6bc5
2 changed files with 6 additions and 6 deletions

View file

@ -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,
},