Skip to content

Commit

Permalink
OCM-11855 | test: Support bastion proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jameszwang committed Nov 20, 2024
1 parent 9f19993 commit b13691c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,16 @@ git push origin v0.0.1

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

* Prepare bastion
* *--region* is required where created the vpc-id
* *--availability-zone* is required on which zone to launch the bastion instance
* *--vpc-id* is required which should be VPC id used to launch cluster
* *--cidr-block* is NOT required, only IP address within CIDR block can access other resources through bastion proxy(default is 0.0.0.0/0)

`$ rosa-support create bastion --region us-east-2 --availability-zone us-east-2a --vpc-id <vpc id>`

* Destroy bastion,the bastion and related resources with VPC will be destroyed when clean VPC

`$ 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.

0 comments on commit b13691c

Please sign in to comment.