Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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