Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues for Azure Marketplace #3133

Open
5 tasks
bigkevmcd opened this issue Jul 25, 2023 · 2 comments
Open
5 tasks

Issues for Azure Marketplace #3133

bigkevmcd opened this issue Jul 25, 2023 · 2 comments
Assignees

Comments

@bigkevmcd
Copy link
Contributor

bigkevmcd commented Jul 25, 2023

  • 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
  • Kubeconfig static-kubeconfig.sh generates invalid YAML Fix kubeconfig script weave-gitops#3881
  • 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
@bigkevmcd bigkevmcd self-assigned this Jul 25, 2023
@lasomethingsomething
Copy link

@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.

@foot foot added the team/pesto label Aug 8, 2023
@foot
Copy link
Collaborator

foot commented Aug 9, 2023

Simplify the Readiness:

  • Current: Ready=(has secret)
  • New: Ready=(has secret and we can connect to the cluster)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants