Update Calico and Canal

- Updating to use calico-node v2.6.7
- A few updates to their manifests too
This commit is contained in:
Erik Stidham
2018-02-05 13:34:59 -06:00
parent 4175431dcd
commit 60bfc56e8e
3 changed files with 31 additions and 4 deletions

View File

@@ -28,6 +28,9 @@ spec:
tolerations:
- effect: NoSchedule
operator: Exists
# Minimize downtime during a rolling upgrade or deletion; tell Kubernetes to do a "force
# deletion": https://kubernetes.io/docs/concepts/workloads/pods/pod/#termination-of-pods.
terminationGracePeriodSeconds: 0
containers:
# Runs calico/node container on each Kubernetes node. This
# container programs network policy and routes on each
@@ -53,6 +56,11 @@ spec:
configMapKeyRef:
name: calico-config
key: cluster_type
# Set noderef for node controller.
- name: CALICO_K8S_NODE_REF
valueFrom:
fieldRef:
fieldPath: spec.nodeName
# Disable file logging so `kubectl logs` works.
- name: CALICO_DISABLE_FILE_LOGGING
value: "true"