In an earlier version, I do remember being able to edit the project wide node-selector, however now that doesn't seem to be allowed. Docs suggest editing this field should be possible.
metadata.annotations[openshift.io/node-selector]: Invalid value: "type=secondary": field is immutable, try updating the namespace
openshift v1.3.0-rc1
kubernetes v1.3.0+52492b4
metadata.annotations[openshift.io/node-selector]: Invalid value: "type=secondary": field is immutable, try updating the namespace
oc adm new-project test --node-selector='type=secondary' seems to be the only way to add this selector now
That annotation was never editable via the project resource, only the namespace resource.
Most helpful comment
That annotation was never editable via the
projectresource, only thenamespaceresource.