Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created July 27, 2018 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/baea429982a3fe1408477877849f2b57 to your computer and use it in GitHub Desktop.
Save owainlewis/baea429982a3fe1408477877849f2b57 to your computer and use it in GitHub Desktop.
OCI Clusters
oci ce cluster list --compartment-id ocid1.compartment.oc1..aaaaaaaatl6llzxwwv2d652lwv3lhphmozqav24vcvlcilpqqnscwcuo4xyq
oci ce node-pool create \
--compartment-id ocid1.compartment.oc1..aaaaaaaatl6llzxwwv2d652lwv3lhphmozqav24vcvlcilpqqnscwcuo4xyq \
--cluster-id ocid1.cluster.oc1.uk-london-1.aaaaaaaaafstkzbug42tonbsguygkyjumezdozbumi4wmzrvgcrtizbxgrrg \
--name default \
--kubernetes-version v1.10.3 \
--node-image-name Oracle-Linux-7.4 \
--node-shape VM.Standard2.4 \
--subnet-ids '["ocid1.subnet.oc1.uk-london-1.aaaaaaaa3x7otd6fk4kt5lmubnm3h4wbyn6wuhfrcrktkvkfgfqbdwhu2r7q", "ocid1.subnet.oc1.uk-london-1.aaaaaaaawqgyohbjujfmelcpnm7xu37tx44ztjiqf56icccocekf7clwj2p"]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment