From dff72eaf9d9be663527b15d2fd19101e336865c7 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Thu, 5 Dec 2024 11:19:12 -0500 Subject: [PATCH] ibmcloud: Remove unneeded step from README Remove unneeded advertise the extended resource step from README. Signed-off-by: Frank Budinsky --- src/cloud-api-adaptor/ibmcloud/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/cloud-api-adaptor/ibmcloud/README.md b/src/cloud-api-adaptor/ibmcloud/README.md index 315c2a89d..08a1ca2f8 100644 --- a/src/cloud-api-adaptor/ibmcloud/README.md +++ b/src/cloud-api-adaptor/ibmcloud/README.md @@ -106,13 +106,6 @@ If you want to create, or use an existing, Red Hat OpenShift Kubernetes cluster, kubectl get pods -n peer-pods-webhook-system --watch ``` -- Advertise the extended resource `kata.peerpods.io/vm.` by running the following commands: - ``` - pushd src/webhook/hack/extended-resources - ./setup.sh - popd - ``` - ## Deploy the Confidential-containers operator The `caa-provisioner-cli` simplifies deploying the operator and the cloud-api-adaptor resources on to any cluster. See the [test/tools/README.md](../test/tools/README.md) for full instructions. To create an ibmcloud ready version follow these steps