robolaunch / robot-operator

Kubernetes Robot Operator for ROS/2 Based Robots
https://robolaunch.github.io/robot-operator/
Apache License 2.0
22 stars 3 forks source link

PR: Enable Host Network on Request #248

Closed tunahanertekin closed 2 weeks ago

tunahanertekin commented 2 weeks ago

:herb: 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:

Closes #247

Type of change

How can it be tested?

Can be tested by setting an additional config as below:

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