mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add missing kubernetes dashboard deployment
This commit is contained in:
parent
066adb9b6e
commit
a25f806d0e
12
README.md
12
README.md
@ -36,6 +36,8 @@ $ minikube service nitro-web --namespace=human-connection
|
||||
First, install kubernetes dashboard:
|
||||
```sh
|
||||
$ kubectl apply -f dashboard/
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
|
||||
|
||||
```
|
||||
Proxy localhost to the remote kubernetes dashboard:
|
||||
```sh
|
||||
@ -70,13 +72,7 @@ Grab the token and paste it into the login screen at [http://localhost:8001/api/
|
||||
You have to do some prerequisites e.g. change some secrets according to your
|
||||
own setup.
|
||||
|
||||
#### Setup config maps
|
||||
```shell
|
||||
$ cp configmap-db-migration-worker.template.yaml human-connection/configmap-db-migration-worker.yaml
|
||||
```
|
||||
Edit all variables according to the setup of the remote legacy server.
|
||||
|
||||
#### Setup secrets and deploy themn
|
||||
### Edit secrets
|
||||
|
||||
```sh
|
||||
$ cp secrets.template.yaml human-connection/secrets.yaml
|
||||
@ -92,7 +88,7 @@ YWRtaW4=
|
||||
```
|
||||
Those secrets get `base64` decoded in a kubernetes pod.
|
||||
|
||||
#### Create a namespace locally
|
||||
### Create a namespace
|
||||
```shell
|
||||
$ kubectl create -f namespace-human-connection.yaml
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user