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
Hello, I am interested in your project, and I try to create a controller by my own. Now I face a problem that when trying to call the kubelet endpoint on the specifc node(eg: curl https://InternalIP(node):10250/checkpoint/namespace/pod/container) fails. It pops up the unauthorized outputs on the terminal. And I also bring the correct the certification and ca files(I verify this correctness by ssh into that node, and change the InternalIP to localhost in the curl command). How do you set the correct settings so that not facing the unauthorized issues like this? Could you give me a hint, thanks.
The text was updated successfully, but these errors were encountered:
Hello, I am interested in your project, and I try to create a controller by my own. Now I face a problem that when trying to call the kubelet endpoint on the specifc node(eg: curl https://InternalIP(node):10250/checkpoint/namespace/pod/container) fails. It pops up the unauthorized outputs on the terminal. And I also bring the correct the certification and ca files(I verify this correctness by ssh into that node, and change the InternalIP to localhost in the curl command). How do you set the correct settings so that not facing the unauthorized issues like this? Could you give me a hint, thanks.
The text was updated successfully, but these errors were encountered: