Skip to content

Commit 715903e

Browse files
prezhaspowelljr
andauthored
Update pkg/minikube/cruntime/crio.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
1 parent e8407c9 commit 715903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/cruntime/crio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func generateCRIOConfig(cr CommandRunner, imageRepository string, kv semver.Vers
9090
}
9191

9292
// add 'net.ipv4.ip_unprivileged_port_start=0' sysctl so that containers that run with non-root user can bind to otherwise privilege ports (like coredns v1.11.0+)
93-
// note: 'net.ipv4.ip_unprivileged_port_start' sysctl was marked as safe since kubernetes v1.22 (Aug 4, 2021) (ref: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#feature-9)
93+
// note: 'net.ipv4.ip_unprivileged_port_start' sysctl was marked as safe since Kubernetes v1.22 (Aug 4, 2021) (ref: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#feature-9)
9494
// note: cri-o supports 'default_sysctls' option since v1.12.0 (Oct 19, 2018) (ref: https://github.com/cri-o/cri-o/releases/tag/v1.12.0; https://github.com/cri-o/cri-o/pull/1721)
9595
if kv.GTE(semver.Version{Major: 1, Minor: 22}) {
9696
// remove any existing 'net.ipv4.ip_unprivileged_port_start' settings

0 commit comments

Comments
 (0)