Skip to content

Commit

Permalink
Bump k8s to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 committed Apr 6, 2022
1 parent 5a0d806 commit 8c8c03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,16 +185,16 @@ Create the workload cluster

```shell
# for vms as byohosts
$ BUNDLE_LOOKUP_TAG=v1.23.4 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
$ BUNDLE_LOOKUP_TAG=v1.23.5 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
--infrastructure byoh \
--kubernetes-version v1.23.4 \
--kubernetes-version v1.23.5 \
--control-plane-machine-count 1 \
--worker-machine-count 1 > cluster.yaml
# for docker hosts use the --flavor argument
$ BUNDLE_LOOKUP_TAG=v1.23.4 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
$ BUNDLE_LOOKUP_TAG=v1.23.5 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
--infrastructure byoh \
--kubernetes-version v1.23.4 \
--kubernetes-version v1.23.5 \
--control-plane-machine-count 1 \
--worker-machine-count 1 \
--flavor docker > cluster.yaml
Expand Down Expand Up @@ -229,7 +229,7 @@ after that you should see your nodes turn into ready:
```shell
$ KUBECONFIG=byoh-cluster.kubeconfig kubectl get nodes
NAME STATUS ROLES AGE VERSION
byoh-cluster-8siai8 Ready master 5m v1.23.4
byoh-cluster-8siai8 Ready master 5m v1.23.5
```

Expand Down
2 changes: 1 addition & 1 deletion hack/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ manageClusterConfFile="${HOME}/.kube/management-cluster.conf"
kubeConfigFile=/tmp/byoh-cluster-kubeconfig
reposDir=$(dirname $0)/../
byohBinaryFile=${reposDir}/bin/byoh-hostagent-linux-amd64
kubernetesVersion="v1.23.4"
kubernetesVersion="v1.23.5"

readArgs $@
userConfirmation
Expand Down

0 comments on commit 8c8c03e

Please sign in to comment.