todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

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

Open tthomaspax8 opened 2 years ago

tthomaspax8 commented 2 years ago
    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