Skip to content

Commit 2fc5624

Browse files
committed
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.
1 parent 7ad5d62 commit 2fc5624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/component-guide/orchestrators/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ To use the Kubernetes orchestrator, we need:
4040
zenml integration install kubernetes
4141
```
4242
* [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.
4545
* A Kubernetes cluster [deployed](kubernetes.md#how-to-deploy-it)
4646
* [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).
4747

0 commit comments

Comments
 (0)