From ef735dac3ead6dda585056bb3e37ff4fd44a7faa Mon Sep 17 00:00:00 2001 From: Eduardo Patrocinio Date: Sat, 10 Sep 2016 10:50:25 -0400 Subject: [PATCH] Add link to IBM SoftLayer instructions --- _data/guides.yml | 2 ++ docs/getting-started-guides/index.md | 1 + 2 files changed, 3 insertions(+) diff --git a/_data/guides.yml b/_data/guides.yml index ca61f07dc0..269eecebf6 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -161,6 +161,8 @@ toc: path: /docs/getting-started-guides/azure/ - title: Running Kubernetes on CenturyLink Cloud path: /docs/getting-started-guides/clc/ + - title: Running Kubernetes on IBM SoftLayer + path: https://github.com/patrocinio/kubernetes-softlayer - title: Running Kubernetes on Custom Solutions section: - title: Creating a Custom Cluster from Scratch diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index 250cca87ca..e49c5f9bd5 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -49,6 +49,7 @@ few commands, and have active community support. - [Azure](/docs/getting-started-guides/coreos/azure/) (Weave-based, contributed by WeaveWorks employees) - [Azure](/docs/getting-started-guides/azure/) (Flannel-based, contributed by Microsoft employee) - [CenturyLink Cloud](/docs/getting-started-guides/clc) +- [IBM SoftLayer](https://github.com/patrocinio/kubernetes-softlayer) ### Custom Solutions