-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic in kubeconfig sub-command when no spec.api.port set (#182)
* Test kubeconfig validity in smoke-tests * What -a * Cache fix * See if changing to kubernetes-admin changes anything * Change it back. * Echo out the user * Echo out the whole config * Dont censor * Add type check * Increase basic smoke test verbosity * More consistent type check for externalAddress
- Loading branch information
Showing
4 changed files
with
48 additions
and
8 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 |
---|---|---|
|
@@ -91,6 +91,13 @@ jobs: | |
!*.log | ||
key: k0sctl-cache | ||
|
||
- name: Kubectl cache | ||
uses: actions/cache@v2 | ||
with: | ||
path: | | ||
smoke-test/kubectl | ||
key: kubectl-1.21.3 | ||
|
||
- name: Docker Layer Caching For Footloose | ||
uses: satackey/[email protected] | ||
continue-on-error: true | ||
|
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