-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling default kubeconfig path (#12)
User reported the `install` and `check` subcommands did not work unless an explicit `--context` flag was provided. Their kubeconfig file was in a non-default location. Fix the k8s client builder to correctly set config loading rules, including a check for the `KUBECONFIG` environment variable. Other changes: - Introduce `darwin-arm64` support in CI and release. - Rename `darwin` config in CI/release to `darwin-amd64`. - Update CI from `golang:1.16.0` to `1.16.2`. Signed-off-by: Andrew Seigner <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
9 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