Commit 3e338582 authored by Chris Glass's avatar Chris Glass

Do not require the linux headers to be installed.

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: 's avatarChris Glass <chris.glass@canonical.com>
parent be41d1e2
......@@ -220,7 +220,6 @@ packageSpecs:
versionRange: '>=4.2.0'
- name: less
versionRange: '>=481'
- name: linux-headers-${KERNEL_RELEASE}
- name: netcat-openbsd
versionRange: '>=1.10'
- name: python
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment