From 263056176281e33e37fecb688ebbb0cf7891b671 Mon Sep 17 00:00:00 2001 From: Andrew Pryde Date: Thu, 4 Jan 2018 09:44:03 +0000 Subject: [PATCH] Add Oracle Cloud Infrastructure CCM example link --- docs/tasks/administer-cluster/running-cloud-controller.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tasks/administer-cluster/running-cloud-controller.md b/docs/tasks/administer-cluster/running-cloud-controller.md index ef7137db06..8ce1c33881 100644 --- a/docs/tasks/administer-cluster/running-cloud-controller.md +++ b/docs/tasks/administer-cluster/running-cloud-controller.md @@ -61,6 +61,7 @@ For cloud controller managers not in Kubernetes core, you can find the respectiv * [DigitalOcean](https://github.com/digitalocean/digitalocean-cloud-controller-manager) * [keepalived](https://github.com/munnerz/keepalived-cloud-provider) +* [Oracle Cloud Infrastructure](https://github.com/oracle/oci-cloud-controller-manager) * [Rancher](https://github.com/rancher/rancher-cloud-controller-manager) For providers already in Kubernetes core, you can run the in-tree cloud controller manager as a Daemonset in your cluster, use the following as a guideline: