Rafael Fernández López
Rafael Fernández López
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Context During Kubernetes upgrades using `kubeadm` we have the desire to patch the Kubelet configuration. While we could...
## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **kubeadm version** (use `kubeadm version`): 1.14 ## What happened? `kubeadm init phase upload-certs` does not perform any...
Fixes: https://github.com/briansmith/webpki/issues/54 Introduce `IpAddressRef`, `DnsNameOrIpRef` and the owned type `IpAddress`. Introduce a new public function `verify_is_valid_for_dns_name_or_ip` that validates a given host name or IP address against a certificate. IP addresses...
When trying to build `reg` with Go 1.18.4 (`darwin/arm64`), I'm getting the following error: ``` ❯ go build # golang.org/x/sys/unix ../../../.go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable ../../../.go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:43:3:...
Despite `oneinfra` supports HA at the control plane level (the internal one) with several apiservers and etcd members, the ingress is still a SPOF. Check how to improve this situation,...
It should be possible to allow users to decide whether a given cluster will use a dedicated `etcd` cluster or a shared one. When they are using a shared one,...
Due to the restrictions the Docker Hub will soon impose on users, migrate all container images to the GitHub container image registry.
Hypervisor join process on the management cluster should be as easy as worker node join on the managed clusters. Implement a way to set up hypervisors in an easier way.
Generate a `kube-proxy` configuration file and mount it in the kube-proxy pod, since all CLI arguments are deprecated.