-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent:cliIssue related to the Argo CD CLIIssue related to the Argo CD CLIgood first issueGood for newcomersGood for newcomersversion:2.13Latest confirmed affected version is 2.13Latest confirmed affected version is 2.13
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
Any command ran using the argocd
client CLI returns the following
2024/09/23 12:24:25 maxprocs: Leaving GOMAXPROCS=24: CPU quota undefined
This is happening on a x86_64 Linux client
$ uname -a
Linux desktop.cloud.chx 6.10.10-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 12 18:26:09 UTC 2024 x86_64 GNU/Linux
To Reproduce
Run any argocd
command on a Linux client
Expected behavior
Golang specific things should be suppressed
Version
$ argocd version
2024/09/23 14:50:13 maxprocs: Leaving GOMAXPROCS=24: CPU quota undefined
argocd: v2.13.0-rc2+0f083c9
BuildDate: 2024-09-20T11:59:25Z
GitCommit: 0f083c9e58638fc292cf064e294a1aa53caa5630
GitTreeState: clean
GoVersion: go1.22.7
Compiler: gc
Platform: linux/amd64
argocd-server: v2.13.0-rc2+0f083c9
BuildDate: 2024-09-20T11:37:53Z
GitCommit: 0f083c9e58638fc292cf064e294a1aa53caa5630
GitTreeState: clean
GoVersion: go1.23.1
Compiler: gc
Platform: linux/amd64
Kustomize Version: v5.4.3 2024-07-19T16:40:33Z
Helm Version: v3.15.2+g1a500d5
Kubectl Version: v0.31.0
Jsonnet Version: v0.20.0
stefanandres, ThomasDetemmerman, erhhung, sfirat and aslan-im
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:cliIssue related to the Argo CD CLIIssue related to the Argo CD CLIgood first issueGood for newcomersGood for newcomersversion:2.13Latest confirmed affected version is 2.13Latest confirmed affected version is 2.13