-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More realistic kind cluster with Region and Zones
World of Warcraft themed to be used with topology spread constraints and such
- Loading branch information
1 parent
3c8a29d
commit bcff6c6
Showing
2 changed files
with
60 additions
and
29 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 |
---|---|---|
|
@@ -45,10 +45,9 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
installLocalPathProvisioner: true # Only build a kind cluster if there are chart changes to test. | ||
node_image: "kindest/node:v${{ matrix.k8s }}.0" | ||
config: etc/kind.yaml | ||
- run: kubectl get nodes | ||
- run: kubectl get nodes --show-labels=true | ||
- run: kubectl get pods -A | ||
- run: kubectl get svc -A | ||
- name: Install PiHole | ||
|
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