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
It seems that Admiralty's proxy pods don't support attaching to scheduled candidate pods.
I'm trying to use Admiralty in conjunction with Submariner to bind several k8s clusters, and have AWX spawn automation jobs across them. It seems that AWX, once it launches a worker container, attaches to the container to send it instructions via stdin, and reads output via stdout.
If this isn't currently supported, could this be added, that once the POD is Running, the Proxy pod attaches to the Candidate for stdin/stdout. This could be activated conditionally with an extra annotation, like multicluster.admiralty.io/attach=true, since this functionality would only be required in specific workloads/conditions.
The text was updated successfully, but these errors were encountered:
It seems that Admiralty's proxy pods don't support attaching to scheduled candidate pods.
I'm trying to use Admiralty in conjunction with Submariner to bind several k8s clusters, and have AWX spawn automation jobs across them. It seems that AWX, once it launches a worker container, attaches to the container to send it instructions via stdin, and reads output via stdout.
If this isn't currently supported, could this be added, that once the POD is Running, the Proxy pod attaches to the Candidate for stdin/stdout. This could be activated conditionally with an extra annotation, like multicluster.admiralty.io/attach=true, since this functionality would only be required in specific workloads/conditions.
The text was updated successfully, but these errors were encountered: