PyratLabs / ansible-role-k3s

Ansible role for installing k3s as either a standalone server or HA cluster.
BSD 3-Clause "New" or "Revised" License
627 stars 135 forks source link

kubectl commands on node must use short name #220

Closed fragpit closed 7 months ago

fragpit commented 8 months ago

Kubectl commands on node must use short name

Summary

Fix for

In addition to https://github.com/PyratLabs/ansible-role-k3s/pull/212

when using just {{ item }} a hostname from inventory file is substituted, but kubectl operates on base names.

Issue type