Skip to content

Commit

Permalink
Fixed kubeflow docs (#3018)
Browse files Browse the repository at this point in the history
* Fixed kubeflow docs

* Fixed other small error in the docs
  • Loading branch information
AlexejPenner authored Sep 17, 2024
1 parent c5f7aab commit 3f4e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/component-guide/orchestrators/kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ We can then register the orchestrator and use it in our active stack. This can b
Active global stack set to:'aws-kubeflow'
```
2. if you don't have a Service Connector on hand and you don't want to [register one](../../how-to/auth-management/service-connectors-guide.md#register-service-connectors), the local Kubernetes `kubectl` client needs to be configured with a configuration context pointing to the remote cluster. The `kubernetes_context` stack component must also be configured with the value of that context:
2. if you don't have a Service Connector on hand and you don't want to [register one](../../how-to/auth-management/service-connectors-guide.md#register-service-connectors), the local Kubernetes `kubectl` client needs to be configured with a configuration context pointing to the remote cluster. The `kubernetes_context` must also be configured with the value of that context:
```shell
zenml orchestrator register <ORCHESTRATOR_NAME> \
Expand Down

0 comments on commit 3f4e542

Please sign in to comment.