Beginners question sorry for asking i searched on google how i need to add flags to my already running kubelet i have to add the flags --network-plugin=cni --network-plugin-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin
When i navigate to the /etc/systemd/system/kubelet.service.d/10-kubeadm.conf file these flags are already added to the env kubelet network args.
Is kubelet already configured with these flags or do i need to add those flag in an other file ?
PS: The reason i need to add those flags is a solution (maybe a solution i'am still debugging ) for my kubernetes problem: kubernetes pods stuck at containercreating