当我运行multipass launch kinetic --name primary --cpus 2 --mem 2G --disk 30G时,它会引发
warning: "--mem" long option will be deprecated in favour of "--memory" in a future release.Please update any scripts, etc.
launch failed: 'kinetic' is not a supported alias. Please use `multipass find` for supported image aliases.忽略"--mem“是不可取的警告,它说使用multipass find列出可用的图像,所以我做到了。这是输出:
$ multipass find
Image Aliases Version Description
snapcraft:core18 18.04 20201111 Snapcraft builder for Core 18
snapcraft:core20 20.04 20210921 Snapcraft builder for Core 20
snapcraft:core22 22.04 20220426 Snapcraft builder for Core 22
18.04 bionic 20221207 Ubuntu 18.04 LTS
20.04 focal 20221213 Ubuntu 20.04 LTS
22.04 jammy,lts 20221214 Ubuntu 22.04 LTS
anbox-cloud-appliance latest Anbox Cloud Appliance
charm-dev latest A development and testing environment for charmers
docker latest A Docker environment with Portainer and related tools
jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
minikube我正在寻找的版本中没有列出简单的云图像。
我尝试使用动像 URL,但是它一直抛给我这个错误:
launch failed: http and file based images are not supported
有办法解决这个问题吗?主机是macOS 13。
发布于 2023-01-24 09:57:03
好吧,他们在更新中解决了这个问题。现在我得到了:
% multipass find
Image Aliases Version Description
snapcraft:core18 18.04 20201111 Snapcraft builder for Core 18
snapcraft:core20 20.04 20210921 Snapcraft builder for Core 20
snapcraft:core22 22.04 20220426 Snapcraft builder for Core 22
18.04 bionic 20230112 Ubuntu 18.04 LTS
20.04 focal 20230117 Ubuntu 20.04 LTS
22.04 jammy,lts 20230107 Ubuntu 22.04 LTS
22.10 kinetic 20230112 Ubuntu 22.10
anbox-cloud-appliance latest Anbox Cloud Appliance
charm-dev latest A development and testing environment for charmers
docker latest A Docker environment with Portainer and related tools
jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
minikube发布于 2023-01-02 19:46:51
当我运行multipass find时,我的系统上显示了动力学.请运行sudo snap refresh multipass,然后重试multipass find。
https://askubuntu.com/questions/1448312
复制相似问题