fix broken link for KubeletConfiguration (#11423)

pull/11439/head
Pingan 2018-11-30 18:06:59 +08:00 committed by k8s-ci-robot
parent 28c2089c8d
commit d459ee4265
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ When a secret being already consumed in a volume is updated, projected keys are
Kubelet is checking whether the mounted secret is fresh on every periodic sync.
However, it is using its local cache for getting the current value of the Secret.
The type of the cache is configurable using the (`ConfigMapAndSecretChangeDetectionStrategy` field in
[KubeletConfiguration struct](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/pkg/kubelet/apis/kubeletconfig/v1beta1/types.go)).
[KubeletConfiguration struct](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/staging/src/k8s.io/kubelet/config/v1beta1/types.go)).
It can be either propagated via watch (default), ttl-based, or simply redirecting
all requests to directly kube-apiserver.
As a result, the total delay from the moment when the Secret is updated to the moment