Description of problem: Failure attempting to add a label to a Project object Version-Release number of selected component (if applicable): Tested on 3.5 How reproducible: Always Steps to Reproduce: 1. Run : oc label project <project_name> abc_sdfsdfsdf=value_fewert Actual results: The Project <project_name> is invalid: metadata.labels[abc_sdfsdfsdf]: Invalid value: "value_fewert": field is immutable, , try updating the namespace Expected results: The label should be added successfully Additional info:
This is not a bug. To label a project, you label the "namespace" resource: oc label ns <project_name> abc_sdfsdfsdf=value_fewert