訪問時返回connection refused
我訪問我的ip+nodeport/hello時返回下面信息
curl:?(7)?Failed?to?connect?to?192.168.2.5?port?30008:?Connection?refused
我的hello-service
hello-deployment如下
我訪問我的ip+nodeport/hello時返回下面信息
curl:?(7)?Failed?to?connect?to?192.168.2.5?port?30008:?Connection?refused
我的hello-service
hello-deployment如下
2018-08-20
舉報
2020-06-18
老師可以回答一下嗎,image: bigwhite/hello-kubernetes-demo:v0.1? 這個位置應該怎么填寫
2020-06-18
是因為沒有做kubectl run -i --tty busybox --image=busybox --restart=Never
這一步是確定endpoint的IP地址的值的,使用docker ps -l查看
2018-09-06
問題解決了?