Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Teardown OKE Cluster
Version 1.0.0
List a cluster's node pools, delete the first node pool, then delete the cluster.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
teardown-oke-cluster
Delete an OKE cluster's node pool, then delete the cluster.
Confirms the cluster, lists its node pools, deletes the first node pool, and deletes the cluster.
1
getCluster
getCluster
Confirm the cluster exists before deleting its node pools.
2
listNodePools
listNodePools
List the node pools that belong to the cluster.
3
deleteNodePool
deleteNodePool
Delete the first node pool returned for the cluster.
4
deleteCluster
deleteCluster
Delete the cluster once its node pools are removed.