Various ways this can manifest, examples:
- AWS sts problems
- Debian package list 'not valid yet':
Release file for http://deb.debian.org/debian/dists/bullseye-updates/InRelease is not valid yet
podman machine ssh sudo date --set $(date +'%Y-%m-%dT%H:%M:%S');
References:
Example: Error: statfs <my-workdir>: no such file or directory
Workaround:
podman machine stop
podman machine start
podman machine stop
podman machine set --rootful
podman machine start
Without rootfull running into errors related to tools container not being able to start and /var/run/docker.sock
permissions (needs further invest.)
References:
export KIND_EXPERIMENTAL_PROVIDER=podman
References:
# Does not seem to be needed after all
sudo /usr/local/bin/podman-mac-helper --help
sudo /usr/local/bin/podman-mac-helper install
sudo /usr/local/bin/podman-mac-helper uninstall
References: