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:
command:
- /bin/calico-node
- -felix-live
# - -felix-live
periodSeconds: 10
initialDelaySeconds: 10
failureThreshold: 6
@@ -649,7 +649,7 @@ spec:
exec:
command:
- /bin/calico-node
- -felix-ready
# - -felix-ready
- -bird-ready
periodSeconds: 10
volumeMounts:

View File

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