diff --git a/pages/common/ibmcloud-cr.md b/pages/common/ibmcloud-cr.md new file mode 100644 index 00000000000000..d8cfc6af084400 --- /dev/null +++ b/pages/common/ibmcloud-cr.md @@ -0,0 +1,28 @@ +# ibmcloud cr + +> Manage IBM Cloud Container Registry content and configuration. +> More information: . + +- Set target region for IBM Cloud Container Registry: + +`ibmcloud cr region-set` + +- List images available: + +`ibmcloud cr {{[images|image-list]}}` + +- Inspect an image data: + +`ibmcloud cr image-inspect {{image}}` + +- Run vulnerability assessment on an image: + +`ibmcloud cr {{[va|vulnerability-assessment]}} {{image}}` + +- Log the local Docker or Podman client in to IBM Cloud Container Registry: + +`ibmcloud cr login` + +- List all actions available under this command: + +`ibmcloud cr help` diff --git a/pages/common/ibmcloud-ks.md b/pages/common/ibmcloud-ks.md new file mode 100644 index 00000000000000..b204a0274ce65d --- /dev/null +++ b/pages/common/ibmcloud-ks.md @@ -0,0 +1,24 @@ +# ibmcloud ks + +> Manage Kubernetes and OpenShift clusters in IBM Cloud. +> More information: . + +- View the details of a cluster: + +`ibmcloud ks cluster get {{[-c|--cluster]}} {{cluster_id}}` + +- View the rotation status of Cluster Authority certificates for a cluster: + +`ibmcloud ks cluster ca status {{[-c|--cluster]}} {{cluster_id}}` + +- View worker pools of a cluster: + +`ibmcloud ks worker-pool ls {{[-c|--cluster]}} {{cluster_id}}` + +- Delete a worker node and replace it with a new one in the same worker pool: + +`ibmcloud ks worker replace {{[-c|--cluster]}} {{cluster_id}} {{[-w|--worker]}} {{worker_id}}` + +- List all actions available under this command: + +`ibmcloud ks help`