This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make cluster creation work with kind v0.7.0
The command 'kind get kubeconfig-path' has been deprecated in kind v0.6.0 and removed in v0.7.0 so the cluster creation script doesn't work with the latter version. To account for this fact and other changes (such as kind now respecting `KUBECONFIG` and falling back to the same defaults that `kubectl` uses), I reworked some parts of the script. pre-commit now uses the kind imave v1.17.5 for tests. Note: This change makes the scripts fail to work with kind version < v0.7.0.
- Loading branch information
Max Jonas Werner
committed
May 4, 2020
1 parent
d7b7b3c
commit 27df67b
Showing
3 changed files
with
14 additions
and
40 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
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