Dennis Marttinen
Dennis Marttinen
> It looks like things fail with our "test" DHCP server, but we can fix that of course. This test DHCP server was never supposed to be complete implementation. It...
Update: https://github.com/insomniacslk/dhcp/pull/469 has been merged and I've now refactored https://github.com/insomniacslk/dhcp/pull/470 which might take one more review round. During that work I located and fixed the final long-standing bug that was...
> @twelho this is not a talos issue, if you look at the diff between 1.11.7 and 1.12.0 version of the cilium helm chart, they changed the default value of...
Just for reference, in Cilium `v1.11.7` the whole `securityContext.privileged` option is absent and the security context for the `mount-cgroup` container just states ```yaml securityContext: privileged: true ```
I've been seeing this as well, across multiple Firefox/LibreWolf installations and for many years at this point. Using the "Open previous windows and tabs" option it seems that *some* containers...
This is actually a limitation of API Machinery's `StrategicMergePatch`, see here: https://github.com/weaveworks/libgitops/blob/2c871bbbbf0c31630571e873a45bb914246c7488/vendor/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go#L812 So we need to work with this in Ignite. Closing.
`subFailureDomain` for EC pools like mentioned in https://github.com/rook/rook/issues/7198#issuecomment-1047193282 is still needed. In my case I need to account for both VM and physical host failures, which requires two failure domains....
@insomniacslk @pmazzini could I get a review? This is needed for https://github.com/siderolabs/talos/pull/5897 which is lined up for the 1.2 release of Talos.
I can add a `Del` function to `Options` (similar to `dchpv6`) and corresponding a modifier for it. It might be a good idea to also provide `NewRenewFromOffer` as a shorthand....
Hmm, then really what seems to be missing is some kind of input validation for each of the known options as specified by [RFC 2132](https://datatracker.ietf.org/doc/html/rfc2132) in the various `Opt*` functions....