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

Update README.md #19

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git push origin v0.0.1

* Prepare a pair of subnets on the indicated zone of the region.
* NOTE: If the subnets had been existing, it will reuse the exsiting subnets in the zone
`$ ./rosa-support create subnets --region us-west-2 --availability-zones us-west-2a --vpc-id <vpc id>`
`$ rosa-support create subnets --region us-west-2 --availability-zones us-west-2a --vpc-id <vpc id>`

* Prepare proxy server
* *--region* is required where created the vpc-id
Expand Down Expand Up @@ -78,4 +78,4 @@ git push origin v0.0.1

`$ rosa-support delete vpc --vpc-id <vpc id> --region <region>`

Note that a repository administrator may need to push the tag to the repository due to access restrictions.
Note that a repository administrator may need to push the tag to the repository due to access restrictions.
Loading