Alberto García Lamela

Results 67 issues of 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...

help wanted
kind/bug
priority/important-longterm
kind/cleanup
kind/api-change
triage/accepted

**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...

cncf-cla: yes
lifecycle/stale
size/M
do-not-merge/hold

**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/bug
do-not-merge/hold
cncf-cla: yes
size/XS
lifecycle/stale
kind/api-change
needs-triage
needs-priority

/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...

kind/feature
priority/backlog
lifecycle/rotten
triage/accepted

/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...

kind/feature
lifecycle/frozen

CreateOrPatch supports the status sub-resource whereas CreateOrUpdate does not. I'd expect both to support status unless there's a reason to not?

lifecycle/rotten

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

lifecycle/frozen

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