Last active
May 22, 2021 01:02
-
-
Save andresrinivasan/6b1abc7cc65836170a57fd9ea1dd07e8 to your computer and use it in GitHub Desktop.
OpenShift manual commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## See https://github.com/RedisLabs/redis-enterprise-k8s-docs#installation-on-openshift | |
| oc new-project my-project | |
| oc apply -f openshift/scc.yaml | |
| oc adm policy add-scc-to-group redis-enterprise-scc system:serviceaccounts:my-project | |
| oc apply -f openshift.bundle.yaml | |
| oc apply -f openshift/rec_rhel.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment