Add slides for FrameworkController DeepDive (#80)
This commit is contained in:
Родитель
6a3d9c17db
Коммит
1232a3dfd6
|
@ -82,10 +82,11 @@ A Framework represents an application with a set of Tasks:
|
||||||
2. [Submit Framework](example/framework)
|
2. [Submit Framework](example/framework)
|
||||||
|
|
||||||
## Doc
|
## Doc
|
||||||
1. [User Manual](doc/user-manual.md)
|
1. [Deep Dive Slides](doc/deep-dive.pptx)
|
||||||
2. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
|
2. [User Manual](doc/user-manual.md)
|
||||||
3. FAQ
|
3. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
|
||||||
4. Release Note
|
4. FAQ
|
||||||
|
5. Release Note
|
||||||
|
|
||||||
## Official Image
|
## Official Image
|
||||||
* [DockerHub](https://hub.docker.com/u/frameworkcontroller)
|
* [DockerHub](https://hub.docker.com/u/frameworkcontroller)
|
||||||
|
|
Двоичный файл не отображается.
|
@ -1,6 +1,7 @@
|
||||||
# <a name="UserManual">User Manual</a>
|
# <a name="UserManual">User Manual</a>
|
||||||
|
|
||||||
## <a name="Index">Index</a>
|
## <a name="Index">Index</a>
|
||||||
|
- [FrameworkController DeepDive](#FrameworkControllerDeepDive)
|
||||||
- [Framework Interop](#FrameworkInterop)
|
- [Framework Interop](#FrameworkInterop)
|
||||||
- [Framework ExecutionType](#FrameworkExecutionType)
|
- [Framework ExecutionType](#FrameworkExecutionType)
|
||||||
- [Predefined Container EnvironmentVariable](#PredefinedContainerEnvironmentVariable)
|
- [Predefined Container EnvironmentVariable](#PredefinedContainerEnvironmentVariable)
|
||||||
|
@ -19,6 +20,9 @@
|
||||||
- [HiveDScheduler](#HiveDScheduler)
|
- [HiveDScheduler](#HiveDScheduler)
|
||||||
- [Best Practice](#BestPractice)
|
- [Best Practice](#BestPractice)
|
||||||
|
|
||||||
|
## <a name="FrameworkControllerDeepDive">FrameworkController DeepDive Slides</a>
|
||||||
|
See [FrameworkController DeepDive.pptx](deep-dive.pptx)
|
||||||
|
|
||||||
## <a name="FrameworkInterop">Framework Interop</a>
|
## <a name="FrameworkInterop">Framework Interop</a>
|
||||||
### <a name="SupportedClient">Supported Client</a>
|
### <a name="SupportedClient">Supported Client</a>
|
||||||
As Framework is actually a [Kubernetes CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions), all [CRD Clients](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#accessing-a-custom-resource) can be used to interoperate with it, such as:
|
As Framework is actually a [Kubernetes CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions), all [CRD Clients](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#accessing-a-custom-resource) can be used to interoperate with it, such as:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче