From c99c0d62d3b85d1990c56ba1da117274f9ab467d Mon Sep 17 00:00:00 2001 From: Brian Choy Date: Thu, 19 Nov 2020 14:14:04 -0800 Subject: [PATCH] Fix incorrect URLs in kops cluster documentation --- docs/cluster_spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index 05a15b55dc..f34db9aff3 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -909,7 +909,7 @@ spec: ## containerd -It is possible to override the [containerd](https://github.com/containerd/containerd/blob/master/README.md) daemon options for all the nodes in the cluster. See the [API docs](https://pkg.go.dev/k8s.io/kops/pkg/apis/kOps#ContainerdConfig) for the full list of options. +It is possible to override the [containerd](https://github.com/containerd/containerd/blob/master/README.md) daemon options for all the nodes in the cluster. See the [API docs](https://pkg.go.dev/k8s.io/kops/pkg/apis/kops#ContainerdConfig) for the full list of options. ```yaml spec: @@ -921,7 +921,7 @@ spec: ## docker -It is possible to override Docker daemon options for all masters and nodes in the cluster. See the [API docs](https://pkg.go.dev/k8s.io/kops/pkg/apis/kOps#DockerConfig) for the full list of options. +It is possible to override Docker daemon options for all masters and nodes in the cluster. See the [API docs](https://pkg.go.dev/k8s.io/kops/pkg/apis/kops#DockerConfig) for the full list of options. ### registryMirrors