From: Kuralamudhan Ramakrishnan Date: Tue, 7 Dec 2021 19:17:55 +0000 (+0000) Subject: Merge "Fix cluster chart for single-node cluster" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=e0cc710b6492af36ff547bd9b3990762976b52e4;hp=d84eac96a51a1647ea59d26b73ee812c2ed303f5;p=icn.git Merge "Fix cluster chart for single-node cluster" --- diff --git a/deploy/cluster/templates/kubeadmcontrolplane.yaml b/deploy/cluster/templates/kubeadmcontrolplane.yaml index a05377f..a17e95b 100644 --- a/deploy/cluster/templates/kubeadmcontrolplane.yaml +++ b/deploy/cluster/templates/kubeadmcontrolplane.yaml @@ -56,6 +56,11 @@ spec: # ClusterResourceSet. However instead of apply, replace must be # used to harden K8s. - /usr/local/bin/harden_k8s.sh +{{- if eq (int .Values.numWorkerMachines) 0 }} + # Allow scheduling Pods on the control plane when there are no + # workers. + - kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes --all node-role.kubernetes.io/master- +{{- end }} # This must be done after kubeadm as the cabpk provider relies on # files in /var/run, which won't persist after a reboot - /usr/local/bin/set_kernel_cmdline.sh