Skip to content

Commit 1767cd3

Browse files
authored
Merge pull request #12206 from sbueringer/pr-bump-1.33
✨ Complete bump to Kubernetes v1.33
2 parents efc1b6a + 6e6f3a5 commit 1767cd3

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
clusterctl_cmd = "./bin/clusterctl"
44
kubectl_cmd = "kubectl"
5-
kubernetes_version = "v1.31.2"
5+
kubernetes_version = "v1.33.0"
66

77
load("ext://uibutton", "cmd_button", "location", "text_input")
88

docs/book/src/developer/core/tilt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflow that offers easy deployments and rapid iterative builds.
88
## Prerequisites
99

1010
1. [Docker](https://docs.docker.com/install/): v19.03 or newer (on MacOS e.g. via [Lima](https://github.com/lima-vm/lima))
11-
2. [kind](https://kind.sigs.k8s.io): v0.25.0 or newer
11+
2. [kind](https://kind.sigs.k8s.io): v0.27.0 or newer
1212
3. [Tilt](https://docs.tilt.dev/install.html): v0.30.8 or newer
1313
4. [kustomize](https://github.com/kubernetes-sigs/kustomize): provided via `make kustomize`
1414
5. [envsubst](https://github.com/drone/envsubst): provided via `make envsubst`
@@ -427,7 +427,7 @@ Custom values for variable substitutions can be set using `kustomize_substitutio
427427
```yaml
428428
kustomize_substitutions:
429429
NAMESPACE: "default"
430-
KUBERNETES_VERSION: "v1.32.0"
430+
KUBERNETES_VERSION: "v1.33.0"
431431
CONTROL_PLANE_MACHINE_COUNT: "1"
432432
WORKER_MACHINE_COUNT: "3"
433433
# Note: kustomize substitutions expects the values to be strings. This can be achieved by wrapping the values in quotation marks.

docs/book/src/user/quick-start.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ a target [management cluster] on the selected [infrastructure provider].
5656

5757
[kind] is not designed for production use.
5858

59-
**Minimum [kind] supported version**: v0.25.0
59+
**Minimum [kind] supported version**: v0.27.0
6060

6161
**Help with common issues can be found in the [Troubleshooting Guide](./troubleshooting.md).**
6262

@@ -1500,7 +1500,7 @@ The Docker provider is not designed for production use and is intended for devel
15001500
15011501
```bash
15021502
clusterctl generate cluster capi-quickstart --flavor development \
1503-
--kubernetes-version v1.32.0 \
1503+
--kubernetes-version v1.33.0 \
15041504
--control-plane-machine-count=3 \
15051505
--worker-machine-count=3 \
15061506
> capi-quickstart.yaml
@@ -1546,7 +1546,7 @@ clusterctl generate cluster capi-quickstart \
15461546
```bash
15471547
clusterctl generate cluster capi-quickstart \
15481548
--infrastructure azure \
1549-
--kubernetes-version v1.32.0 \
1549+
--kubernetes-version v1.33.0 \
15501550
--control-plane-machine-count=3 \
15511551
--worker-machine-count=3 \
15521552
> capi-quickstart.yaml
@@ -1561,7 +1561,7 @@ yq -i "with(. | select(.kind == \"AzureClusterIdentity\"); .spec.type |= \"Servi
15611561
15621562
```bash
15631563
clusterctl generate cluster capi-quickstart \
1564-
--kubernetes-version v1.32.0 \
1564+
--kubernetes-version v1.33.0 \
15651565
--control-plane-machine-count=3 \
15661566
--worker-machine-count=3 \
15671567
> capi-quickstart.yaml
@@ -1615,7 +1615,7 @@ and see an output similar to this:
16151615
16161616
```bash
16171617
NAME PHASE AGE VERSION
1618-
capi-quickstart Provisioned 8s v1.32.0
1618+
capi-quickstart Provisioned 8s v1.33.0
16191619
```
16201620
16211621
To verify the first control plane is up:
@@ -1628,7 +1628,7 @@ You should see an output is similar to this:
16281628
16291629
```bash
16301630
NAME CLUSTER INITIALIZED API SERVER AVAILABLE REPLICAS READY UPDATED UNAVAILABLE AGE VERSION
1631-
capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.32.0
1631+
capi-quickstart-g2trk capi-quickstart true 3 3 3 4m7s v1.33.0
16321632
```
16331633
16341634
<aside class="note warning">
@@ -1743,12 +1743,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
17431743
```
17441744
```bash
17451745
NAME STATUS ROLES AGE VERSION
1746-
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1747-
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1748-
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1749-
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1750-
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1751-
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
1746+
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33.0
1747+
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33.0
1748+
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33.0
1749+
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.33.0
1750+
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.33.0
1751+
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.33.0
17521752
```
17531753
17541754
{{#/tab }}
@@ -1832,12 +1832,12 @@ kubectl --kubeconfig=./capi-quickstart.kubeconfig get nodes
18321832
```
18331833
```bash
18341834
NAME STATUS ROLES AGE VERSION
1835-
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.32.0
1836-
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.32.0
1837-
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.32.0
1838-
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.32.0
1839-
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.32.0
1840-
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.32.0
1835+
capi-quickstart-vs89t-gmbld Ready control-plane 5m33s v1.33.0
1836+
capi-quickstart-vs89t-kf9l5 Ready control-plane 6m20s v1.33.0
1837+
capi-quickstart-vs89t-t8cfn Ready control-plane 7m10s v1.33.0
1838+
capi-quickstart-md-0-55x6t-5649968bd7-8tq9v Ready <none> 6m5s v1.33.0
1839+
capi-quickstart-md-0-55x6t-5649968bd7-glnjd Ready <none> 6m9s v1.33.0
1840+
capi-quickstart-md-0-55x6t-5649968bd7-sfzp6 Ready <none> 6m9s v1.33.0
18411841
```
18421842
18431843
{{#/tab }}

test/framework/bootstrap/kind_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
DefaultNodeImageRepository = "kindest/node"
3838

3939
// DefaultNodeImageVersion is the default Kubernetes version to be used for creating a kind cluster.
40-
DefaultNodeImageVersion = "v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f"
40+
DefaultNodeImageVersion = "v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e"
4141
)
4242

4343
// KindClusterOption is a NewKindClusterProvider option.

0 commit comments

Comments
 (0)