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

PR: Enable Host Network on Request #248

Merged
merged 3 commits into from
Sep 4, 2024
Merged

PR: Enable Host Network on Request #248

merged 3 commits into from
Sep 4, 2024

Conversation

tunahanertekin
Copy link
Member

@tunahanertekin tunahanertekin commented Sep 4, 2024

🌿 PR: Enable Host Network on Request

Description

Host network is disabled by default for IDE, VDI and notebook pods. It can be enabled by setting the config with type Operator and key USE_HOST_NETWORK. Here is the regex for the config value:

  • ^(true|false)$

Closes #247

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How can it be tested?

Can be tested by setting an additional config as below:

spec:
  additionalConfigs:
    USE_HOST_NETWORK:
      configType: Operator
      value: "true"

@tunahanertekin tunahanertekin added the enhancement New feature or request label Sep 4, 2024
@tunahanertekin tunahanertekin self-assigned this Sep 4, 2024
@tunahanertekin tunahanertekin linked an issue Sep 4, 2024 that may be closed by this pull request
@tunahanertekin tunahanertekin merged commit be7a945 into main Sep 4, 2024
1 check passed
@tunahanertekin tunahanertekin deleted the 247-host-network branch September 4, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Host Network Usage Selectable
1 participant