Comment 2 for bug 1900367

Revision history for this message
Mike Wilson (knobby) wrote :

Sorry, I should have included that. What I did was a simply typo with spacing. I was trying to get huge pages enabled on my cluster, so I did:

`juju config kubernetes-worker sysctl="{ net.ipv4.conf.all.forwarding : 1, net.ipv4.neigh.default.gc_thresh1 : 128, net.ipv4.neigh.default.gc_thresh2 : 28672, net.ipv4.neigh.default.gc_thresh3 : 32768, net.ipv6.neigh.default.gc_thresh1 : 128, net.ipv6.neigh.default.gc_thresh2 : 28672, net.ipv6.neigh.default.gc_thresh3 : 32768, fs.inotify.max_user_instances : 8192, fs.inotify.max_user_watches : 1048576, kernel.panic : 10, kernel.panic_on_oops: 1, vm.overcommit_memory : 1, vm.nr_hugepages: 1024 }"

Notice the lack of space after hugepages before the colon. It took me far too long to figure that out. ;)