Skip to content

Commit 12e9655

Browse files
aledbfmrsimonemms
authored andcommitted
Update to k8s v1.21
1 parent 837812f commit 12e9655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ make install
2121

2222
The whole process takes around twenty minutes. In the end, the following resources are created:
2323

24-
- an AKS cluster running Kubernetes v1.20.
24+
- an AKS cluster running Kubernetes v1.21.
2525
- Azure load balancer.
2626
- ~~Azure MySQL database.~~ MySQL will be provided by Helm until [#5508](https://github.com/gitpod-io/gitpod/issues/5508) solved.
2727
- Azure Blob Storage.
@@ -46,7 +46,7 @@ The whole process takes around twenty minutes. In the end, the following resourc
4646
First, check that Gitpod components are running.
4747

4848
```shell
49-
kubectl get pods
49+
kubectl get pods
5050
NAME READY STATUS RESTARTS AGE
5151
blobserve-5584456c68-t2vf6 2/2 Running 0 7m40s
5252
content-service-69fbcdf9fc-ngq9n 1/1 Running 0 7m39s

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -a
1616
SERVICES_POOL="services"
1717
WORKSPACES_POOL="workspaces"
1818

19-
AKS_VERSION=${AKS_VERSION:="1.20.7"}
19+
AKS_VERSION=${AKS_VERSION:="1.21.6"}
2020
K8S_NODE_VM_SIZE=${K8S_NODE_VM_SIZE:="Standard_DS3_v2"}
2121
GITPOD_VERSION=${GITPOD_VERSION:="0.10.0"}
2222

0 commit comments

Comments
 (0)