vflaux
vflaux
### Description Unifies StackManager funcs `DeleteStackBySpec`, `DeleteStackBySpecSync` & `DeleteStackSync` into one `DeleteStack` func (#5451). ```go type DeleteStackOptions struct { Stack *Stack Wait bool ErrCh chan error } // DeleteStack sends...
### What were you trying to accomplish? Create a nodegroup of Bottlerocket instances and get the nodes instance-id easily. ### What happened? Nodes don't have the label `alpha.eksctl.io/instance-id` like AL2/Ubuntu...
**Describe the bug** After a kube context switch the kubectl command hang indefinitely. After a restart of kui commands work as expected. **Steps to reproduce the behavior** 1. Run a...
### What were you trying to accomplish? Delete a cluster which has iam service accounts. `eksctl delete cluster -name my-cluster --wait` ### What happened? I get an error when eksctl...
### Description The `updateStack` function defined in `upgradeUsingStack` takes a `wait` (bool) argument but doesn't use it. Instead It always call `m.stackManager.UpdateNodeGroupStack` with `wait=true`. Then one of the calls to...
**Is your feature request related to a problem?** We would like to use an eks cluster with graviton instances only, but the ack controllers are not available on public.ecr.aws for...
**Is your feature request related to a problem?** Some AWS resources cannot be deleted when they are linked to others (security groups) or when they are protected against deletion (RDS...
For the following struct: ```go type Foo struct { Bar []*string `json:"bar,omitempty"` } ``` applyconfiguration-gen generate the following "With" function: ```go func (b *Foo ) WithBar(values ...*string) *Bar{ for i...
Do not work on custom resources. Error: ``` Error: cannot merge patch object: GVK: cilium.io/v2, Kind=CiliumEndpoint, Name: xxx-controller-5f8d7f5c-szcgp: the server could not find the requested resource (patch ciliumendpoints.cilium.io xxx-controller-5f8d7f5c-szcgp) ```
37MB is wasted here as the `COPY` layer is completely overlayed by the `RUN chmod` one: https://github.com/containerd/nydus-snapshotter/blob/1e7a12e61cae61f5b451aa1c0b8492805c17bfb5/misc/snapshotter/Dockerfile#L25-L26 Should use `COPY --chmod` instead from buildkit. Dive output: ``` Analyzing image... efficiency:...