Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HostNetwork is in the wrong place on pod.yaml #40

Open
henrod opened this issue Aug 1, 2018 · 0 comments
Open

HostNetwork is in the wrong place on pod.yaml #40

henrod opened this issue Aug 1, 2018 · 0 comments
Labels
v9 v9.x related issues

Comments

@henrod
Copy link
Contributor

henrod commented Aug 1, 2018

On models/pod.go, "hostNetwork" is set on podYaml variable in the wrong place. It must not be on containers array, but in the same level as containers key.

In the case of correcting it, it is important to test if it won't affect the communication with other services because it cannot access kubernetes services and internal IPs.

@caiordjesus caiordjesus added the v9 v9.x related issues label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v9 v9.x related issues
Projects
None yet
Development

No branches or pull requests

2 participants