|
3 | 3 | **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
4 | 4 |
|
5 | 5 | - [Kubernetes Cluster API Provider IBM Cloud](#kubernetes-cluster-api-provider-ibm-cloud)
|
6 |
| -- [Kubernetes cluster-api-provider-ibmcloud Project](#kubernetes-cluster-api-provider-ibmcloud-project) |
| 6 | + - [What is the Cluster API Provider IBM Cloud](#what-is-the-cluster-api-provider-ibm-cloud) |
7 | 7 | - [Community, discussion, contribution, and support](#community-discussion-contribution-and-support)
|
8 | 8 | - [Code of conduct](#code-of-conduct)
|
9 | 9 | - [Getting Started](#getting-started)
|
|
17 | 17 |
|
18 | 18 | # Kubernetes Cluster API Provider IBM Cloud
|
19 | 19 |
|
20 |
| -IBM Cloud Provider for Cluster API |
| 20 | +[](https://goreportcard.com/report/sigs.k8s.io/cluster-api-provider-ibmcloud) |
21 | 21 |
|
22 | 22 | <a href="https://github.com/kubernetes-sigs/cluster-api"><img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100"></a><a href="https://www.ibm.com/cloud/"><img hspace="90px" src="./docs/images/ibm-cloud.svg" alt="Powered by IBM Cloud" height="100"></a>
|
23 | 23 |
|
24 | 24 | ------
|
25 | 25 |
|
26 |
| -# Kubernetes cluster-api-provider-ibmcloud Project |
27 |
| - |
28 | 26 | This repository hosts a concrete implementation of an IBMCloud provider for the [cluster-api project](https://github.com/kubernetes-sigs/cluster-api).
|
29 | 27 |
|
| 28 | +## What is the Cluster API Provider IBM Cloud |
| 29 | + |
| 30 | +The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management. The API itself is shared across multiple cloud providers allowing for true IBM Cloud hybrid deployments of Kubernetes. |
| 31 | + |
30 | 32 | ## Community, discussion, contribution, and support
|
31 | 33 |
|
32 | 34 | Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
|
@@ -56,7 +58,7 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
|
56 | 58 | 5. Build the `clusterctl` tool
|
57 | 59 |
|
58 | 60 | ```bash
|
59 |
| - git clone https://github.com/multicloudlab/cluster-api-provider-ibmcloud $GOPATH/src/sigs.k8s.io/cluster-api-provider-ibmcloud |
| 61 | + git clone https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud $GOPATH/src/sigs.k8s.io/cluster-api-provider-ibmcloud |
60 | 62 | cd $GOPATH/src/sigs.k8s.io/cluster-api-provider-ibmcloud/cmd/clusterctl
|
61 | 63 | go build
|
62 | 64 | ```
|
|
0 commit comments