diff options
Diffstat (limited to 'contributors/design-proposals/node/runtime-pod-cache.md')
| -rw-r--r-- | contributors/design-proposals/node/runtime-pod-cache.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/runtime-pod-cache.md b/contributors/design-proposals/node/runtime-pod-cache.md index 49236ba0..752741f1 100644 --- a/contributors/design-proposals/node/runtime-pod-cache.md +++ b/contributors/design-proposals/node/runtime-pod-cache.md @@ -28,7 +28,7 @@ pod cache, we can further improve Kubelet's CPU usage by need to inspect containers with no state changes. ***Don't we already have a [container runtime cache] -(https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/container/runtime_cache.go)?*** +(https://git.k8s.io/kubernetes/pkg/kubelet/container/runtime_cache.go)?*** The runtime cache is an optimization that reduces the number of `GetPods()` calls from the workers. However, |
