You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed setup_infra in favor of function in main script
- Moved setup_gitter into main script function
- Removed istio from resources
- Improved docs
- Added required env to .profile-example
Copy file name to clipboardExpand all lines: infra-setup.md
+10-8
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ preinstalled, and authenticated against the CS account.
5
5
Just use this url: [CloudShell](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/lalyos/k8s-workshop&tutorial=infra-setup.md
6
6
)
7
7
8
+
## Changelog 2020-02-17
9
+
10
+
- Added code-server, exposed via domain on ide.userXX.${domain}
11
+
- Migrated gotty shell to shell.userXX.${domain}
12
+
- Added function setup-gitter
13
+
- Extended timeout from 60s to 3600s for long live proxy connection via ingress (should fix connection dropping while using ingress)
14
+
8
15
## ChangeLog 2019-10-25
9
16
10
17
- cluster creation is moved to a function `start-cluster`
@@ -16,7 +23,7 @@ Just use this url: [CloudShell](https://console.cloud.google.com/cloudshell/open
16
23
- defPoolSize (3)
17
24
- preemPoolSize (3)
18
25
- zone (europe-west3-b)
19
-
- istio and http lb is switched of by default (speedup start) - see: 403bc36d8c25f6173e04b8fca0d1a0c5a96c1601
26
+
- istio and http lb is switched off by default (speedup start) - see: 403bc36d8c25f6173e04b8fca0d1a0c5a96c1601
20
27
21
28
## Configure Project
22
29
@@ -48,7 +55,7 @@ source workshop-functions.sh
48
55
```
49
56
50
57
Now you can create the GKE cluster. All config will be printed,
51
-
and you have a chance to review and cancel.
58
+
and you have a chance to review and cancel. This will also automatically import cluster config
0 commit comments