mirror of https://github.com/k3s-io/k3s
Do not require the vim package to be installed
The minimal Ubuntu image used on GKE nodes provides the vim editor as part of system packages, as "vim.tiny". People logging on the nodes have a vim environment available despite the "vim" package not being installed. Signed-off-by: Chris Glass <chris.glass@canonical.com>pull/6/head
parent
8d24ce1137
commit
be41d1e2ce
|
@ -235,8 +235,6 @@ packageSpecs:
|
|||
versionRange: '>=1.28'
|
||||
- name: util-linux
|
||||
versionRange: '>=2.27.1'
|
||||
- name: vim
|
||||
versionRange: '>=7.4.712'
|
||||
- name: wget
|
||||
versionRange: '>=1.18'
|
||||
- name: gce-compute-image-packages
|
||||
|
|
Loading…
Reference in New Issue