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 c21df3e + c41d4a5 commit 23b1fe1Copy full SHA for 23b1fe1
modules/infrastructure-moving-registry.adoc
@@ -58,10 +58,21 @@ status:
58
$ oc edit configs.imageregistry.operator.openshift.io/cluster
59
----
60
61
-. Add the following lines of text the `spec` section of the object:
+. Modify the `spec` section of the object to resemble the following YAML:
62
+
63
[source,yaml]
64
65
+spec:
66
+ affinity:
67
+ podAntiAffinity:
68
+ preferredDuringSchedulingIgnoredDuringExecution:
69
+ - podAffinityTerm:
70
+ namespaces:
71
+ - openshift-image-registry
72
+ topologyKey: kubernetes.io/hostname
73
+ weight: 100
74
+ logLevel: Normal
75
+ managementState: Managed
76
nodeSelector:
77
node-role.kubernetes.io/infra: ""
78
0 commit comments