mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 16:46:54 +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
|
||||
- python-apt
|
||||
- glusterfs-client
|
||||
{% endif %}
|
||||
- socat
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user