Alvaro Iradier
Alvaro Iradier
I agree there should be a way to provide a i.e. a `config_content` instead of a `config_path`. In our use case we have different types of kubeconfigs, some use token...
> Is there any technical limitation that's preventing you to write the kubeconfig from your module to a local temporary file before passing it's path to the Kubernetes provider? >...
This seems to be related with this issue we are suffering for scheduled checks. We are now using your latest 1.5 release, where I see support for all kind of...
I came across exactly the same problem in GKE. The initcontainer workaround doesn't seem to work because apparently the LoadBalancer service or whatever is needed to forward the requests to...
Hi, I can't see these issue is still open and we are suffering similar issues like: ` time=“2019-08-29T07:55:53.205272037Z” level=error msg=“response completed with error” auth.user.name=“svc_designprtl_prod” err.code=unknown err.detail=“s3aws: Path not found: /docker/registry/v2/repositories/cmo-dc/deployment/tactic-app/_uploads/6a3fb58a-e7e2-4e54-bb0b-bab34898ea81/data”...
Finally we got to the root cause of our issue. Our S3 storage backend was a DellEMC Elastic Cloud Storage, so not official S3 from AWS. Apparently, docker registry S3...
Hi @sergeyfd, I am glad that worked for you! I am currently in the process of releasing our example script, but it is being delayed because we must follow some...
Sorry for the delay, we are sharing our current cleanup application, in Go, here: https://github.com/adidas/s3-upload-cleaner
I can see that not only the format of the auto-generated digest differs from the real manifest. Also the layer contents and digest. i.e. locally generated: ``` "layers":[{"mediaType":"application/vnd.docker.image.rootfs.diff.tar.gzip","size":5844992,"digest":"sha256:50644c29ef5a27c9a40c393a73ece2479de78325cae7d762ef3cdc19bf42dd0a"}] ``` real...