"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "b53c91d00b32b4d79a565f4f6e9c0ef39bcfa3d1"
Unverified Commit f40242a7 authored by Sean Takafuji's avatar Sean Takafuji Committed by GitHub
Browse files

fix documentation for FrameworkController (#2407)

parent 7be29e85
...@@ -26,7 +26,7 @@ NNI supports running experiment using [FrameworkController](https://github.com/M ...@@ -26,7 +26,7 @@ NNI supports running experiment using [FrameworkController](https://github.com/M
## Setup FrameworkController ## Setup FrameworkController
Follow the [guideline](https://github.com/Microsoft/frameworkcontroller/tree/master/example/run) to set up FrameworkController in the Kubernetes cluster, NNI supports FrameworkController by the stateful set mode. Follow the [guideline](https://github.com/Microsoft/frameworkcontroller/tree/master/example/run) to set up FrameworkController in the Kubernetes cluster, NNI supports FrameworkController by the stateful set mode. If your cluster enforces authorization, you need to create a service account with granted permission for FrameworkController, and then pass the name of the FrameworkController service account to the NNI Experiment Config. [refer](https://github.com/Microsoft/frameworkcontroller/tree/master/example/run#run-by-kubernetes-statefulset)
## Design ## Design
...@@ -83,6 +83,7 @@ If you use Azure Kubernetes Service, you should set `frameworkcontrollerConfig` ...@@ -83,6 +83,7 @@ If you use Azure Kubernetes Service, you should set `frameworkcontrollerConfig`
```yaml ```yaml
frameworkcontrollerConfig: frameworkcontrollerConfig:
storage: azureStorage storage: azureStorage
serviceAccountName: {your_frameworkcontroller_service_account_name}
keyVault: keyVault:
vaultName: {your_vault_name} vaultName: {your_vault_name}
name: {your_secert_name} name: {your_secert_name}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment