Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Provision OKE Cluster With Node Pool
Version 1.0.0
Create a Kubernetes cluster, poll until active, then add a node pool to it.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
provision-oke-cluster
Create an OKE cluster, wait for ACTIVE, then add a node pool.
Creates a Kubernetes cluster, polls getCluster until ACTIVE, and creates a node pool in the cluster.
1
createCluster
createCluster
Create a new Kubernetes cluster in the supplied VCN.
2
listClusters
listClusters
List clusters in the compartment to resolve the OCID of the newly created cluster by name.
3
pollCluster
getCluster
Poll the cluster until it reports the ACTIVE lifecycle state.
4
createNodePool
createNodePool
Create a node pool attached to the active cluster.