We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3cebe3 + dfc753b commit cbfd774Copy full SHA for cbfd774
snippets/ztp_SriovOperatorConfig.yaml
@@ -3,7 +3,8 @@ kind: SriovOperatorConfig
3
metadata:
4
name: default
5
namespace: openshift-sriov-network-operator
6
- annotations: {}
+ annotations:
7
+ ran.openshift.io/ztp-deploy-wave: "10"
8
spec:
9
configDaemonNodeSelector:
10
"node-role.kubernetes.io/$mcp": ""
@@ -20,6 +21,8 @@ spec:
20
21
# openshift.io/<resource_name>: "1"
22
# requests:
23
- enableInjector: true
24
- enableOperatorWebhook: true
+ enableInjector: false
25
+ enableOperatorWebhook: false
26
+ # Disable drain is needed for single-node OpenShift.
27
+ disableDrain: true
28
logLevel: 0
0 commit comments