Skip to content

Commit

Permalink
add 'single-node-production-edge' annotations to CVO manifests.
Browse files Browse the repository at this point in the history
This adds annotations for the single-node-production-edge cluster profile. There's a growing requirement from several customers to enable creation of single-node (not high-available) Openshift clusters.
In stage one (following openshift/enhancements#504) there should be no implication on components logic.
In the next stage, the component's behavior will match a non high-availability profile if the customer is specifically interested in one.
This PR is separate from the 'single-node-developer' work, which will implement a different behavior and is currently on another stage of implementation.

For more info, please refer to the enhancement link and participate in the discussion.
  • Loading branch information
osherdp committed Dec 6, 2020
1 parent e542ffd commit 2395b49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-production-edge: "true"
name: podnetworkconnectivitychecks.controlplane.operator.openshift.io
spec:
group: controlplane.operator.openshift.io
Expand Down

0 comments on commit 2395b49

Please sign in to comment.