This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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+
28FrameworkController is built to orchestrate all kinds of applications on [ Kubernetes] ( https://kubernetes.io ) by a single controller.
39
410These 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
9096This 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:
104104export PROJECT_DIR=${GOPATH} /src/github.com/microsoft/frameworkcontroller
105105rm -rf ${PROJECT_DIR}
106106mkdir -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}
108108cd ${PROJECT_DIR}
109109./build/frameworkcontroller/go-build.sh
110110```
You can’t perform that action at this time.
0 commit comments