Add slides for FrameworkController DeepDive (#80)

This commit is contained in:
Yuqi Wang 2022-12-08 14:16:20 +08:00 коммит произвёл GitHub
Родитель 6a3d9c17db
Коммит 1232a3dfd6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -82,10 +82,11 @@ A Framework represents an application with a set of Tasks:
2. [Submit Framework](example/framework)
## Doc
1. [User Manual](doc/user-manual.md)
2. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
3. FAQ
4. Release Note
1. [Deep Dive Slides](doc/deep-dive.pptx)
2. [User Manual](doc/user-manual.md)
3. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
4. FAQ
5. Release Note
## Official Image
* [DockerHub](https://hub.docker.com/u/frameworkcontroller)

Двоичные данные
doc/deep-dive.pptx Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -1,6 +1,7 @@
# <a name="UserManual">User Manual</a>
## <a name="Index">Index</a>
- [FrameworkController DeepDive](#FrameworkControllerDeepDive)
- [Framework Interop](#FrameworkInterop)
- [Framework ExecutionType](#FrameworkExecutionType)
- [Predefined Container EnvironmentVariable](#PredefinedContainerEnvironmentVariable)
@ -19,6 +20,9 @@
- [HiveDScheduler](#HiveDScheduler)
- [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="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: