We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
May be related to #206. Currently appears to work from the CentOS cloud image, but, apparently a later kernel may have an impact on this? I'm unsure.
May think about removing the line in with the setup of the execstart roles/kube-install/tasks/main.yml
roles/kube-install/tasks/main.yml
[root@kube-master centos]# cat /etc/systemd/system/kubelet.service.d/10-kubeadm.conf [Service] Environment="KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf" Environment="KUBELET_SYSTEM_PODS_ARGS=--pod-manifest-path=/etc/kubernetes/manifests --allow-privileged=true" Environment="KUBELET_NETWORK_ARGS=--network-plugin=cni --cni-conf-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin" Environment="KUBELET_DNS_ARGS=--cluster-dns=10.96.0.10 --cluster-domain=cluster.local" Environment="KUBELET_AUTHZ_ARGS=--authorization-mode=Webhook --client-ca-file=/etc/kubernetes/pki/ca.crt" Environment="KUBELET_CADVISOR_ARGS=--cadvisor-port=0" Environment="KUBELET_CGROUP_ARGS=--cgroup-driver=systemd" Environment="KUBELET_CERTIFICATE_ARGS=--rotate-certificates=true --cert-dir=/var/lib/kubelet/pki" ExecStart= ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_SYSTEM_PODS_ARGS $KUBELET_NETWORK_ARGS $KUBELET_DNS_ARGS $KUBELET_AUTHZ_ARGS $KUBELET_EXTRA_ARGS --cgroup-driver=systemd --authentication-token-webhook=true --runtime-cgroups=/systemd/system.slice --kubelet-cgroups=/systemd/system.slice
The text was updated successfully, but these errors were encountered:
Apparently it's adding an extra line with each subsequent re-run, too.
Sorry, something went wrong.
dougbtv
No branches or pull requests
May be related to #206. Currently appears to work from the CentOS cloud image, but, apparently a later kernel may have an impact on this? I'm unsure.
May think about removing the line in with the setup of the execstart
roles/kube-install/tasks/main.yml
The text was updated successfully, but these errors were encountered: