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

Remove --service-publishing-strategy from production cli #2721

Merged

Conversation

davidvossel
Copy link
Contributor

The KubeVirt platform has a cli arg used during cluster create called service-publishing-strategy. This arg allowed us to switch between using a NodePort or LoadBalancer for exposing the HCP's api server and other services.

The NodePort option works in dev, but is not resilient enough for production. This is because the NodePort option picks a random mgmt node for the api server passed in the guest cluster's kubeconfig. If that mgmt node ever cycles out, it will result in the guest cluster no longer being accessible. That's fine for development, but we don't want to expose end users to this behavior.

… command

Signed-off-by: David Vossel <davidvossel@gmail.com>
@openshift-ci openshift-ci bot requested review from nirarg and sjenning June 22, 2023 20:12
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 22, 2023
Copy link
Member

@bryan-cox bryan-cox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 22, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 22, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox, davidvossel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@bryan-cox
Copy link
Member

/area cli

@openshift-ci openshift-ci bot added area/cli Indicates the PR includes changes for CLI and removed do-not-merge/needs-area labels Jun 23, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD b56d80b and 2 for PR HEAD 305be5b in total

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD fb44772 and 1 for PR HEAD 305be5b in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 23, 2023

@davidvossel: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 4b3ea2c into openshift:main Jun 23, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/cli Indicates the PR includes changes for CLI lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants