Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

[k8s 1.13] Adapt configs to 1.13 #713

Merged
merged 2 commits into from
Jan 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions salt/cni/kube-flannel.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ spec:
tolerations:
# Allow the pod to run on the master. This is required for
# the master to communicate with pods.
- key: node-role.kubernetes.io/master
operator: Exists
- operator: Exists
effect: NoSchedule
# Mark the pod as a critical add-on for rescheduling.
- key: "CriticalAddonsOnly"
Expand Down
1 change: 0 additions & 1 deletion salt/kubelet/kubelet.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ KUBELET_HOSTNAME="--hostname-override={{ grains['nodename'] }}"

# Add your own!
KUBELET_ARGS="\
--cadvisor-port=0 \
--read-only-port=0 \
--config=/etc/kubernetes/kubelet-config.yaml \
{%- if salt.caasp_pillar.get_kubelet_reserved_resources('kube') %}
Expand Down