wmgroot

Results 60 comments of wmgroot

I think that's a cool idea as a possible extension of the initial capability. This PR should now include the changes necessary to support the `RollingSync` capability, including tests and...

Sounds good, I've added it as a discussion item to the next contributor meeting.

> About the latter, how would the operator behave in case: > > * the operator is deleted/re-created in the middle of a rollout > * one cluster is not...

That’s all correct except for a small correction with RollingSync #2. Application generation by the AppSet controller is not modified in any way when using RollingSync, meaning that any changes...

I've updated this PR to be current with master, and I believe I've resolved all current feedback, except for the question about the `IgnoreNotFound` in `setAppSetApplicationStatus`. I think it's wise...

Many clusters with very restrictive Pod Security Policies have the writable container filesystem disabled by default. This is useful to be able to narrow down what directories are writable in...

Using `distribution/distribution:edge` I see a 500 error for both example requests, which may be a 1 minute timeout on the connection. ``` $ curl -i "https://docker-registry.awscmhdev.k8s.indeed.tech/v2/_catalog?n=50&last=cbt/cbt-prod/cbt-backend" curl: (52) Empty reply...

I tried your image, but I'm receiving the same 500 error. ``` $ curl -i "https://docker-registry.awscmhdev.k8s.indeed.tech/v2/_catalog?n=50&last=cbt/cbt-prod/cbt-backend" curl: (52) Empty reply from server 44.134.197.15 - - [12/Jul/2022:22:06:46 +0000] "GET /v2/_catalog?n=50&last=cbt/cbt-prod/cbt-backend HTTP/1.1"...

To add a little more context, we're running a docker-registry locally in each of our Kubernetes clusters. Our S3 buckets are populated by a central Harbor docker registry, with the...

While using `docker.io/jamstah/registry:aws-paging`, it seems that any request to the /_catalog endpoint fails, even with n=1. All requests appear to produce the same `s3aws.ListObjectsV2Pages(docker/registry/v2/repositories/)` invocation that times out. ``` $...