This message was deleted.
# k3s
a
This message was deleted.
b
You're talking about the Spegel image registry and not etcd right?
I think there should be a
spegel
namespace, or likely a pod with the name?
kubectl get pods -A |grep spegel
maybe?
a
That requires me to authenticate to the lube api already, which is not something I can do in my use case. Anyway, for now I opted for a
ncat -zv <ipaddress> 5001
call.
b
I was thinking of running it locally off a node.
a
This is happening from an ansible playbook from an appliance-vm that endusers boot up unattended, so running locally would mean something like
sshpass
, which would fail in this case, because the kubeconfig is not available without sudo
b
¯\_(ツ)_/¯
a
Yeah, quite a few constraints ;)
b
Useful to know when trying to provide solutions.
🙃
Good luck!
a
Appreciate your input regardless!