This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Hi @smitchell! It's likely you're reaching out to the wrong address. A cool trick you can use is run:
This will give you insight into the IP and URL that
Taking the above, you can run
resulting in:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do I have to do anything to enable API access on TCE? I am running the latest TCE on my Mac. Kubectl works fine, and I can get to my cluster info, but I can't call the API. When I issue this command, it hangs:
curl -s https://172.18.0.4:6443 -k
I also followed this article on CURLing the K8S API, but those API calls hang too. Here is an example:
curl -s $APISERVER/api/v1/namespaces/default/pods/ --header "Authorization: Bearer $TOKEN" --cacert /tmp/ca.crt
Is this user error?
Beta Was this translation helpful? Give feedback.
All reactions