mirror of https://github.com/k3s-io/k3s
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: Chris Glass <chris.glass@canonical.com>pull/6/head
parent
be41d1e2ce
commit
3e3385821a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue