-
Notifications
You must be signed in to change notification settings - Fork 29
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
Provision of deleting OCP cluster on AWS #10
Comments
Hi @jyejare this description is a bit confusing to me. It seems that this is about simulation OCP uninstallation process via OCP installer. But I think the goal is more general - delete more type of resources. So, I suggest to rename this issue to something like "Add more resource types which can be deleted by CloudWash", wdyt? |
btw, for deleting VPCs I use the following script |
@apodhrad The request is from Prabhod and even I didn't look into it in the dip but the Issue description is giving a more context. It seems he would like to clean up the resources (EC2, VPC, S3) on OCP cluster where the cluster is deployed on AWS and not the uninstallation of the actual cluster. Just FYI, The installation of cluster on AWS is documented https://docs.openshift.com/container-platform/4.6/installing/installing_aws/installing-aws-default.html. To clean up the resources on the cluster deployed on AWS, we can either take the route of deleting it using AWS APIs or OCP APIs whichever route is permissible, provides more benefits in future as to delete more resources in cluster. |
We use AWS only for deploying the OCP clusters. So we need this feature as well. Note that all OCP resources are being tagged, so you can simply inspect items which you are going to delete, and if you find Note that this request is also relevant for other clouds, not only AWS ... |
Right, so maybe we could consider introducing a new variable |
The question is - which resource(s) should we look for and check the tag Maybe we could look for VPCs as many resources are directly tied with a VPC.
I'm just not sure what is the alternative for VPC in other cloud providers such as Azure or GCP |
If someone is interested I have prepared a quick PoC (WIP) at |
I would like to propose a feature for the cleanup of OCP resources like PipelineRuns, Pods, Deployments, etc. |
Requester: Prabodh Phuse
Issue: provision of deleting OCP cluster on AWS, which is a sum of various services and resources ...ec2, vpc, S3...etc
Urgency: Not mentioned but looks a promising future. But since cluster is a virtual resource of a cloud we need to rethink if cloudwash should get into virtual resources cleanup.
Willing to Contribute: Not mentioned!
The text was updated successfully, but these errors were encountered: