Jason DeTiberus
Jason DeTiberus
Tests accessing external services should be run as separate integration tests, rather than as unit tests. It would also be beneficial to not require pre-configured and running external containers to...
Currently to override the default console for a given hardware you need to override the facility_code, such as `"onprem console=ttyS0"`. Otherwise it will use hardcoded values based on the architecture...
This PR attempts to address https://github.com/linuxkit/kubernetes/issues/74 The kernel, init, and runc image updates are a bit extraneous for this changeset, but the containerd update is required. kubelet changes: - update...
**Describe the bug** When configured for ARP and/or Equinix Metal support leader election callbacks, particularly `OnStartedLeading` are swallowing errors that should likely be fatal. For example, any errors raised by...
There is currently no verification of progress when checking for all control plane machines to be available, all machine deployment machines to be available, scaling operations for KCP/MD, and rolling...
/kind feature **Describe the solution you'd like** Currently by default we only provision a single storage volume for instances. We should likely investigate creating a dedicated volume for etcd storage...
/kind feature **Describe the solution you'd like** Currently we do a lot of waiting within the controller for resources to be available, we should investigate switching to using re-entrancy for...
The project description should include a link to the docs hosted at https://image-builder.sigs.k8s.io/
/kind bug **What steps did you take and what happened:** When only GCPMachine.Spec.Version is defined (without also defining Spec.Image or Spec.ImageFamily), the root disk lookup defaults to using image family,...
Currently wardroom bakes images that use docker, we should add the ability to generate images that use containerd instead.