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 14ca1bb commit d6b8012Copy full SHA for d6b8012
local-hosting/proxmox/ubuntu-cloud-k3d.sh
@@ -209,9 +209,6 @@ runcmd:
209
# Chaos Mesh
210
- curl -sSL https://mirrors.chaos-mesh.org/v2.8.0/install.sh | bash -s -- --k3s
211
212
- # Get VM IP and update workshop-secrets with actual IP
213
- - sed -i "s|http://frontend|http://$(ip -4 addr show | grep -oP '(?<=inet\s)\d+(\.\d+){3}' | grep -v '^127\.' | head -n1):81|g" /tmp/workshop-secrets.yaml
214
-
215
# Deploy Splunk secrets
216
- /snap/bin/kubectl apply -f /tmp/workshop-secrets.yaml
217
0 commit comments