Skip to content

WIP: Allow NodePort type for master service #1584

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

Closed
wants to merge 1 commit into from
Closed

WIP: Allow NodePort type for master service #1584

wants to merge 1 commit into from

Conversation

ockl
Copy link

@ockl ockl commented Aug 16, 2021

Try to fix abandoned PR #994

This commit introduces new property to a postgresql spec
serviceNodePort. It enable NodePort type service for master role with
automatic port allocation if value is 0. Othewise it takes desired port
number like 30025.

fixes: #983

Signed-off-by: Dinar Valeev <k0da@opensuse.org>
@FxKu
Copy link
Member

FxKu commented Aug 17, 2021

When introducing a new field to the postgres CRD type, we have to update:

  1. CRD code validation
  2. Rerun ./hack/update-codegen.sh.
  3. Extend documentation (reference docs, maybe user docs, too)

That is also missing in the original PR (which I forgot to comment 😞 )

@ockl ockl closed this Sep 16, 2021
@gricey432
Copy link

@ockl what happened to this one? Is it in a position for someone else to approach again?

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.

4 participants