-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into memcached-pvc-labels
- Loading branch information
Showing
892 changed files
with
56,294 additions
and
31,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Setup K3D Cluster | ||
description: Setup a K3D cluster | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
|
||
- name: Install k3d | ||
shell: bash | ||
run: | | ||
curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash | ||
- name: Create k3d cluster with local registry | ||
shell: bash | ||
run: | | ||
k3d registry create registry.local --port 5000 | ||
k3d cluster create k3d-cluster --registry-use k3d-registry.local:5000 | ||
- name: Set kubectl context to k3d cluster | ||
shell: bash | ||
run: | | ||
k3d kubeconfig merge k3d-cluster --kubeconfig-switch-context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.