Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ spec:
infrastructureRef:
apiGroup: infrastructure.cluster.x-k8s.io
kind: VSphereMachineTemplate
name: capi-demo-worker
version: v1.34.0
name: capi-demo-worker-v1-35-0
version: v1.35.0
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ spec:
infrastructureRef:
apiGroup: infrastructure.cluster.x-k8s.io
kind: VSphereMachineTemplate
name: capi-demo
name: capi-demo-v1-35-0
replicas: 1
version: v1.34.0
version: v1.35.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: VSphereMachineTemplate
metadata:
name: capi-demo-v1-35-0
namespace: default
spec:
template:
spec:
cloneMode: linkedClone
datacenter: giant-swarm
datastore: nfs_vm1
diskGiB: 25
folder: capi-talk
memoryMiB: 8192
network:
devices:
- dhcp4: true
networkName: v500-data
numCPUs: 2
os: Linux
powerOffMode: trySoft
resourcePool: '*/Resources'
server: 10.201.23.1
storagePolicyName: ""
template: ubuntu-2204-kube-v1.35.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: VSphereMachineTemplate
metadata:
name: capi-demo-worker-v1-35-0
namespace: default
spec:
template:
spec:
cloneMode: linkedClone
datacenter: giant-swarm
datastore: nfs_vm1
diskGiB: 25
folder: capi-talk
memoryMiB: 8192
network:
devices:
- dhcp4: true
networkName: v500-data
numCPUs: 2
os: Linux
powerOffMode: trySoft
resourcePool: '*/Resources'
server: 10.201.23.1
storagePolicyName: ""
template: ubuntu-2204-kube-v1.35.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ resources:
- controlplane.cluster.x-k8s.io_v1beta2_kubeadmcontrolplane_capi-demo.yaml
- infrastructure.cluster.x-k8s.io_v1beta1_vspherecluster_capi-demo.yaml
- infrastructure.cluster.x-k8s.io_v1beta1_vspheremachinetemplate_capi-demo-worker.yaml
- infrastructure.cluster.x-k8s.io_v1beta1_vspheremachinetemplate_capi-demo-worker-v1-35-0.yaml
- infrastructure.cluster.x-k8s.io_v1beta1_vspheremachinetemplate_capi-demo.yaml
- infrastructure.cluster.x-k8s.io_v1beta1_vspheremachinetemplate_capi-demo-v1-35-0.yaml
- v1_configmap_cpi-manifests.yaml
- v1_configmap_csi-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ data:
priorityClassName: system-node-critical
containers:
- name: vsphere-cpi
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.34.0
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.35.0
imagePullPolicy: IfNotPresent
args:
- --cloud-provider=vsphere
Expand Down