From f3d44714be87beca346a5320e33ad31e5d978336 Mon Sep 17 00:00:00 2001 From: varnika Date: Sun, 5 Oct 2025 16:38:10 -0400 Subject: [PATCH 1/4] ibmcloud-{cr,ks}: add page Signed-off-by: varnika --- pages/common/ibmcloud-cr.md | 28 ++++++++++++++++++++++++++++ pages/common/ibmcloud-ks.md | 24 ++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 pages/common/ibmcloud-cr.md create mode 100644 pages/common/ibmcloud-ks.md diff --git a/pages/common/ibmcloud-cr.md b/pages/common/ibmcloud-cr.md new file mode 100644 index 00000000000000..1e0d3ac3f030db --- /dev/null +++ b/pages/common/ibmcloud-cr.md @@ -0,0 +1,28 @@ +# ibmcloud cr + +> Manage IBM Cloud Container Registry content and configuration. +> More information: . + +- 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` diff --git a/pages/common/ibmcloud-ks.md b/pages/common/ibmcloud-ks.md new file mode 100644 index 00000000000000..749ec213d1a155 --- /dev/null +++ b/pages/common/ibmcloud-ks.md @@ -0,0 +1,24 @@ +# ibmcloud ks + +> Manage Kubernetes and OpenShift clusters in IBM Cloud. +> More information: . + +- 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` From e798d42d58966cc7da37801e7f90edc3ed6e9781 Mon Sep 17 00:00:00 2001 From: varnika Date: Sun, 5 Oct 2025 17:55:58 -0400 Subject: [PATCH 2/4] addressing feedback and style guide changes Signed-off-by: varnika --- pages/common/ibmcloud-cr.md | 4 ++-- pages/common/ibmcloud-ks.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/ibmcloud-cr.md b/pages/common/ibmcloud-cr.md index 1e0d3ac3f030db..d8cfc6af084400 100644 --- a/pages/common/ibmcloud-cr.md +++ b/pages/common/ibmcloud-cr.md @@ -9,7 +9,7 @@ - List images available: -`ibmcloud cr {{[images,image-list]}}` +`ibmcloud cr {{[images|image-list]}}` - Inspect an image data: @@ -17,7 +17,7 @@ - Run vulnerability assessment on an image: -`ibmcloud cr {{[va,vulnerability-assessment]}} {{image}}` +`ibmcloud cr {{[va|vulnerability-assessment]}} {{image}}` - Log the local Docker or Podman client in to IBM Cloud Container Registry: diff --git a/pages/common/ibmcloud-ks.md b/pages/common/ibmcloud-ks.md index 749ec213d1a155..78ee48f3d9fc7e 100644 --- a/pages/common/ibmcloud-ks.md +++ b/pages/common/ibmcloud-ks.md @@ -5,19 +5,19 @@ - View the details of a cluster: -`ibmcloud ks cluster get {{[-c,--cluster]}} {{cluster_id}}` +`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}}` +`ic ks cluster ca status {{[-c|--cluster]}} {{cluster_id}}` - View worker pools of a cluster: -`ibmcloud ks worker-pool ls {{[-c,--cluster]}} {{cluster_id}}` +`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}}` +`ibmcloud ks worker replace {{[-c|--cluster]}} {{cluster_id}} {{[-w|--worker]}} {{worker_id}}` - List all actions available under this command: From b19333de0baa3f6c00f497b811769278cf2066a9 Mon Sep 17 00:00:00 2001 From: varnika Date: Sun, 5 Oct 2025 18:23:43 -0400 Subject: [PATCH 3/4] addressing feedback x2 Signed-off-by: varnika --- pages/common/ibmcloud-ks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ibmcloud-ks.md b/pages/common/ibmcloud-ks.md index 78ee48f3d9fc7e..66e72cdb697ab6 100644 --- a/pages/common/ibmcloud-ks.md +++ b/pages/common/ibmcloud-ks.md @@ -9,7 +9,7 @@ - View the rotation status of Cluster Authority certificates for a cluster: -`ic ks cluster ca status {{[-c|--cluster]}} {{cluster_id}}` +`ibmcloud ks cluster ca status {{[-c|--cluster]}} {{cluster_id}}` - View worker pools of a cluster: From cbb43fe06b000c52c2dc583119f8f5b451f6b920 Mon Sep 17 00:00:00 2001 From: Varnika Sinha Date: Tue, 7 Oct 2025 22:19:28 -0400 Subject: [PATCH 4/4] Addressing feedback Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> --- pages/common/ibmcloud-ks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ibmcloud-ks.md b/pages/common/ibmcloud-ks.md index 66e72cdb697ab6..b204a0274ce65d 100644 --- a/pages/common/ibmcloud-ks.md +++ b/pages/common/ibmcloud-ks.md @@ -15,7 +15,7 @@ `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: +- 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}}`