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

Needs correction on VPC NG Network Load Balancer CLI document #7 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sshankaramurthy
Copy link

Except these two below updated the all the commands as per the issue created.

ibmcloud is load-balancer-pool-create santhosh-test-pool4 santhosh-test-nlb round_robin tcp 20 2 5 --health-monitor-url c4780015-jp-tok.lb.appdomain.cloud --health-monitor-port 4001

bmcloud is load-balancer-pool-update 72251a2e-d6c5-42b4-97b0-b5f8e8d1f479 72b27b5c-f4b0-48bb-b954-5becc7c1dcb3 --health-monitor-url / --health-monitor-port 4001

Copy link

@KumarGanesanIBM KumarGanesanIBM left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1284,22 +1284,22 @@ ibmcloud is load-balancer LOAD_BALANCER [--vpc VPC] [--output JSON] [-q, --quiet
Create a load balancer.

```
ibmcloud is load-balancer-create LOAD_BALANCER_NAME LOAD_BALANCER_TYPE (--subnet SUBNET1 --subnet SUBNET2 ... [--vpc VPC]) [--family application | network] [--route-mode false | true] [--sg SG] [--logging-datapath-active false | true] [--resource-group-id RESOURCE_GROUP_ID | --resource-group-name RESOURCE_GROUP_NAME] [--output JSON] [-q, --quiet]
ibmcloud is load-balancer-create LOAD_BALANCER_NAME LOAD_BALANCER_TYPE (--subnet SUBNET1 ... [--vpc VPC]) [--family network] [--route-mode false | true] [--sg SG] [--logging-datapath-active false | true] [--resource-group-id RESOURCE_GROUP_ID | --resource-group-name RESOURCE_GROUP_NAME] [--output JSON] [-q, --quiet]

Choose a reason for hiding this comment

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

Suggested change
ibmcloud is load-balancer-create LOAD_BALANCER_NAME LOAD_BALANCER_TYPE (--subnet SUBNET1 ... [--vpc VPC]) [--family network] [--route-mode false | true] [--sg SG] [--logging-datapath-active false | true] [--resource-group-id RESOURCE_GROUP_ID | --resource-group-name RESOURCE_GROUP_NAME] [--output JSON] [-q, --quiet]
ibmcloud is load-balancer-create LOAD_BALANCER_NAME LOAD_BALANCER_TYPE (--subnet SUBNET1 [--vpc VPC]) [--family network] [--route-mode false | true] [--sg SG] [--logging-datapath-active false | true] [--resource-group-id RESOURCE_GROUP_ID | --resource-group-name RESOURCE_GROUP_NAME] [--output JSON] [-q, --quiet]

Copy link
Author

Choose a reason for hiding this comment

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

@KumarGanesanIBM above changes are done.

@sshankaramurthy
Copy link
Author

@mitchell Could you please review this request.

@jbmitch
Copy link
Collaborator

jbmitch commented Apr 28, 2022

LGTM Sending to @sterling for review

@sterling
Copy link

I don't think you want me to review this

@@ -1451,18 +1441,11 @@ Create a load balancer listener with udp protocol.

- **LOAD_BALANCER**: ID or name of the load balancer.
- **--vpc**: ID or name of the VPC. It is only required to specify the unique resource by name inside this VPC.
- **--protocol**: The listener protocol. Load balancers in the application family support tcp, http, and https. Load balancers in the network family support tcp and udp.
Copy link
Contributor

@austinmama austinmama May 3, 2022

Choose a reason for hiding this comment

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

Use asterisks (** **) around the values to make the protocol options bold. I see this in multiple places.

Copy link
Contributor

Choose a reason for hiding this comment

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

I do not have the proper permission to edit or create a PR in the repo. Otherwise, Kumar approved. All good.

Copy link
Author

@sshankaramurthy sshankaramurthy May 4, 2022

Choose a reason for hiding this comment

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

@austinmama granted the permission to repo for edit. meanwhile updating protocol with asterisks.

@KumarGanesanIBM

@austinmama
Copy link
Contributor

@sshankaramurthy I understand that @jmilst is handling. In the future, please open PRs against the staging server here: https://github.ibm.com/cloud-docs/vpc-infrastructure-cli-plugin/blob/draft/vpc-cli-reference.md

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.

5 participants