-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE-66] Option to ask aladdin to not manage minikube (#67)
One time action from user: aladdin config set manage.minikube false Subsequent commands like: aladdin bash - won't manage minikube minikube commands are executed with direct calls to `minikube` and with helper function. When manage.minikube is false: 1. direct calls to `minikube` become no-op. 2. helper functions that work on minikube also become no-op. [ISSUE-66](#66)
- Loading branch information
1 parent
ac2df74
commit 30bf960
Showing
2 changed files
with
133 additions
and
81 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