Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/common/ibmcloud-cr.md
Original file line number Diff line number Diff line change
@@ -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 changes: 24 additions & 0 deletions pages/common/ibmcloud-ks.md
Original file line number Diff line number Diff line change
@@ -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:

`ic 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 worker node 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`