ibmcloud-{cr,ks}: add page (#18487)

Signed-off-by: varnika <varnika@ibm.com>
Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Varnika Sinha
2025-10-08 09:19:00 -04:00
committed by GitHub
parent fc1a08c4c7
commit 77a4174faf
2 changed files with 52 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# ibmcloud cr
> Manage IBM Cloud Container Registry content and configuration.
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-containerregcli>.
- 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`
+24
View File
@@ -0,0 +1,24 @@
# ibmcloud ks
> Manage Kubernetes and OpenShift clusters in IBM Cloud.
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-kubernetes-service-cli>.
- 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`