frits-v
frits-v
regionHealthCheck support is missing. Some work has already been done but looks like it never got merged: https://github.com/slevenick/inspec-gcp/commit/d6d3bfadc7f0ef4c47d1317278250da321b33cfd
https://cloud.google.com/resource-manager/docs/project-liens "You can place a lien upon a project to block the project's deletion until you remove the lien. This can be useful to protect projects of particular importance."
A bug (https://github.com/kubernetes-sigs/kustomize/issues/5031) in the currently included kustomize version (5.3.0) causes patched manifests with `null` values have their values replaced by strings `"null"`. This makes it hard to for example...
This PR introduces end-to-end support for assigning static IPv6 addresses to containers, both via the command line and through `nerdctl compose`. Key changes: - A new `--ip6` flag is added...
### What is the problem you're trying to solve Configure a static ipv6 address through the service parser in compose. ### Describe the solution you'd like Parse ipv6_address field, similarly...