Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} argoproj / argo-cd Public Notifications You must be signed in to change notification settings Fork 5.3k ...
Declarative Continuous Deployment for Kubernetes. Contribute to argoproj/argo-cd development by creating an account on GitHub.
在 Argo CD 上,在连接 git-repo 对话框中,我尝试了以下操作,但没有成功:(图片来自argocd主页)尝试:存储库网址:https://theServer/<project>/_git/<repository> 用户名:<usernameofPAT> 密码:<ThePAT> 尝试:存储库网址:https://theServer/<account>/<project>/_git/<repository> 用户名:某事 -...
argocd-repo-server time="2022-06-28T16:18:48Z" level=error msg="`gpg --no-permission-warning --logger-fd 1 --batch --gen-key /tmp/gpg-key-recipe301546403` failed exit status 2"││ argocd-repo-server time="2022-06-28T16:18:48Z" level=info msg=Trace args="[gpg --no-...
In Kubernetes, PID 1 however will be the command used to start the container, in this case it would be argocd-repo-server which in turn has no mechanisms to reap orphan processes it does not know of. I see three possible solutions to solve this problem: Implement orphan process reaping ...
apiVersion: apps/v1 kind: Deployment metadata: name: argocd-repo-server spec: template: spec: containers: - name: argocd-repo-server volumeMounts: - mountPath: /home/argocd/.ssh name: argo-server-ssh-config volumes: - name: argo-server-ssh-config configMap: name: argo-server-ssh-config...
ArgoCD: timeout with Redis and RepoServer argoproj/argo-cd#4174 https://github.com/portefaix/portefaix/blob/366c6dbb91d91afce5e8acf04651b946182d6256/kubernetes/base/argo-cd/argo-cd/argo-cd.yaml#L121 additionalLabels: monitoring: portefai...
All of the Argo CD components I have worked with have a way to disable TLS between each other via the argocd-cmd-params-cm ConfigMap. One issue I've run into is, when calling .repo.GetCommitMetadata in notifications templates, it tries to reach out to the Repo Server over TLS. There...
argoproj/argo-cd/v2/cmpserver/apiclient" "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1" "github.com/argoproj/argo-cd/v2/reposerver/apiclient" "github.com/argoproj/argo-cd/v2/reposerver/cache" reposervercache "github.com/argoproj/argo-cd/v2/reposerver/cach...
Declarative Continuous Deployment for Kubernetes. Contribute to argoproj/argo-cd development by creating an account on GitHub.