2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
8
FrameworkController is built to orchestrate all kinds of applications on [ Kubernetes] ( https://kubernetes.io ) by a single controller.
3
9
4
10
These kinds of applications include but not limited to:
@@ -84,7 +90,7 @@ FrameworkController can directly leverage many [Kubernetes Schedulers](https://k
84
90
* [ HivedScheduler] ( doc/user-manual.md#HivedScheduler ) : A Kubernetes Scheduler Extender optimized for GPUs
85
91
86
92
### 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 )
88
94
89
95
## Contributing
90
96
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Then build the FrameworkController binary distribution:
104
104
export PROJECT_DIR=${GOPATH} /src/github.com/microsoft/frameworkcontroller
105
105
rm -rf ${PROJECT_DIR}
106
106
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}
108
108
cd ${PROJECT_DIR}
109
109
./build/frameworkcontroller/go-build.sh
110
110
```
0 commit comments