Alberto García Lamela
Alberto García Lamela
**What steps did you take and what happened:** In a MachineDeployment: In the predicates we check cluster.Spec.Paused or the MachineDeployment has the annotation. We ignore MachineDeployment.Spec.Paused https://github.com/kubernetes-sigs/cluster-api/blob/main/internal/controllers/machinedeployment/machinedeployment_controller.go#L75-L97. Then in the...
**What this PR does / why we need it**: There's a UX lack to signal permanent machine failures in MachineSet and MachineDeployments. This PR solves that by bubbling up permanent...
**What type of PR is this?** /kind bug /kind api-change **What this PR does / why we need it**: During a successful deletion operation conditions that summarise readiness must be...
/kind feature **Describe the solution you'd like** Ability to specify Network Interface Instance Type "efa" so users can choose AWS Elastic Fabric Adapter for their workloads. **Anything else you would...
GPU support
/kind feature **Describe the solution you'd like** As a user I'd like to declarative define which GPU I want for my instances **Anything else you would like to add:** https://cloud.google.com/compute/docs/gpus/add-gpus#create-gpu-instance-api...
CreateOrPatch supports the status sub-resource whereas CreateOrUpdate does not. I'd expect both to support status unless there's a reason to not?
Adding a validation marker for Marker for x-kubernetes-immutable and x-kubernetes-immutable-keys, and a test case for it to the crd integration test. `+immutable` `+immutable=keys` KEP: https://github.com/kubernetes/enhancements/pull/1265 WIP PR: https://github.com/kubernetes/kubernetes/pull/83743
At the moment environments can't be deleted. Should support CRUD
At the moment it assumes terraform is installed on the host machine, we should handle this dynamically while allowing to choose different terraform versions per environment
Should be able to import a external state file into a given environment