Giter Club home page Giter Club logo

Comments (9)

apodhrad avatar apodhrad commented on September 24, 2024

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?

from cloudwash.

apodhrad avatar apodhrad commented on September 24, 2024

btw, for deleting VPCs I use the following script
https://github.com/lianghong/delete_vpc

from cloudwash.

jyejare avatar jyejare commented on September 24, 2024

@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.

from cloudwash.

lukas-bednar avatar lukas-bednar commented on September 24, 2024

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 kubernetes.io/cluster/${CLUSTER_ID} between the tag, you know that it belongs to the OCP cluster, and your desire here is to remove all resources which are tagged with the same tag.

Note that this request is also relevant for other clouds, not only AWS ...

from cloudwash.

apodhrad avatar apodhrad commented on September 24, 2024

Right, so maybe we could consider introducing a new variable DELETE_OCP which will work similar to DELETE_VM.
That means, if we identified a VM or VPC with tag kubernetes.io/cluster/${DELETE_OCP}* then we can just uninstall the OCP using the OCP installer.

from cloudwash.

apodhrad avatar apodhrad commented on September 24, 2024

The question is - which resource(s) should we look for and check the tag kubernetes.io/cluster/${CLUSTER_ID}.

Maybe we could look for VPCs as many resources are directly tied with a VPC.
Here is an example of VPC tag

  "Tags": [
    {
      "Key": "Name",
      "Value": "ocp4-23-6xcdn-vpc"
    },
    {
      "Key": "kubernetes.io/cluster/ocp4-23-6xcdn",
      "Value": "owned"
    }

I'm just not sure what is the alternative for VPC in other cloud providers such as Azure or GCP

from cloudwash.

apodhrad avatar apodhrad commented on September 24, 2024

If someone is interested I have prepared a quick PoC (WIP) at
#18

from cloudwash.

bovem avatar bovem commented on September 24, 2024

I would like to propose a feature for the cleanup of OCP resources like PipelineRuns, Pods, Deployments, etc.
I can take a look at this and create a PR if required.

from cloudwash.

jyejare avatar jyejare commented on September 24, 2024

@bovem For now @apodhrad is now looking into cluster cleanup but you can create a new issue and work on it :)

from cloudwash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.