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