mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +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
|
||||
# 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.
|
||||
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.
|
||||
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.
|
||||
# Valid options are grpc and http-connect. Default is grpc.
|
||||
export KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE="${KUBE_KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE:-grpc}"
|
||||
|
Loading…
Reference in New Issue
Block a user