mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
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:
@@ -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`
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user