Charlie Doern
Charlie Doern
### systemd version the issue has been seen with systemd 249 (v249.12-5.fc35) ### Used distribution Fedora 35 ### Linux kernel version used 5.18.5-100.fc35.x86_64 ### CPU architectures issue was seen on...
add the domainname entity so that container runtimes can add special handling similar to hostname. The current workaround of adding a sysctl for kernel.domainname only works with rootful execution in...
podman image scp has a new api endpoint, add support here.
the runtime-spec recently gained the ability to store the domainname for a container. This field functions very similarly to hostname, where if provided the field is funneled into the `setdomainname`...
Signed-off-by: Charlie Doern
machineOSBuild and Image are meant to represent the two components of an on cluster build, making this commit the user-facing API for on cluster builds. MOSBuilds comprise of the actual...
the MCO needs to add some support for long living certs (10 years) that get populated in /etc/kubernetes/kubeconfig. These certs come from the openshift-config-managed/kube-apiserver-server-ca configmap and currently are only applied...
With the introduction of the MCO API to the greater openshift/api, we created the machineconfiguration type which is unused. This PR serves as a sibling to openshift/api#1596 in that: as...
when vendoring the new API into MCO, client-go was unhappy with the version mismatch. Bring the new api into client-go.
### Feature request `pip install text-generation-inference` `pip install text-generation-launcher`. Having these as published packages will allow projects to use the serving and client functionality. I am hitting a wall here,...