Skip to content

Commit

Permalink
Added GKE rollout support
Browse files Browse the repository at this point in the history
  • Loading branch information
blabla1337 committed Jul 6, 2021
1 parent 6fc2626 commit 2418449
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion installations/Kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,15 @@ Now paste the output value in the configmaps.yaml file in GOOGLE_APPLICATION_CRE
gcloud container clusters get-credentials skf-labs -z europe-west4
```
Make sure you only have the kube config content of the skf-labs cluster and not others.
Now we need to create a base64 string from the skf-labs .kube/config file

6. Now we need to create a base64 string from the skf-labs .kube/config file
```
cat ~/.kube/config | base64
```
Now paste the output value in the configmaps.yaml file in LABS_KUBE_CONF

7. Final step is to get the IP of the skf-labs pods in the VM instance overview https://console.cloud.google.com/compute/instances and add the IP to the DNS for the labs domain

### Add firewall rule
Now add the firewall rule to allow the Labs being exposed on the Pods and reachable:
```
Expand Down

0 comments on commit 2418449

Please sign in to comment.