Jared Watts

Results 377 comments of Jared Watts

Can you define exactly what you mean by "reconciliation time"? I think `--poll-interval` is what you're looking for, but I'm not 100% sure 🙇‍♂️ Did you try setting these values...

Hmm, do you see that value making it all the way to the provider-aws-ec2 pod spec? 🤔

Thanks for your efforts to describe this issue and for showing up to community meetings to advocate for it. We appreciate the way you're engaging on this @gravufo 🙇‍♂️ I...

I think the automation from merging PR #6415 erroneously closed this issue. > This is a bunch of commits I made while debugging and attempting to fix https://github.com/crossplane/crossplane/issues/6413. I don't...

Thanks for sharing this idea @LCaparelli! Can you share some more details on how you think this should look, from a UX perspective but also how it could be implemented?...

Thanks for sharing this information @lornest. At the least, we should update this template (and all other repos) to point to a immutable digest instead of a mutable tag. More...

Looks like this was maybe addressed within e2e-framework by @negz in https://github.com/kubernetes-sigs/e2e-framework/pull/421. That was included in https://github.com/kubernetes-sigs/e2e-framework/releases/tag/v0.5.0, so I think we could just need to bump our `sigs.k8s.io/e2e-framework` dependency to...

After bumping locally to `sigs.k8s.io/e2e-framework v0.5.0`, I do see some improvements, e.g. what used to look like: ``` env.go:444: Waiting 30s for Composition.apiextensions.crossplane.io xnopresources.nop.example.org to exist... ``` Now looks like:...

just starting to look at this, but first question from the discussion so far is why would we need to write our own regex for validation? Would the validation functionality...

> currently we don't have any webhook for packages, introducing one just for this would be a shame agreed! 👍 > As you can see, the error isn't really suggesting...