-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
dial tcp: lookup $(ARGOCD_REDIS_SERVICE): no such host #13214
Comments
I also got the issue and was able to fix it by manually editing argocd-repo-server deployment |
Signed-off-by: Michael Crenshaw <[email protected]>
Thanks for testing! I think this should fix it: #13252 |
In the meantime, after looking at @crenshaw-dev's PR to see the underlying issue I was able to fix it with:
|
Signed-off-by: Justin Marquis <[email protected]>
…13214) Signed-off-by: Michael Crenshaw <[email protected]>
…13396) * fix(manifests): use params CM and env var for redis server (#13214) Signed-off-by: Michael Crenshaw <[email protected]> * add release note Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
Although the issue has been resolved in the master branch, it has not been addressed in the 2.7.0 tag, and as a result, it is not included in the manifest file available at https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml. This raises the question of whether this was an oversight or if the bug was intentionally left in the 2.7.0 release. Would it be possible to update the tag to include the fix, or was the decision made to release 2.7.0 with the bug? |
Just ran into this issue today when I upgraded to 2.7.0 as well |
The fix should have been in 2.7.0... maybe I fired off the release too fast? |
…13396) * fix(manifests): use params CM and env var for redis server (#13214) Signed-off-by: Michael Crenshaw <[email protected]> * add release note Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
I simply failed to cherry-pick the fix. It's what I get for cutting releases after 5pm. :-) Will cut 2.7.1 to fix it. |
…13396) (#13417) * fix(manifests): use params CM and env var for redis server (#13214) * add release note * rephrase * rephrase --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
…13214) (argoproj#13396) (argoproj#13417) * fix(manifests): use params CM and env var for redis server (argoproj#13214) * add release note * rephrase * rephrase --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: schakrad <[email protected]>
…13214) (argoproj#13396) * fix(manifests): use params CM and env var for redis server (argoproj#13214) Signed-off-by: Michael Crenshaw <[email protected]> * add release note Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> * rephrase Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
Checklist:
argocd version
.Describe the bug
After updating ArgoCD to v2.7.0-rc2 there are errors in argocd-repo-server logs:
Looks like the issue was introduced here 25badeb#diff-13c44d9d61d8213832a7e70890e8d2a6fdab6b3c2170d364e3b71ff3ac73805aL15834-R15837
I think env vars in k8s manifests are not supposed to be expanded
To Reproduce
There are no specific steps to reproduce, I guess. Just deploy ArgoCD v2.7.0-rc2 using https://github.com/argoproj/argo-cd/blob/v2.7.0-rc2/manifests/install.yaml and look for the error in the logs
Expected behavior
argocd-repo-server is able to connect to redis, no errors in the logs
Version
Logs
The text was updated successfully, but these errors were encountered: