Network updates to try and get metrics-server stable

This commit is contained in:
jprdonnelly
2019-09-19 11:32:57 -04:00
parent abc7fd85a6
commit 3eba755aea
2 changed files with 3 additions and 3 deletions

View File

@@ -641,7 +641,7 @@ spec:
exec: exec:
command: command:
- /bin/calico-node - /bin/calico-node
- -felix-live # - -felix-live
periodSeconds: 10 periodSeconds: 10
initialDelaySeconds: 10 initialDelaySeconds: 10
failureThreshold: 6 failureThreshold: 6
@@ -649,7 +649,7 @@ spec:
exec: exec:
command: command:
- /bin/calico-node - /bin/calico-node
- -felix-ready # - -felix-ready
- -bird-ready - -bird-ready
periodSeconds: 10 periodSeconds: 10
volumeMounts: volumeMounts:

View File

@@ -124,7 +124,7 @@ data:
} }
net-conf.json: | net-conf.json: |
{ {
"Network": "172.69.0.0/16", "Network": "10.244.0.0/16",
"Backend": { "Backend": {
"Type": "vxlan" "Type": "vxlan"
} }