We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3b59b commit 91c12bbCopy full SHA for 91c12bb
local-hosting/proxmox/ubuntu-cloud-kind.sh
@@ -161,6 +161,7 @@ write_files:
161
content: |
162
kind: Cluster
163
apiVersion: kind.x-k8s.io/v1alpha4
164
+ name: $HOSTNAME
165
nodes:
166
- role: control-plane
167
- role: worker
@@ -219,7 +220,7 @@ runcmd:
219
220
- /snap/bin/kubectl apply -f /home/splunk/workshop/k3s/registry/registry.yaml
221
222
# Chaos Mesh
- - 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
224
225
# Deploy Splunk secrets
226
- /snap/bin/kubectl apply -f /tmp/workshop-secrets.yaml
0 commit comments