Skip to content

Commit 77a4174

Browse files
ibmcloud-{cr,ks}: add page (#18487)
Signed-off-by: varnika <[email protected]> Co-authored-by: Lena Pastwa <[email protected]>
1 parent fc1a08c commit 77a4174

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

pages/common/ibmcloud-cr.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ibmcloud cr
2+
3+
> Manage IBM Cloud Container Registry content and configuration.
4+
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-containerregcli>.
5+
6+
- Set target region for IBM Cloud Container Registry:
7+
8+
`ibmcloud cr region-set`
9+
10+
- List images available:
11+
12+
`ibmcloud cr {{[images|image-list]}}`
13+
14+
- Inspect an image data:
15+
16+
`ibmcloud cr image-inspect {{image}}`
17+
18+
- Run vulnerability assessment on an image:
19+
20+
`ibmcloud cr {{[va|vulnerability-assessment]}} {{image}}`
21+
22+
- Log the local Docker or Podman client in to IBM Cloud Container Registry:
23+
24+
`ibmcloud cr login`
25+
26+
- List all actions available under this command:
27+
28+
`ibmcloud cr help`

pages/common/ibmcloud-ks.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ibmcloud ks
2+
3+
> Manage Kubernetes and OpenShift clusters in IBM Cloud.
4+
> More information: <https://cloud.ibm.com/docs/cli?topic=cli-kubernetes-service-cli>.
5+
6+
- View the details of a cluster:
7+
8+
`ibmcloud ks cluster get {{[-c|--cluster]}} {{cluster_id}}`
9+
10+
- View the rotation status of Cluster Authority certificates for a cluster:
11+
12+
`ibmcloud ks cluster ca status {{[-c|--cluster]}} {{cluster_id}}`
13+
14+
- View worker pools of a cluster:
15+
16+
`ibmcloud ks worker-pool ls {{[-c|--cluster]}} {{cluster_id}}`
17+
18+
- Delete a worker node and replace it with a new one in the same worker pool:
19+
20+
`ibmcloud ks worker replace {{[-c|--cluster]}} {{cluster_id}} {{[-w|--worker]}} {{worker_id}}`
21+
22+
- List all actions available under this command:
23+
24+
`ibmcloud ks help`

0 commit comments

Comments
 (0)