File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -38,26 +38,26 @@ $ oc edit project <name>
38
38
.Example output
39
39
[source,yaml]
40
40
----
41
- apiVersion: v1
41
+ apiVersion: project.openshift.io/ v1
42
42
kind: Project
43
43
metadata:
44
44
annotations:
45
45
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"
50
53
labels:
51
- openshift .io/run-level: "0"
54
+ kubernetes .io/metadata.name: demo
52
55
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
56
58
spec:
57
59
finalizers:
58
60
- kubernetes
59
- status:
60
- phase: Active
61
61
----
62
62
<1> Add the `openshift.io/node-selector` with the appropriate `<key>:<value>` pairs.
63
63
You can’t perform that action at this time.
0 commit comments