Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit e0ffdc3

Browse files
authoredOct 30, 2019
Add project badges (#47)
1 parent 452675a commit e0ffdc3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# FrameworkController
2+
3+
[![Build Status](https://github.com/microsoft/frameworkcontroller/workflows/build/badge.svg?branch=master&event=push)](https://github.com/microsoft/frameworkcontroller/actions?query=workflow%3Abuild+branch%3Amaster+event%3Apush)
4+
[![Latest Release](https://img.shields.io/github/release/microsoft/frameworkcontroller.svg)](https://github.com/microsoft/frameworkcontroller/releases/latest)
5+
[![Docker Pulls](https://img.shields.io/docker/pulls/frameworkcontroller/frameworkcontroller.svg)](https://hub.docker.com/u/frameworkcontroller)
6+
[![License](https://img.shields.io/github/license/microsoft/frameworkcontroller.svg)](https://github.com/microsoft/frameworkcontroller/blob/master/LICENSE)
7+
28
FrameworkController is built to orchestrate all kinds of applications on [Kubernetes](https://kubernetes.io) by a single controller.
39

410
These kinds of applications include but not limited to:
@@ -84,7 +90,7 @@ FrameworkController can directly leverage many [Kubernetes Schedulers](https://k
8490
* [HivedScheduler](doc/user-manual.md#HivedScheduler): A Kubernetes Scheduler Extender optimized for GPUs
8591

8692
### Similar Offering On Other Cluster Manager
87-
* [YARN FrameworkLauncher](https://github.com/Microsoft/pai/blob/master/subprojects/frameworklauncher/yarn): Similar offering natively supports [Apache YARN](http://hadoop.apache.org)
93+
* [YARN FrameworkLauncher](https://github.com/microsoft/pai/blob/master/subprojects/frameworklauncher/yarn): Similar offering natively supports [Apache YARN](http://hadoop.apache.org)
8894

8995
## Contributing
9096
This project welcomes contributions and suggestions. Most contributions require you to agree to a

‎example/run/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Then build the FrameworkController binary distribution:
104104
export PROJECT_DIR=${GOPATH}/src/github.com/microsoft/frameworkcontroller
105105
rm -rf ${PROJECT_DIR}
106106
mkdir -p ${PROJECT_DIR}
107-
git clone https://github.com/Microsoft/frameworkcontroller.git ${PROJECT_DIR}
107+
git clone https://github.com/microsoft/frameworkcontroller.git ${PROJECT_DIR}
108108
cd ${PROJECT_DIR}
109109
./build/frameworkcontroller/go-build.sh
110110
```

0 commit comments

Comments
 (0)
Failed to load comments.