Skip to content

Instantly share code, notes, and snippets.

@andresrinivasan
Last active May 22, 2021 01:02
Show Gist options
  • Select an option

  • Save andresrinivasan/6b1abc7cc65836170a57fd9ea1dd07e8 to your computer and use it in GitHub Desktop.

Select an option

Save andresrinivasan/6b1abc7cc65836170a57fd9ea1dd07e8 to your computer and use it in GitHub Desktop.
OpenShift manual commands
## 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