kubernetes
kubernetes copied to clipboard
Kubernetes playground
root@ip-10-192-195-206:~/kala/kubernetes/vagrant-provisioning# vagrant up Bringing machine 'kmaster' up with 'virtualbox' provider... Bringing machine 'kworker1' up with 'virtualbox' provider... Bringing machine 'kworker2' up with 'virtualbox' provider... ==> kmaster: Importing base box 'generic/ubuntu2204'......
I followed the guide but there were various containers that were not stable. This link... https://stackoverflow.com/questions/72567945/issues-with-stability-with-kubernetes-cluster-before-adding-networking ...with this solution solved the stability issues... sudo sed -i 's/SystemdCgroup \= false/SystemdCgroup \=...
**Describe the bug** The README procedure works as expected until we run bootstrap script on all nodes, $ cat bootstrap-kube.sh | lxc exec kworker1 bash [TASK 1] Install essential packages...
Hi Venkat @justmeandopensource https://github.com/justmeandopensource/kubernetes/tree/master/lxd-provisioning Looks like issue with this method now. the kube-proxy remains into crashloop and eventually error ``` root@master:/etc/kubernetes/manifests# kubectl -n kube-system logs kube-proxy-m6xgl I0823 17:40:52.912090 1 server_linux.go:69]...
Hello, i have used your code to make it work in side the LXC container instand of LXD. Somehow i got problem and i was thinking maybe you could help...