Skip to content
Closed
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
4 changes: 4 additions & 0 deletions install/0000_80_machine-config-operator_04_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 65534
# We want to support switching cluster network types "day 2".
# This may involve a MachineConfig rollout, so using the
# host network will avoid potential deadlocks.
hostNetwork: true
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
Expand Down
4 changes: 4 additions & 0 deletions manifests/machineconfigcontroller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ spec:
memory: 50Mi
terminationMessagePolicy: FallbackToLogsOnError
serviceAccountName: machine-config-controller
# We want to support switching cluster network types "day 2".
# This may involve a MachineConfig rollout, so using the
# host network will avoid potential deadlocks.
hostNetwork: true
nodeSelector:
node-role.kubernetes.io/master: ""
priorityClassName: "system-cluster-critical"
Expand Down
4 changes: 4 additions & 0 deletions pkg/operator/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.