Carl Henrik Lunde

Results 145 comments of Carl Henrik Lunde

Would it be possible to 1. Download the kernel to a new location (a/b kernel) *without* activating it 2. Set up a watchdog event to reset the PI in a...

Workaround (thanks @haarchri): `kustomize.toolkit.fluxcd.io/prune: disabled`

FWIW I added a kind of review/some alternative ideas at the original issue: https://github.com/crossplane-contrib/provider-terraform/issues/46#issuecomment-1125855555

I added a benchmark in #5425 in order to improve performance and detect regressions in the future. I will make safer versions of my enhancements as new PRs for review...

@saschagrunert the main issue is that two different functions are used, and the strict one is after the filter. I could of course add an option but I'm not sure...

> * Add an option on each dependency for whether the semver should be tolerant, defaulting to `false` Hmmm, there's already `scheme: semver`. Would `scheme: semver-tolerant` (I don't like the...

> To not break compatibility, I'll suggest adding a Ready condition with the same semantics as Healthy - at least for now. A cleanup might be considered for Crossplane 2.x....

Would it be a good idea to handle some core crossplane resource types Provider, Function, Configuration, here? And keep the proposal is specifically about managed resources? At least I can...

I just verified how kstatus would interpret different conditions if we add `status.observedGeneration` and a `Ready`-condition equal to the Healthy-condition, and that this would make sense. Looks OK to me...

Suggestions: * Look at the last 2-3 issues and see if it would be possible to detect those with the end to end test suite. I am not sure why...