mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-05 00:26:04 +00:00
The linux headers take significant disk space and are not necessary to run kubernetes on a GKE node. User logging on to a node can trivially install the kernel headers should they need to by running "apt-get install linux-headers-$(uname -r)". Signed-off-by: Chris Glass <chris.glass@canonical.com>