Skip to content

Commit

Permalink
Merge pull request openshift#1266 from csrwng/hosted_exclusions
Browse files Browse the repository at this point in the history
Add manifest annotations for hosted deployment exclusions
  • Loading branch information
openshift-merge-robot authored Nov 21, 2019
2 parents e903354 + ef3e499 commit ea51a9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install/0000_80_machine-config-operator_04_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: openshift-machine-config-operator
labels:
k8s-app: machine-config-operator
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
name: machine-config
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec: {}
status:
versions:
- name: operator
version: "0.0.1-snapshot"
version: "0.0.1-snapshot"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: etcd-quorum-guard
namespace: openshift-machine-config-operator
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
replicas: 3
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: PodDisruptionBudget
metadata:
namespace: openshift-machine-config-operator
name: etcd-quorum-guard
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
maxUnavailable: 1
selector:
Expand Down

0 comments on commit ea51a9f

Please sign in to comment.