mesosphere-backup / time-series-demo

A DC/OS time series demo
Apache License 2.0
62 stars 14 forks source link

Installing kubernetes on Mesosphere #2

Open jedi132000 opened 8 years ago

jedi132000 commented 8 years ago

Trying to install kubernetes but getting the following error, and it is not included in the packages installed.

PS C:\dcos\time-series-demo> dcos config prepend package.sources https://github.com/mesosphere/multiverse/archive/version-1.x.zip Command not recognized

You can close this issue, I figured it out.

5h3rlock-zz commented 7 years ago

what was the work around?

patricklucas commented 7 years ago

Hit this myself, ended up trying to just set the config instead of 'prepend', and got this:

$ dcos config set package.sources https://github.com/mesosphere/multiverse/archive/version-1.x.zip
This config property has been deprecated. Please add your repositories with `dcos package repo add`

@jedi132000 please include your solution instead of just saying "I figured it out" next time. :)