-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Nothing happens select cluster name option in Destination Tab when creating an application. #13655
Comments
We upated ArgoCD from version 2.5 to 2.7.2 and got the same issue. When you click on Name is selected URL and clean the input text argocd: v2.7.2+cbee7e6
BuildDate: 2023-05-12T14:06:49Z
GitCommit: cbee7e6011407ed2d1066c482db74e97e0cc6bdb
GitTreeState: clean
GoVersion: go1.19.9
Compiler: gc
Platform: linux/amd64
argocd-server: v2.7.2+cbee7e6.dirty
BuildDate: 2023-05-12T13:43:26Z
GitCommit: cbee7e6011407ed2d1066c482db74e97e0cc6bdb
GitTreeState: dirty
GoVersion: go1.19.6
Compiler: gc
Platform: linux/amd64
Kustomize Version: v5.0.1 2023-03-14T01:32:48Z
Helm Version: v3.11.2+g912ebc1
Kubectl Version: v0.24.2
Jsonnet Version: v0.19.1 |
As a workaround, select "Edit as YAML", then enter the symbolic cluster name manually, then hit "Save". Afterwards, the input and drop-down fields will function normally. |
Any updates? |
I can reproduce this in the latest code. Running |
I'll try to fix this. One general issue is syncing up between changes made in the form, and changes made in the YAML editor. There is a case where on re-render on the same code path, these changes can 'conflict' with each other. eg. in one scenario, we want to set the combo value, but in another case, we don't. So, that's why it appears that nothing happens when you select the option. We need a way to distinguish between changes made from the form, and changes made from the YAML editor. Previous Issues and PRs related to this. |
…j#13655) Signed-off-by: Keith Chong <kykchong@redhat.com>
…j#13655) Signed-off-by: Keith Chong <kykchong@redhat.com>
…j#13655) (argoproj#21028) Signed-off-by: Keith Chong <kykchong@redhat.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Checklist:
argocd version
.Describe the bug
When creating an application, cannot select as the name of the cluster on the Destination tab.
To Reproduce
Expected behavior
Changed to a list of names of registered clusters, not cluster URLs
Screenshots
Version
The text was updated successfully, but these errors were encountered: