argoproj-labs / argocd-agent

Redefining the multi cluster story of Argo CD
Apache License 2.0
81 stars 15 forks source link

docs: quickstart guide - manual secret creations, network connection requirement, and agent apply path #201

Closed mikeshng closed 1 month ago

mikeshng commented 1 month ago

Documentation fixes to quickstart.

1) After the step kubectl apply -n argocd -k install/kubernetes/principal, the principal agent pod is not coming up with the error:

MountVolume.SetUp failed for volume "userpass-passwd" : secret "argocd-agent-principal-userpass" not found

Added a documentation step to create the argocd-agent-principal-userpass secret. Addressed similar issue with the missing agent secret.

2) Adjusted the network connection requirement to match the repo README: https://github.com/argoproj-labs/argocd-agent?tab=readme-ov-file#status-and-current-limitations

3) Fixed the agent manifest deploy path.