diff --git a/website/content/en/docs/tasks/provisioning-task.md b/website/content/en/docs/tasks/provisioning-task.md index d2670463d7ac..e71e2f9b6f50 100644 --- a/website/content/en/docs/tasks/provisioning-task.md +++ b/website/content/en/docs/tasks/provisioning-task.md @@ -24,14 +24,14 @@ If you want to modify or add provisioners to Karpenter, do the following: 1. Review the following Provisioner documents: - * [Provisioner](../getting-started/#provisioner) in the Getting Started guide for a sample default Provisioner - * [Provisioner API](../provisioner-crd) for descriptions of Provisioner API values - * [Provisioning Configuration](../AWS/constraints) for cloud-specific settings + * [Provisioner](../../getting-started/#provisioner) in the Getting Started guide for a sample default Provisioner + * [Provisioner API](../../provisioner-crd) for descriptions of Provisioner API values + * [Provisioning Configuration](../../AWS/constraints) for cloud-specific settings 2. Apply the new or modified Provisioner to the cluster. The following examples illustrate different aspects of Provisioners. -Refer to [Running pods](running-pods) to see how the same features are used in Pod specs to determine where pods run. +Refer to [Running pods](../running-pods) to see how the same features are used in Pod specs to determine where pods run. ## Example: Requirements diff --git a/website/content/en/docs/tasks/running-pods.md b/website/content/en/docs/tasks/running-pods.md index d348e42c6812..d17ba1f606e9 100755 --- a/website/content/en/docs/tasks/running-pods.md +++ b/website/content/en/docs/tasks/running-pods.md @@ -60,7 +60,8 @@ Its limits are set to 256MiB of memory and 1 CPU. Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning COnfiguration](../aws/constraints) for a list of supported resources. +See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning Configuration](../../aws/constraints) for a list of supported resources. + ## Selecting nodes (`nodeSelector` and `nodeAffinity`)