install socat package to enable kubectl port-forward

This commit is contained in:
2025-12-06 15:09:12 +01:00
parent 45d39d13b4
commit cd3c4d86ff

View File

@@ -116,6 +116,12 @@
type: collection
name: git+https://github.com/k3s-io/k3s-ansible
run_once: true
- name: Install socat for kubectl port forwarding
ansible.builtin.apt:
name: socat
state: present
update_cache: yes
- name: k3s
tags: never,k3s