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

Add hostNetwork for operator pod, default false #925

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gjw13
Copy link

@gjw13 gjw13 commented Jan 2, 2025

What is the purpose of the change

This change allows a user to enable host networking on the operator pod for the flink-kubernetes-operator helm chart.

Brief change log

  • hostNetwork is available to be set in flink-operator.yaml
  • hostNetwork is set to false by default in values.yaml

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changes to the CustomResourceDescriptors: no
  • Core observer or reconciler logic that is regularly executed: no

Documentation

  • Does this pull request introduce a new feature? yes
  • If yes, how is the feature documented? It is documented in the values file.

@gyfora
Copy link
Contributor

gyfora commented Jan 10, 2025

Could you please open a JIRA ticket for this change so we can track it in the project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants