Tim Ebert
Tim Ebert
In an internal discussion, it was suggested to follow an alternative approach that doesn't require changes to g/g proposed in this GEP. Feel free to reopen and adjust the PR...
/assign for > Add a unit/integration/e2e testing strategy and guideline We just had a discussion about the testing strategy. I will finalize our discussion results and open a PR with...
/unassign > Add a unit/integration/e2e testing strategy and guideline is done with https://github.com/gardener/gardener/pull/6245
/assign @oliver-goetz for the tasks listed above with his name :)
`observed generation outdated` indicates that the `DNSRecord` controller (part of provider-gcp) was not acting on the objects. I.e., from a first look, it sounds more like an extension issue rather...
After a joint look with @nschad, we figured out the root cause for this. ### Background Since https://github.com/gardener/gardener/pull/5531, the `DNSRecord` is only annotated with `gardener.cloud/operation=reconcile` if the `shoot.gardener.cloud/tasks` annotation contains...
Shouldn't the `metav1.Time` fields in `MachineStatus` be pointers if they are tagged with `omitempty`?
Sorry for the confusion. So the kubelet service is actually running inside the `kindest/node` container after joining the cluster via `kubeadm`. The unit is generated by kubeadm and looks something...
Thanks, for clarifying @aojea