Pipeline Pods And Private DNS #3478
Unanswered
TheDarkula
asked this question in
Ask a Question
Replies: 1 comment
-
I found this issue, which is also referenced here, however I am running the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have gitea and woodpecker running privately behind a VPN.
In the woodpecker server and agent pods, I have a
hostAliases
section set which creates/etc/hosts
entries for gitea and woodpecker.I have verified that the hosts can be resolved in the server and the agent by shelling in.
The issue I am having is that the worker pod that the agent creates,
wp-random_hash_goes_here
, does not inherit thehostAliases
that I have specified for the server and agent pods.How can I get the pipeline pod that is created on the fly to have an
/etc/hosts
entry?Beta Was this translation helpful? Give feedback.
All reactions