Skip to content

Commit 91c12bb

Browse files
committed
Set cluster name and chaos mesh kind install
1 parent 4c3b59b commit 91c12bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

local-hosting/proxmox/ubuntu-cloud-kind.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ write_files:
161161
content: |
162162
kind: Cluster
163163
apiVersion: kind.x-k8s.io/v1alpha4
164+
name: $HOSTNAME
164165
nodes:
165166
- role: control-plane
166167
- role: worker
@@ -219,7 +220,7 @@ runcmd:
219220
- /snap/bin/kubectl apply -f /home/splunk/workshop/k3s/registry/registry.yaml
220221
221222
# Chaos Mesh
222-
- curl -sSL https://mirrors.chaos-mesh.org/v2.7.1/install.sh | bash -s -- --k3s
223+
- curl -sSL https://mirrors.chaos-mesh.org/v2.7.2/install.sh | bash -s -- --local kind
223224
224225
# Deploy Splunk secrets
225226
- /snap/bin/kubectl apply -f /tmp/workshop-secrets.yaml

0 commit comments

Comments
 (0)