-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use cilium as kube-proxy replacement #104
Conversation
helm/cluster-cloud-director/files/var/run/kubeadm/gs-update-kubeadm-yaml-skip-kube-proxy.sh
Outdated
Show resolved
Hide resolved
# | ||
set -x | ||
sed -i 's/nodeRegistration:/skipPhases:\n - addon\/kube-proxy\nnodeRegistration:/' "${dir}/kubeadm.yaml" | ||
{ set +x; } 2>/dev/null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file will be gone if we can update cluster-api-app and we have skipPhases available (check TODO in helm/cluster-cloud-director/templates/kubeadmcontrolplane.yaml)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtmiiwfy
…tstrapping cluster)" This reverts commit e842383.
Towards giantswarm/roadmap#1072