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
Using the token in a single line command is a pain: need to improve Darryl's preferred alternative, FWIW:
- export CLUSTER_NAME=demo-01
- export CA_CERTIFICATE=ca.crt
- export ENDPOINT=
- export TOKEN=
- ./static-kubeconfig.sh > demo-01-kubeconfig
The cluster status shows “ready” even when you cannot connect to the cluster - simplify the conditions - Here, Darryl advised trying to use a kubeconfig that doesn’t work in order to create/join a cluster: "you’ll see that the status is incorrect."
Update docs for setting up a service account in the fleet repo - This goes immediately before the final debugging tip
Fix yaml in WGE user docs for setting up a service account in the fleet repo
The text was updated successfully, but these errors were encountered:
@darrylweaver Here's the list of items I'd like to run past you during the sync I set up for tomorrow/July 26 -- we need more detail on many of these, like where specifically in docs did issues arise for you.
Darryl's preferred alternative, FWIW:
- export CLUSTER_NAME=demo-01
- export CA_CERTIFICATE=ca.crt
- export ENDPOINT=
- export TOKEN=
- ./static-kubeconfig.sh > demo-01-kubeconfig
- Here, Darryl advised trying to use a kubeconfig that doesn’t work in order to create/join a cluster: "you’ll see that the status is incorrect."
- This goes immediately before the final debugging tip
The text was updated successfully, but these errors were encountered: