mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Salt: Make sure git is installed, for gitRepo volumes
Seems to be included in the GCE base image, but not on the images we use on AWS (Ubuntu images). Fix #20957
This commit is contained in:
parent
b5c12d10b8
commit
f0d6fd10bc
@ -17,3 +17,7 @@ pkg-core:
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- netcat-traditional
|
||||
{% endif %}
|
||||
# Make sure git is installed for mounting git volumes
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- git
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user