Hide Forgot
Description of problem: It appears as if the "default" and "openshift" projects are set up by design to ignore the "osm_default_node_selector" variable in the installer. The openshift_infra project however, does not, but should be treated in the same manner as the other two. Version-Release number of selected component (if applicable): All versions How reproducible: Install OpenShift with osm_default_node_selector set, and create a service in the openshift-infra project. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi Eric, Can you provide the annotations in your environment for the default, openshift and openshift-infra projects? eg, # oc get project default -o yaml | grep -A4 annotations annotations: openshift.io/sa.initialized-roles: "true" openshift.io/sa.scc.mcs: s0:c3,c2 openshift.io/sa.scc.supplemental-groups: 1000010000/10000 openshift.io/sa.scc.uid-range: 1000010000/10000 I'm curious what you expect them to be in your environment. I as understand it there isn't anything special about those 3 projects. I'm also curious what you are trying to do in the openshift-infra project. Looking through the code it makes me think you wouldn't normally create anything in that project manually: https://github.com/openshift/origin/blob/master/pkg/cmd/server/api/types.go#L313