You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I get no response from nginx deployment when I wget it from busybox.
$ kubectl run hello-k0s --image=quay.io/prometheus/busybox --rm -it --restart=Never --command -- wget -qO- nginx:8100
pod "hello-k0s" deleted
Error from server: Get "https://10.197.110.121:10250/containerLogs/default/hello-k0s/hello-k0s": dial timeout, backstop
I even mentioned port 80 (--port=80) while creating nginx deployment using kubectl, but that didn’t help.
Instead of busybox, I tried using ubuntu image, but the results are the same.
Can you please provide me with some pointers here?
The text was updated successfully, but these errors were encountered:
Hi team,
I am following this document < https://docs.k0sproject.io/v1.23.6+k0s.2/examples/ansible-playbook/ > to create k0s cluster using ansible, on the Linux/AMD64 AWS bare metal instance.
It seems like the k0s cluster got created successfully and all the worker nodes are in ready state:
Then I created nginx deployment with 5 replicas and that seems to work as well:
I exposed nginx port 80 to 8100 as mentioned in the docs:
But I get no response from nginx deployment when I wget it from busybox.
I even mentioned port 80 (--port=80) while creating nginx deployment using kubectl, but that didn’t help.
Instead of busybox, I tried using ubuntu image, but the results are the same.
Can you please provide me with some pointers here?
The text was updated successfully, but these errors were encountered: