Skip to content

Commit d77c6d2

Browse files
committed
update e2e test manifests
This change copies the template updates for the capd control plane, and updated the kubernetes version to 1.28.7.
1 parent 065a8d8 commit d77c6d2

3 files changed

+7
-11
lines changed

hack/tests/resources/docker-control-plane.yaml

+5-9
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,21 @@ spec:
5353
certSANs:
5454
- localhost
5555
- 127.0.0.1
56+
- 0.0.0.0
57+
- host.docker.internal
5658
controllerManager:
5759
extraArgs:
5860
enable-hostpath-provisioner: "true"
5961
initConfiguration:
60-
nodeRegistration:
61-
criSocket: /var/run/containerd/containerd.sock
62-
kubeletExtraArgs:
63-
eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
62+
nodeRegistration: {}
6463
joinConfiguration:
65-
nodeRegistration:
66-
criSocket: /var/run/containerd/containerd.sock
67-
kubeletExtraArgs:
68-
eviction-hard: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
64+
nodeRegistration: {}
6965
machineTemplate:
7066
infrastructureRef:
7167
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
7268
kind: DockerMachineTemplate
7369
name: km-cp-control-plane
7470
namespace: default
7571
replicas: 1
76-
version: v1.28.0
72+
version: v1.28.7
7773

hack/tests/resources/kubemark-machine-deployment-external-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
3030
kind: KubemarkMachineTemplate
3131
name: km-wl-kubemark-external-md-0
32-
version: 1.28.0
32+
version: 1.28.7
3333
---
3434
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
3535
kind: KubemarkMachineTemplate

hack/tests/resources/kubemark-machine-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
3030
kind: KubemarkMachineTemplate
3131
name: km-wl-kubemark-md-0
32-
version: 1.28.0
32+
version: 1.28.7
3333
---
3434
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha4
3535
kind: KubemarkMachineTemplate

0 commit comments

Comments
 (0)