Kubernetes: Difference between revisions
imported>Iceychris m + miscellaneous: nvidia, shared memory |
imported>Iceychris m * dns issues: restart services |
||
Line 174: | Line 174: | ||
Address 1: 2a00:1450:4016:803::200e muc12s04-in-x0e.1e100.net | Address 1: 2a00:1450:4016:803::200e muc12s04-in-x0e.1e100.net | ||
Address 2: 172.217.23.14 lhr35s01-in-f14.1e100.net | Address 2: 172.217.23.14 lhr35s01-in-f14.1e100.net | ||
</syntaxhighlight> | |||
In case DNS is still not working I found that sometimes, restarting services helps: | |||
<syntaxhighlight> | |||
systemctl restart kube-proxy flannel kubelet | |||
</syntaxhighlight> | </syntaxhighlight> | ||