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
- Host: GitHub
- URL: https://github.com/carbonin/pulp-pods
- Owner: carbonin
- Created: 2018-03-08T16:55:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T17:06:58.000Z (over 8 years ago)
- Last Synced: 2025-03-30T18:44:17.580Z (about 1 year ago)
- Topics: kubernetes, openshift, pulp
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`