Skip to content

Commit

Permalink
project name
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Oct 26, 2022
1 parent 6056d1f commit 9619c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ oc autoscale dc/{app-name} --min 1 --max 5 --cpu-percent=40
### connect to existing pod in debug mode, debug pod
```bash
# check policy
# oc adm policy add-scc-to-user mapr-apps-scc system:serviceaccount:my-project-name:default
# oc adm policy add-scc-to-user mapr-apps-scc system:serviceaccount:${PROJECT_NAME}:default
# oc adm policy add-role-to-user admin ${USER_NAME} -n ${PROJECT_NAME}
oc debug pods/{name of the pod}
oc debug dc/my-dc-config --as-root --namespace my-project
Expand Down

0 comments on commit 9619c7c

Please sign in to comment.