Munish Chouhan

Results 273 comments of Munish Chouhan
trafficstars

got this error, while tested in dev ``` 2024-04-30 18:42:12.093 16:42:12.092 [io-executor-thread-6] WARN i.s.w.s.b.impl.BlobCacheServiceImpl - == Blob cache failed for object 'cr.seqera.io/v2/public/nf-jdk/blobs/sha256:4edf64cf85c039184023bdfaa7e82e8a607c7f0a55286cce0c938431af0d83d3' - cause: io.kubernetes.client.openapi.ApiException: at io.kubernetes.client.openapi.ApiClient.handleResponse(ApiClient.java:989) at io.kubernetes.client.openapi.ApiClient.execute(ApiClient.java:905) at...

I think it needs permissions to create job in k8s

tested in local with working dev blob cache 1. jobs and pods are created and blobs are also uploaded but docker pull fails: ``` munish.chouhan@Munishs-MacBook-Pro ~ % docker pull ffb6c929b79f.ngrok.app/wt/de20f99af173/public/nf-jdk:corretto-17.0.10...

working now: ``` munish.chouhan@Munishs-MacBook-Pro blob_cache_testing % wave -i cr.seqera.io/public/nf-jdk:corretto-17.0.10 --wave-endpoint http://localhost:9090 ffb6c929b79f.ngrok.app/wt/6e2922114717/public/nf-jdk:corretto-17.0.10 munish.chouhan@Munishs-MacBook-Pro blob_cache_testing % docker pull ffb6c929b79f.ngrok.app/wt/6e2922114717/public/nf-jdk:corretto-17.0.10 corretto-17.0.10: Pulling from wt/6e2922114717/public/nf-jdk 1243323cbbce: Pull complete f9a83abe90dc: Pull complete 1fc87daf47ad: Pull...

tested in dev ``` % wave -i cr.seqera.io/public/nf-jdk:corretto-17.0.9 --wave-endpoint https://wave.dev-tower.net wave.dev-tower.net/wt/5ed41ad6b28a/public/nf-jdk:corretto-17.0.9 munish.chouhan@Munishs-MacBook-Pro blob_cache_testing % docker pull wave.dev-tower.net/wt/5ed41ad6b28a/public/nf-jdk:corretto-17.0.9 corretto-17.0.9: Pulling from wt/5ed41ad6b28a/public/nf-jdk 6ebddf7084e9: Pull complete fca718df3f34: Pull complete 18d54cc063eb: Pull complete...

@pditommaso ready for review

This PR requires this PR to be merge first https://github.com/seqeralabs/platform-deployment/pull/363

tested again: successfull ``` (base) munish.chouhan@Munishs-MacBook-Pro ~ % kubectl get jobs -n wave-local NAME COMPLETIONS DURATION AGE transfer-a43a48be12e6f4aa 0/1 2s 2s transfer-918964c839b722ad 0/1 2s 2s transfer-f96c05fe22f18394 0/1 2s 2s (base)...

Single image transfer tested successfully, no errors in the logs ``` (base) munish.chouhan@Munishs-MacBook-Pro wave_testing % docker pull wave.stage-seqera.io/wt/xxxxxxx/public/nf-jdk:corretto-17.0.9 corretto-17.0.9: Pulling from wt/xxxxxxx/public/nf-jdk 6ebddf7084e9: Pull complete fca718df3f34: Pull complete 18d54cc063eb: Pull...