From 48fe9f2669f0403b63742a713f82af34499cef0b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Nov 2021 21:59:53 -0700 Subject: [PATCH] install: Drop single-node-developer profile There's an enhancement proposal for this profile [1], and the Code Ready Containers folks took a run at using it in [2] before backing off in [3]. I don't have any problems with having a specific CRC profile, but if we end up going that way, we'll need a lot more CVO manifests with the annotation than just these two admin-ack ConfigMaps (e.g. we'll probably also want the CVO's Namespace and Deployment, etc., or there won't be anything consuming the admin-ack ConfigMaps ;). This commit drops these two annotations, which slipped in when the ConfigMaps landed in 519b466793 (Bug 1978376: Add admin ack Upgradeable condition gate, 2021-07-27, #633). [1]: https://github.com/openshift/enhancements/blob/2911c46bf7d2f22eb1ab81739b4f9c2603fd0c07/enhancements/single-node/developer-cluster-profile.md [2]: https://github.com/code-ready/snc/pull/338 [3]: https://github.com/code-ready/snc/pull/373#issue-835807822 --- .../0000_00_cluster-version-operator_01_adminack_configmap.yaml | 1 - .../0000_00_cluster-version-operator_01_admingate_configmap.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/install/0000_00_cluster-version-operator_01_adminack_configmap.yaml b/install/0000_00_cluster-version-operator_01_adminack_configmap.yaml index b77c9676ee..52d20c6468 100644 --- a/install/0000_00_cluster-version-operator_01_adminack_configmap.yaml +++ b/install/0000_00_cluster-version-operator_01_adminack_configmap.yaml @@ -6,5 +6,4 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" release.openshift.io/create-only: "true" diff --git a/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml b/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml index dbde12962d..a59dfd72f7 100644 --- a/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml +++ b/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml @@ -6,4 +6,3 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true"