Skip to content

Commit

Permalink
install: Drop single-node-developer profile
Browse files Browse the repository at this point in the history
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 519b466 (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]: crc-org/snc#338
[3]: crc-org/snc#373 (comment)
  • Loading branch information
wking committed Nov 6, 2021
1 parent fa7f4be commit 48fe9f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -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"
Expand Up @@ -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"

0 comments on commit 48fe9f2

Please sign in to comment.