Skip to content

Commit

Permalink
Remove kubernetes example. Kubernetes no longer works on DCOS 1.7
Browse files Browse the repository at this point in the history
- remove services docs, link to dcos.io docs
  • Loading branch information
Karl Isenberg committed Apr 16, 2016
1 parent 43a5c8e commit cd7f107
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 211 deletions.
35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Deploying dcos-vagrant involves creating a local cluster of VirtualBox VMs using
- [Deploy](#deploy)
- [Configure](#configure)
- [Example Clusters](#example-clusters)
- [Install DC/OS Services](#install-dcos-services)
- [Environment Options](#environment-options)
- [License and Author](#license-and-author)

Expand Down Expand Up @@ -210,7 +209,7 @@ Most services *can* be installed on the Medium cluster, but not all at the same

Once the the machines are created and provisioned, DC/OS will be installed. Once complete, the Web Interface will be available at <http://m1.dcos/>.

See [Install DC/OS Services](#install-dcos-services) for more information on how to use you new DC/OS cluster.
See the [DC/OS Usage docs](https://dcos.io/docs/latest/usage/service-install/) for more information on how to use you new DC/OS cluster.

1. (Optional) Authentication

Expand Down Expand Up @@ -310,29 +309,6 @@ vagrant up m1 m2 m3 a1 a2 a3 a4 a5 a6 p1 p2 p3 boot
```


# Install DC/OS Services

Once DC/OS is installed, services can be installed using the DC/OS CLI as a package manager. In order to install the DC/OS CLI itself, follow the instructions in the popup when first visiting the DC/OS dashboard (http://m1.dcos/). For more information, see the [DC/OS CLI Docs](https://dcos.io/docs/latest/usage/cli/).

For example, the following installs cassandra (which requires at least 3 private agent nodes):

```bash
dcos package install cassandra
```

## Marathon Apps

Marathon apps can be installed by using the [dcos cli marathon plugin](https://dcos.io/docs/latest/usage/cli/command-reference/#dcos-marathon).

For example, see [Oinker on Marathon](./examples/oinker/) or the [Java-Spring Example App](./examples/java-spring/).

## Kubernetes Apps

Kubernetes apps can be installed by using the [dcos cli kubectl plugin](https://github.com/mesosphere/dcos-kubectl).

For example, see the [Oinker on Kubernetes Example](./examples/kube-oinker/).


# Environment Options

There are several configurable options when deploying a cluster and installing DC/OS on it. Most of them are configurable via environment variables:
Expand All @@ -354,15 +330,6 @@ There are several configurable options when deploying a cluster and installing D
Additional advanced configuration may be possible by modifying the Vagrantfile directly, but is not encouraged because the internal APIs may change at any time.


## Install

```bash
vagrant plugin install vagrant-vbguest
```

This allows the pre-built vagrant box image to work on multiple (past and future) versions of VirtualBox.


# License and Author

Copyright 2016 Mesosphere, Inc.
Expand Down
10 changes: 9 additions & 1 deletion docs/virtualbox-guest-additions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@

Ideally, the vagrant box image used by dcos-vagrant includes VirtualBox Guest Additions compatible with the latest versions of VirtualBox. It should "just work".

However, if they are out of date or incompatible with your installed version of VirtualBox you may want to install the [VBGuest Vagrant Plugin](https://github.com/dotless-de/vagrant-vbguest) to automatically install VirtualBox Guest Additions appropriate to your local VirtualBox version on each new VM after it is created.
However, if they are out of date or incompatible with your installed version of VirtualBox you may want to install the [VBGuest Vagrant Plugin](https://github.com/dotless-de/vagrant-vbguest) to automatically install VirtualBox Guest Additions appropriate to your local VirtualBox version on each new VM after it is created.

## Install

```bash
vagrant plugin install vagrant-vbguest
```

This allows the pre-built vagrant box image to work on multiple (past and future) versions of VirtualBox.
113 changes: 0 additions & 113 deletions examples/kube-oinker/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions examples/kube-oinker/oinker.yaml

This file was deleted.

0 comments on commit cd7f107

Please sign in to comment.