How to enable web terminal exec into init containers #20511
Replies: 1 comment
-
|
I do also have same problem, we have migrated init containers to fix gracefull shutdowns and unfortunately argocd exec is no longer available for this containers:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm seeking assistance with enabling the Argo CD web terminal to execute commands within init containers. In our setup, we're utilizing Kubernetes' restartPolicy: Always feature to keep init containers active throughout the pod's lifecycle, as outlined in the Kubernetes documentation on init containers.
Despite having admin privileges and the ability to exec into all pods, I encounter the following error when attempting to access init containers via the Argo CD web terminal:
Terminal Connection Error: Internal errorIs executing into init containers supported in Argo CD's web terminal? If so, are there specific configurations or permissions required to enable this functionality?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions