You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the 'latest' image tag v2.4.0+c29651d from 2022-05-16 to test this feature.
Some pods only display the shell prompt, and I am not able to input anything via keyboard.
ArgoCD logs an error when trying to launch a terminal in for the problematic containers: websocket: unexpected reserved bits 0x60
The one thing common thing about the containers with issues is they are using alpine based images.
I have confirmed the issue with the following images so far:
alpine:3.15.4
alpine:3.14.6
alpine:3.13.10
alpine:3.12.12
argocd-redis (redis:6.2.6-alpine)
I have tested on EKS and k3s and both display the same behaviour.
Logs:
To Reproduce
Deploy a Pod with an alpine based image and open terminal in ArgoCD UI.
Expected behavior
Should be able to enter keystrokes into the terminal.
Encountered this problem, and discovered something important:
When you get the RBAC settings correct, you are only able to use UI exec on containers where bash is installed. Containers with sh will give you weird issues with websockets, and terminals where you are not allowed to type any input.
Checklist:
argocd version
.Describe the bug
I am using the 'latest' image tag v2.4.0+c29651d from 2022-05-16 to test this feature.
Some pods only display the shell prompt, and I am not able to input anything via keyboard.
ArgoCD logs an error when trying to launch a terminal in for the problematic containers:
websocket: unexpected reserved bits 0x60
The one thing common thing about the containers with issues is they are using alpine based images.
I have confirmed the issue with the following images so far:
I have tested on EKS and k3s and both display the same behaviour.
Logs:
To Reproduce
Deploy a Pod with an alpine based image and open terminal in ArgoCD UI.
Expected behavior
Should be able to enter keystrokes into the terminal.
Screenshots
Version
Logs
Please let me know if I can provide or test anything further, Thank you.
The text was updated successfully, but these errors were encountered: