You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update internal links in Kubernetes orchestrator documentation
- Changed links for the remote artifact store and remote container registry sections to point to the correct README files, ensuring accurate navigation within the documentation.
This update aims to enhance the clarity and usability of the Kubernetes orchestrator guide.
Copy file name to clipboardExpand all lines: docs/book/component-guide/orchestrators/kubernetes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ To use the Kubernetes orchestrator, we need:
40
40
zenml integration install kubernetes
41
41
```
42
42
* [Docker](https://www.docker.com) installed and running.
43
-
* A [remote artifact store](../artifact-stores/artifact-stores.md) as part of your stack.
44
-
* A [remote container registry](../container-registries/container-registries.md) as part of your stack.
43
+
* A [remote artifact store](../artifact-stores/README.md) as part of your stack.
44
+
* A [remote container registry](../container-registries/README.md) as part of your stack.
45
45
* A Kubernetes cluster [deployed](kubernetes.md#how-to-deploy-it)
46
46
* [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) installed and the name of the Kubernetes configuration context which points to the target cluster (i.e. run`kubectl config get-contexts` to see a list of available contexts) . This is optional (see below).
0 commit comments