Closed mikeshng closed 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:
kubectl apply -n argocd -k install/kubernetes/principal
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.
argocd-agent-principal-userpass
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.
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: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.