mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
In error, the first letter should be lowcase
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
This commit is contained in:
parent
f59fd3df8d
commit
927d7a07d2
@ -34,7 +34,7 @@ type Conntracker interface {
|
|||||||
|
|
||||||
type realConntracker struct{}
|
type realConntracker struct{}
|
||||||
|
|
||||||
var readOnlySysFSError = errors.New("ReadOnlySysFS")
|
var readOnlySysFSError = errors.New("readOnlySysFS")
|
||||||
|
|
||||||
func (realConntracker) SetMax(max int) error {
|
func (realConntracker) SetMax(max int) error {
|
||||||
glog.Infof("Setting nf_conntrack_max to %d", max)
|
glog.Infof("Setting nf_conntrack_max to %d", max)
|
||||||
|
Loading…
Reference in New Issue
Block a user