Skip to content
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

feat: Support tls-cipher-suite configuration for kubelet #265

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

okozachenko1203
Copy link
Member

@okozachenko1203 okozachenko1203 commented Dec 6, 2023

relates to #251

@okozachenko1203
Copy link
Member Author

okozachenko1203 commented Dec 6, 2023

root@kube-3bz7m-control-plane-zx8rt-f8nzz:/var/lib/kubelet# cat kubeadm-flags.env 
KUBELET_KUBEADM_ARGS="--cloud-provider=external --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock --pod-infra-container-image=registry.k8s.io/pause:3.9 --tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305"

root@kube-3bz7m-default-worker-infra-jt5dv-jrq8b:/var/lib/kubelet# cat kubeadm-flags.env 
KUBELET_KUBEADM_ARGS="--cloud-provider=external --container-runtime-endpoint=unix:///var/run/containerd/containerd.sock --pod-infra-container-image=registry.k8s.io/pause:3.9 --register-with-taints=node.cluster.x-k8s.io/uninitialized:NoSchedule --tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305"

@okozachenko1203 okozachenko1203 merged commit 16c8e73 into main Dec 6, 2023
26 checks passed
@okozachenko1203 okozachenko1203 deleted the tls-cipher-kubelet branch December 6, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant