From a3cddba6deb5bea1a11f6ab150818540c305468f Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Thu, 3 Oct 2024 13:31:18 +0200 Subject: [PATCH] Use more stable paths for required upstream CRD manifests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cb44b6..8d887d3 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si ```sh # To simulate an OpenShift cluster -kubectl apply -f https://raw.githubusercontent.com/openshift/api/master/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml -kubectl apply -f https://raw.githubusercontent.com/openshift/machine-config-operator/master/install/0000_80_machine-config-operator_01_machineconfigpool.crd.yaml +kubectl apply -f https://raw.githubusercontent.com/openshift/api/refs/heads/release-4.16/config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-Default.crd.yaml +kubectl apply -f https://raw.githubusercontent.com/openshift/api/refs/heads/release-4.16/machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfigpools-Default.crd.yaml # interactive cluster version operator simulation go run ./sim