Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1: minikube MK_CONFIG_SET: run validations for "driver" with value of "hyperkit" #88

Open
tthomaspax8 opened this issue Jun 8, 2022 · 0 comments

Comments

@tthomaspax8
Copy link
Collaborator

    minikube set defaults

+ minikube config set cpus 2
! These changes will take effect upon a minikube delete and then a minikube start
+ minikube config set memory 4096
! These changes will take effect upon a minikube delete and then a minikube start
+ minikube config set driver hyperkit

X Exiting due to MK_CONFIG_SET: run validations for "driver" with value of "hyperkit": [driver "hyperkit" is not supported]
* 
╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                                           │
│    * If the above advice does not help, please let us know:                                                               │
│      https://github.com/kubernetes/minikube/issues/new/choose                                                             │
│                                                                                                                           │
│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.                                  │
│    * Please also attach the following file to the GitHub issue:                                                           │
│    * - /var/folders/sv/n60hh9dn0cq2lh4zzcj25vnm0000gp/T/minikube_config_b48275e9d140230e62c153c5bfc79207fe53b55c_0.log    │
│                                                                                                                           │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

+ minikube config set WantVirtualBoxDriverWarning false
+ printInfo 'minikube get defaults'
+ theInfo='minikube get defaults'
+ printf '%s\n' '
    minikube get defaults
'

    minikube get defaults

+ cat /Users/tthomas/.minikube/config/config.json
{
    "WantVirtualBoxDriverWarning": false,
    "cpus": 2,
    "memory": "4096"
}+ brew tap robscott/tap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant