File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments