Skip to content

Commit

Permalink
Merge pull request instana#66 from instana/ZbigniewZabost-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
steveww authored Jun 22, 2021
2 parents f1becd3 + b2384ee commit e80da6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions OpenShift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ See the official [documentation](https://docs.instana.io/quick_start/agent_setup

# Robot Shop Deployment

## OCP 3.x

For OpenShift run the `setup.sh` script to create the project and set the extra permissions.

Use the Helm chart for Kubernetes to install Stan's Robot Shop. To install on Minishift.
Expand All @@ -29,5 +31,18 @@ web NodePort 172.30.180.253 <none> 8080:31147/TCP 4m

Use the IP and the node port to form the URL `http://192.168.99.106:31147/`

## OCP 4.x

For Openshift cluster in version 4.x follow these steps:

```
export KUBECONFIG=/path/to/oc/cluster/dir/auth/kubeconfig
oc adm new-project robot-shop
oc adm policy add-scc-to-user anyuid -z default -n robot-shop
oc adm policy add-scc-to-user privileged -z default -n robot-shop
cd robot-shop/K8s
helm install robot-shop --set openshift=true -n robot-shop helm
```



0 comments on commit e80da6d

Please sign in to comment.