Skip to content

Commit 6accf0c

Browse files
authored
Merge pull request #108 from gyliu513/go-report
Added Go Report Card.
2 parents 5f15ad9 + a968617 commit 6accf0c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

55
- [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)
77
- [Community, discussion, contribution, and support](#community-discussion-contribution-and-support)
88
- [Code of conduct](#code-of-conduct)
99
- [Getting Started](#getting-started)
@@ -17,16 +17,18 @@
1717

1818
# Kubernetes Cluster API Provider IBM Cloud
1919

20-
IBM Cloud Provider for Cluster API
20+
[![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/cluster-api-provider-ibmcloud)](https://goreportcard.com/report/sigs.k8s.io/cluster-api-provider-ibmcloud)
2121

2222
<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>
2323

2424
------
2525

26-
# Kubernetes cluster-api-provider-ibmcloud Project
27-
2826
This repository hosts a concrete implementation of an IBMCloud provider for the [cluster-api project](https://github.com/kubernetes-sigs/cluster-api).
2927

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+
3032
## Community, discussion, contribution, and support
3133

3234
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
5658
5. Build the `clusterctl` tool
5759

5860
```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
6062
cd $GOPATH/src/sigs.k8s.io/cluster-api-provider-ibmcloud/cmd/clusterctl
6163
go build
6264
```

0 commit comments

Comments
 (0)