Skip to content

Commit 1021014

Browse files
authored
Merge pull request #32347 from mburke5678/BZ-1953936
Erroneous sample output includes 'run-level 0' for a non control plane component
2 parents 7959ab8 + bf1b016 commit 1021014

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

modules/nodes-scheduler-node-selectors-project.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@ $ oc edit project <name>
3838
.Example output
3939
[source,yaml]
4040
----
41-
apiVersion: v1
41+
apiVersion: project.openshift.io/v1
4242
kind: Project
4343
metadata:
4444
annotations:
4545
openshift.io/node-selector: "type=user-node,region=east" <1>
46-
openshift.io/sa.scc.mcs: s0:c17,c14
47-
openshift.io/sa.scc.supplemental-groups: 1000300000/10000
48-
openshift.io/sa.scc.uid-range: 1000300000/10000
49-
creationTimestamp: 2019-06-10T14:39:45Z
46+
openshift.io/description: ""
47+
openshift.io/display-name: ""
48+
openshift.io/requester: kube:admin
49+
openshift.io/sa.scc.mcs: s0:c30,c5
50+
openshift.io/sa.scc.supplemental-groups: 1000880000/10000
51+
openshift.io/sa.scc.uid-range: 1000880000/10000
52+
creationTimestamp: "2021-05-10T12:35:04Z"
5053
labels:
51-
openshift.io/run-level: "0"
54+
kubernetes.io/metadata.name: demo
5255
name: demo
53-
resourceVersion: "401885"
54-
selfLink: /api/v1/namespaces/openshift-kube-apiserver
55-
uid: 96ecc54b-8b8d-11e9-9f54-0a9ae641edd0
56+
resourceVersion: "145537"
57+
uid: 3f8786e3-1fcb-42e3-a0e3-e2ac54d15001
5658
spec:
5759
finalizers:
5860
- kubernetes
59-
status:
60-
phase: Active
6161
----
6262
<1> Add the `openshift.io/node-selector` with the appropriate `<key>:<value>` pairs.
6363

0 commit comments

Comments
 (0)