我正在尝试在我的mac os笔记本电脑上设置crc:
$ crc setup --help
Set up local virtualization and networking infrastructure for the OpenShift cluster
Usage:
crc setup [flags]
Flags:
-h, --help help for setup
-d, --vm-driver string The driver to use for the OpenShift cluster. Possible values: [hyperkit virtualbox] (default "hyperkit")
...但是,该标志似乎被忽略了,它尝试设置HyperKit:
$ crc setup -d virtualbox
INFO Checking if running as non-root
INFO Caching oc binary
INFO Setting up virtualization with HyperKit
...crc版本:
$ crc version
crc version: 1.2.0+c2e3c0f
OpenShift version: 4.2.8 (embedded in binary)我的mac是版本:
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.6
BuildVersion: 18G95你知道为什么crc标志被忽略而用-d设置crc吗?
发布于 2020-05-26 20:42:24
删除了对VirtualBox的支持https://github.com/code-ready/crc/issues/838
https://stackoverflow.com/questions/59337100
复制相似问题