Does the tink-worker support containers in Host NetworkMode for Tinker Actions? #1037
Unanswered
vthiruveedula
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @vthiruveedula . In our current v1alpha1 API specifying a network namespace is not directly supported in the spec. In the unimplemented v1alpha2 API it will be directly supported. With that said, there is at least one way to make the host network available to an Action. When you define your Action, make sure Hopefully that helps. Let me know if i can elaborate on anything. Thanks for posting! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
One of the Tinker action in our tinker workflow needs to communicate with services running on the host machine's localhost on a specific port.
To achieve this, I believe the container running this action needs to be executed in Host NetworkMode.
Could anyone please confirm if the tink-worker supports scheduling containers in Host NetworkMode for Tinker actions?
If so, could you provide guidance or examples on how to configure this?
Thank you for your assistance!
Best Regards,
Vijaya
Beta Was this translation helpful? Give feedback.
All reactions