Skip to content
Snippets Groups Projects
Commit b4b8b931 authored by Caspar Martens's avatar Caspar Martens
Browse files

Fix readme getting started

parent 881d8a66
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ Kubernetes YAML files required for deployment of the application
To deploy this kubernetes environment, the first step required is to create a pulling secret, so your kubernetes is able to pull the container images of this projects directly from this gitlabs container registry. This can by issuing the following command:
`kubectl create secret docker-registry regcred --docker-server=registry.gitlab.com --docker-username=kube-puller --docker-password=<token>`
`kubectl create secret docker-registry regcred --docker-server=registry.gitlab.ost.ch:45023 --docker-username=kube-puller --docker-password=<token> -n amygdala`
The `regrec` is the name of the created secret, it is specified in the deployment resources in the container section. The token is already created on the repository, and can be shared on demand by the maintainer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment