mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
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>
This commit is contained in:
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
Block a user