Hide Forgot
Description of problem: - Requesting the `oc new-app` to have option to use existing serviceaccount and also set nodeselector value for new-app Version-Release number of selected component (if applicable): v3.1.1.6 Additional info: Example: oc new-app --docker-image=myregistry.com/mycompany/mysql --serviceaccount=example --nodeselector="zone=primary" The following would add a value for serviceaccountname under podspec and nodeselector under podspec for the deployment config.
We will unlikely expose this on new-app, but we would like to expose this via the CLI.
Clayton I think you're saying we'd like to have a "oc set nodeselector" and "oc set serviceaccount" command for editing deploymentconfigs, is that accurate?