From 473a7eb14087807598c86a9803701384add0181f Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 22 Aug 2017 19:31:50 +0800 Subject: Update sysctl.md fix bad url --- contributors/design-proposals/sysctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/sysctl.md b/contributors/design-proposals/sysctl.md index d24c18ee..55879e2b 100644 --- a/contributors/design-proposals/sysctl.md +++ b/contributors/design-proposals/sysctl.md @@ -234,7 +234,7 @@ Applied changes: ### Rkt support for sysctl -The only sysctl support in rkt is through a [CNI plugin](https://github.com/containernetworking/cni/blob/master/Documentation/tuning.md) plugin. The Kubernetes network plugin `kubenet` can easily be extended to call this with a given list of sysctls during pod launch. +The only sysctl support in rkt is through a [CNI plugin](https://github.com/containernetworking/plugins/blob/master/plugins/meta/tuning/README.md) plugin. The Kubernetes network plugin `kubenet` can easily be extended to call this with a given list of sysctls during pod launch. The default network plugin for rkt is `no-op` though. This mode leaves all network initialization to rkt itself. Rkt in turn uses the static CNI plugin configuration in `/etc/rkt/net.d`. This does not allow to customize the sysctls for a pod. Hence, in order to implement this proposal in `no-op` mode additional changes in rkt are necessary. -- cgit v1.2.3