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

Commit

Permalink
Merge pull request #713 from MaximilianMeister/k8s-1.13
Browse files Browse the repository at this point in the history
[k8s 1.13] Adapt configs to 1.13
  • Loading branch information
MaximilianMeister authored Jan 31, 2019
2 parents 840eeec + ed1b79e commit 864d52e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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

0 comments on commit 864d52e

Please sign in to comment.