mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
Salt: install socat; needed for port-forward
port-forward needs socat on the node hosts; we technically don't need it today on the master, but this seems the right place to put it, and socat is a small dependency.
This commit is contained in:
@@ -10,4 +10,5 @@ pkg-core:
|
|||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- python-apt
|
- python-apt
|
||||||
- glusterfs-client
|
- glusterfs-client
|
||||||
|
- socat
|
||||||
{% endif %}
|
{% endif %}
|
Reference in New Issue
Block a user