mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Network updates to try and get metrics-server stable
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -124,7 +124,7 @@ data:
|
||||
}
|
||||
net-conf.json: |
|
||||
{
|
||||
"Network": "172.69.0.0/16",
|
||||
"Network": "10.244.0.0/16",
|
||||
"Backend": {
|
||||
"Type": "vxlan"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user