Jack Lu

Results 5 comments of Jack Lu

> What was your kube context at the moment you added the cluster? See I was using the rdr-hub context and in the argocd namespace, that is why I still...

In the argocd-server pod definition, I see it has following: ``` containers: - args: - /usr/local/bin/argocd-server env: - name: REDIS_PASSWORD valueFrom: secretKeyRef: key: auth name: argocd-redis ``` Secret argocd-redis exists...

btw, argocd is deployed using: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml I followed document of https://argo-cd.readthedocs.io/en/stable/getting_started/

Today I created two new minikube clusters, and installed argocd core in the rdr-hub cluster, by using file of https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/core-install.yaml I checked, this time in the argocd ns, I only...

according to issue https://github.com/argoproj/argo-cd/issues/238, --upsert flag is used when the existing app spec is different. from `argocd app create --help`: --upsert Allows to override application with the same name even...