diff --git a/docs/getting-started-guides/README.md b/docs/getting-started-guides/README.md index 8357c01666f..1eec1a43ba7 100644 --- a/docs/getting-started-guides/README.md +++ b/docs/getting-started-guides/README.md @@ -20,6 +20,14 @@ Ovirt | | | [docs](../../docs/getting-started-guide Rackspace | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/rackspace.md) | Inactive | Bare-metal | custom | CentOS | [docs](../../docs/getting-started-guides/centos/centos_manual_config.md) | Community(@coolsvap) | Uses K8s v0.9.1 libvirt/KVM | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/libvirt-coreos.md) | Community (@lhuard1A) | +Bare-metal | custom | CentOS | [docs](../../docs/getting-started-guides/centos/centos_manual_config.md) | Community(@coolsvap) | Uses K8s v0.9.1 +AWS | Juju | Ubuntu | [docs](../../docs/getting-started-guides/juju.md) | [Community](https://github.com/whitmo/bundle-kubernetes) ( [@whit](https://github.com/whitmo), [@matt](https://github.com/mbruzek), [@chuck](https://github.com/chuckbutler) ) | [Tested](http://reports.vapour.ws/charm-tests-by-charm/kubernetes) K8s v0.8.1 +OpenStack/HPCloud | Juju | Ubuntu | [docs](../../docs/getting-started-guides/juju.md) | [Community](https://github.com/whitmo/bundle-kubernetes) ( [@whit](https://github.com/whitmo), [@matt](https://github.com/mbruzek), [@chuck](https://github.com/chuckbutler) ) | [Tested](http://reports.vapour.ws/charm-tests-by-charm/kubernetes) K8s v0.8.1 +Joyent | Juju | Ubuntu | [docs](../../docs/getting-started-guides/juju.md) | [Community](https://github.com/whitmo/bundle-kubernetes) ( [@whit](https://github.com/whitmo), [@matt](https://github.com/mbruzek), [@chuck](https://github.com/chuckbutler) ) | [Tested](http://reports.vapour.ws/charm-tests-by-charm/kubernetes) K8s v0.8.1 + + + + Definition of columns: - **IaaS Provider** is who/what provides the virtual or physical machines (nodes) that Kubernetes runs on. - **OS** is the base operating system of the nodes. diff --git a/docs/getting-started-guides/juju.md b/docs/getting-started-guides/juju.md index 2e208c97564..f2f04502670 100644 --- a/docs/getting-started-guides/juju.md +++ b/docs/getting-started-guides/juju.md @@ -3,6 +3,8 @@ Juju handles provisioning machines and deploying complex systems to a wide number of clouds. + + ### Prerequisites #### On Ubuntu @@ -173,18 +175,16 @@ Kubernetes Bundle on Github Juju runs natively against a variety of cloud providers and can be made to work against many more using a generic manual provider. -#### Verified - - EC2 - - OpenStack/HPCloud -#### Untested but likely to work +Provider | v0.8.1 +-------------- | ------- +AWS | [Pass](http://reports.vapour.ws/charm-test-details/charm-bundle-test-parent-136) +HPCloud | [Pass](http://reports.vapour.ws/charm-test-details/charm-bundle-test-parent-136) +OpenStack | [Pass](http://reports.vapour.ws/charm-test-details/charm-bundle-test-parent-136) +Joyent | [Pass](http://reports.vapour.ws/charm-test-details/charm-bundle-test-parent-136) +Azure | TBD +Digital Ocean | TBD +MAAS (bare metal) | TBD +GCE | TBD - - Azure - - Joyent - - Digital Ocean - - MAAS (bare metal) - -#### Coming soon - - - GCE