mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #96388 from Jefftree/enable_konn_default
Set enable konnectivity service to true by default
This commit is contained in:
commit
8b3da41e8f
@ -535,11 +535,11 @@ export GCE_PRIVATE_CLUSTER_PORTS_PER_VM="${KUBE_GCE_PRIVATE_CLUSTER_PORTS_PER_VM
|
|||||||
|
|
||||||
# Optional: Whether to do the setup for the konnectivity service
|
# Optional: Whether to do the setup for the konnectivity service
|
||||||
# Includes setting up kubeconfig, tokens, egress files, and firewall rules
|
# Includes setting up kubeconfig, tokens, egress files, and firewall rules
|
||||||
export PREPARE_KONNECTIVITY_SERVICE="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-false}"
|
export PREPARE_KONNECTIVITY_SERVICE="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-true}"
|
||||||
# Optional: Whether to use konnectivity network proxy for all egress from apiserver.
|
# Optional: Whether to use konnectivity network proxy for all egress from apiserver.
|
||||||
export EGRESS_VIA_KONNECTIVITY="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-false}"
|
export EGRESS_VIA_KONNECTIVITY="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-true}"
|
||||||
# Optional: Whether to start the konnectivity server and agent pods.
|
# Optional: Whether to start the konnectivity server and agent pods.
|
||||||
export RUN_KONNECTIVITY_PODS="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-false}"
|
export RUN_KONNECTIVITY_PODS="${KUBE_ENABLE_KONNECTIVITY_SERVICE:-true}"
|
||||||
# Proxy Protocol Mode determines the protocol to use to communicate between apiserver and network proxy.
|
# Proxy Protocol Mode determines the protocol to use to communicate between apiserver and network proxy.
|
||||||
# Valid options are grpc and http-connect. Default is grpc.
|
# Valid options are grpc and http-connect. Default is grpc.
|
||||||
export KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE="${KUBE_KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}"
|
export KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE="${KUBE_KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}"
|
||||||
|
Loading…
Reference in New Issue
Block a user