I'm trying to install kubernetes in minidcos.
in dcos, there is cli command dcos package install
to install a specific package as here.
But minidcos doesn't have minidcos docker package install
or minidcos package install
as https://minidcos.readthedocs.io/en/latest/dcos-docker-cli.html#.
I'm able to install kubernetes using DCOS UI catalog.
how can I install kubernetes in minidcos CLI?
minidcos
is the tool for creating the local DC/OS cluster. Once the cluster is running, you need to use the usual dcos
cli. If you did not already install it, there are instructions within the DC/OS UI.
minidcos
is not a substitute for dcos
.