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.6.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 newest 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. This makes the scripts fail to work with kind version < v0.6.0.
- Loading branch information
Max Jonas Werner
committed
Apr 30, 2020
1 parent
2470f01
commit e430f26
Showing
2 changed files
with
10 additions
and
38 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