mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
AWS: install netcat-traditional, instead of netcat-openbsd
We want to match the version of netcat that is installed on GCE. We were having problems with netcat-openbsd having slightly different timeout behaviour (on UDP packets; when there was no listener).
This commit is contained in:
parent
cadb6c06be
commit
726c7afab7
@ -12,3 +12,9 @@ pkg-core:
|
|||||||
- glusterfs-client
|
- glusterfs-client
|
||||||
- socat
|
- socat
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
# Ubuntu installs netcat-openbsd by default, but on GCE/Debian netcat-traditional is installed.
|
||||||
|
# They behave slightly differently.
|
||||||
|
# For sanity, we try to make sure we have the same netcat on all OSes (#15166)
|
||||||
|
{% if grains['os'] == 'Ubuntu' %}
|
||||||
|
- netcat-traditional
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user