Skip to content

Instantly share code, notes, and snippets.

@haircommander
Last active December 27, 2020 06:19
Show Gist options
  • Save haircommander/2c07cc23887fa7c7f083dc61c7ef5791 to your computer and use it in GitHub Desktop.
Save haircommander/2c07cc23887fa7c7f083dc61c7ef5791 to your computer and use it in GitHub Desktop.
An /etc/default/kubelet file to quickly configure kubelet variables to use CRI-O with kubeadm
KUBELET_EXTRA_ARGS=--feature-gates="AllAlpha=false,RunAsGroup=true" --container-runtime=remote --cgroup-driver=systemd --container-runtime-endpoint='unix:///var/run/crio/crio.sock' --runtime-request-timeout=5m
@haircommander
Copy link
Author

thanks for your comment @Kali-lightsaber, i think I'm going to update the documentation to use the script i created here cri-o/cri-o#4393 (comment) with native kubeadm config print..., instead of putting files in different places

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment