An open API service indexing awesome lists of open source software.

https://github.com/carbonin/pulp-pods

Pulp running in OpenShift
https://github.com/carbonin/pulp-pods

kubernetes openshift pulp

Last synced: about 2 months ago
JSON representation

Pulp running in OpenShift

Awesome Lists containing this project

README

          

# pulp-pods
Pulp running in OpenShift

## Getting Started

- Have an OpenShift cluster or Minishift running and be logged in with the `oc` cli tool
- `oc new-project pulp`
- `oc login -u system:admin`
- `oc adm policy add-scc-to-user anyuid system:serviceaccount:pulp:anyuid`
- `oc login -u developer -p developer`
- Add your certificates to the secrets files (or just use the ones already there)
- `oc create -f pulp-key-secret.yaml`
- `oc create -f pulp-certs-secret.yaml`
- `oc create -f pulp-template.yaml`
- `oc new-app --template=pulp`

## Redeploy the entire application
- `./teardown`
- `oc new-app --template=pulp`