mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
API server: fix default_konnectivity_socket_path typo.
Make it consistent with configure-helper.sh
This commit is contained in:
parent
b53ba30c6a
commit
2f318bdd57
@ -339,7 +339,7 @@ function start-kube-apiserver {
|
|||||||
params+=" --egress-selector-config-file=/etc/srv/kubernetes/egress_selector_configuration.yaml"
|
params+=" --egress-selector-config-file=/etc/srv/kubernetes/egress_selector_configuration.yaml"
|
||||||
|
|
||||||
# UDS socket for communication between apiserver and konnectivity-server
|
# UDS socket for communication between apiserver and konnectivity-server
|
||||||
local default_konnectivity_socket_path="/etc/srv/kubernetes/konnectivity"
|
local default_konnectivity_socket_path="/etc/srv/kubernetes/konnectivity-server"
|
||||||
default_konnectivity_socket_vol="{ \"name\": \"konnectivity-socket\", \"hostPath\": {\"path\": \"${default_konnectivity_socket_path}\", \"type\": \"DirectoryOrCreate\"}},"
|
default_konnectivity_socket_vol="{ \"name\": \"konnectivity-socket\", \"hostPath\": {\"path\": \"${default_konnectivity_socket_path}\", \"type\": \"DirectoryOrCreate\"}},"
|
||||||
default_konnectivity_socket_mnt="{ \"name\": \"konnectivity-socket\", \"mountPath\": \"${default_konnectivity_socket_path}\", \"readOnly\": false},"
|
default_konnectivity_socket_mnt="{ \"name\": \"konnectivity-socket\", \"mountPath\": \"${default_konnectivity_socket_path}\", \"readOnly\": false},"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user