mirror of https://github.com/kubernetes/kops.git
Merge pull request #3263 from murali-reddy/remove-cluster-cidr
Automatic merge from submit-queue remove --cluster-cidr from kube-router's manifest. Kube-router was using --cluster-cidr flag to get the subnet allocated for pod CIDR's. But now kube-router has the ability internally to infer the CIDR allocated for the pod's by getting the information from kubernetes API server node spec's
This commit is contained in:
commit
b20584a051
|
|
@ -67,7 +67,6 @@ spec:
|
|||
- --run-firewall=true
|
||||
- --run-service-proxy=true
|
||||
- --kubeconfig=/var/lib/kube-router/kubeconfig
|
||||
- --cluster-cidr={{ .NonMasqueradeCIDR }}
|
||||
env:
|
||||
- name: NODE_NAME
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Reference in New Issue