Skip to content

Commit

Permalink
Remove the incredibly cursed node name override (why @vmware ???)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 4, 2023
1 parent 9968864 commit 7f9e1e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/k3d/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ runs:
- run: "curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash"
shell: bash

# NOTE: --k3s-node-label has been added to emulate clusters (like TKGI) that mismatch kubernetes hostname and node names (see #2110)
- run: k3d cluster delete && k3d cluster create --k3s-node-label kubernetes.io/hostname=k3d-tkgi-emu-server-0@server:0
- run: k3d cluster delete && k3d cluster create
shell: bash

0 comments on commit 7f9e1e5

Please sign in to comment.