Skip to content

Developer: yarn run start -> Kubernetes API token #4953

Answered by castelblanque
SohrabTa asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SohrabTa , thanks for working with Kubeapps.
If you think what you are going to develop is a feature that the community could enjoy, please don't hesitate to share it with a PR!

The token you use should be a valid one directly against the Kubernetes API server. You can test it with e.g.:

curl $APISERVER/openapi/v2  --header "Authorization: Bearer $TOKEN" --cacert ca-cert.crt

You could also try skipping Telepresence and use the React proxy as you might have seen here.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SohrabTa
Comment options

@castelblanque
Comment options

Answer selected by antgamdia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants