File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,13 @@ metadata:
200
200
...
201
201
----
202
202
203
+ You can also override the default value for an existing project namespace by using the following command:
204
+
205
+ ----
206
+ # oc patch namespace myproject -p \
207
+ '{"metadata":{"annotations":{"openshift.io/node-selector":"region=infra"}}}'
208
+ ----
209
+
203
210
If `openshift.io/node-selector` is set to an empty string (`oc adm new-project
204
211
--node-selector=""`), the project will not have an adminstrator-set node
205
212
selector, even if the cluster-wide default has been set. This means that, as a
@@ -281,7 +288,6 @@ with this label will not have a maximum of project requests.
281
288
to any user that doesn't satisfy the previous two rules. Because rules are evaluated
282
289
in order, this rule should be specified last.
283
290
284
-
285
291
[NOTE]
286
292
====
287
293
xref:../admin_guide/manage_users.adoc#managing-users-managing-user-and-group-labels[Managing
You can’t perform that action at this time.
0 commit comments