pingberlin

Results 2 comments of pingberlin

@Waterdrips `ctr` uses `ctr image import`. To use on an airgapped system: 1. Set `pull-policy` in `/usr/lib/systemd/system/faasd-provider.service`: ``` ExecStart=/usr/local/bin/faasd provider --pull-policy IfNotPresent ``` 2. Build with `docker`, import with `ctr`...

Can be closed. I also had this issue with large groups. The exponential backoff has fixed this for me. FYI, I'm running this version: ``` Version: 0.9.15 (+17 commits) build...