vms/recipes/alpine/provisionning/k3s.sh

5 lines
87 B
Bash

#!/bin/sh
echo "export KUBECONFIG=/etc/rancher/k3s/k3s.yaml" >> /root/.profile
exit 0