Simple setup to start single k3s node in Vagrant with Ansible.
vagrant up
If you have both apt-cache-ng
and docker.io/registry
running as caching proxies on a machine; using for example https://github.com/aheimsbakk/vagrant-apt-cacher-ng.
PROXY=proxy.local vagrant up
proxy.local
uses these ports.
service | port |
---|---|
apt-cacher-ng |
3142 |
docker.io/registry |
5000 |