mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Add new apiserver flags for clusterIP (nee portal)
Leave old flags but marked as deprecated
This commit is contained in:
@@ -14,7 +14,7 @@ KUBE_API_ADDRESS="--address=0.0.0.0"
|
||||
# KUBELET_PORT="--kubelet_port=10250"
|
||||
|
||||
# Address range to use for services
|
||||
KUBE_SERVICE_ADDRESSES="--portal_net={{ kube_service_addresses }}"
|
||||
KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range={{ kube_service_addresses }}"
|
||||
|
||||
# Location of the etcd cluster
|
||||
KUBE_ETCD_SERVERS="--etcd_servers=http://{{ groups['etcd'][0] }}:2379"
|
||||
|
Reference in New Issue
Block a user