Niki
Niki
I agree with @Skarlso that services other than EC2 instances tend to be the costliest and should be accounted for, especially NAT Gateways, which are usually created by default for...
@bigkevmcd I may be wrong but they are the only regions that I could access info for through the API. For example, for `eu-north-1`: ``` aws pricing describe-services --service-code AmazonEC2...
@bigkevmcd ah great, `--filters=Type=TERM_MATCH,Field=regionCode,Value=eu-west-1` provides the per region capability. Thanks for clarifying this 😄
On the one side, there is the ask to avoid the panic in general, which could lead the way to the other ask, which is to be able to support...
Agreed! A note regarding the following, however: > On setups that don't have kernel headers If I understand correctly, in my setup kernel headers were installed but they were a...
Thanks both, I am using self hosted runners with ARC, where the runners run as Pods in the cluster so they are not VMs in this case. I included a...
Sorry, just realised I did not add a link to the setup, here it is: https://gist.github.com/nikimanoledaki/545b215c229ebe4ed6ad1d8c189ecbb9
Given that each self-destructing Pod is created as soon as the previous self-destructing Pod terminates, and given that I start the test as soon the previous test ends, each Pod...
Thank you for this feature request! I'm drafting a couple of thoughts around this and will post soon. :)
UX-wise, this would be possible through `eksctl update nodegroup --config-file`, where we would add support for updating the CF template of `withAddonPolicies`. We need to revisit the CLI UX for...