Nuru
Nuru
``` $ aws ssm get-parameter --name /aws/service/bottlerocket/aws-k8s-1.29/x86_64/latest/image_id { "Parameter": { "Name": "/aws/service/bottlerocket/aws-k8s-1.29/x86_64/latest/image_id", "Type": "String", "Value": "ami-062fa347e1a1f9fca", "Version": 9, "LastModifiedDate": "2024-06-06T19:38:22.153000+00:00", "ARN": "arn:aws:ssm:us-east-1::parameter/aws/service/bottlerocket/aws-k8s-1.29/x86_64/latest/image_id", "DataType": "text" } } $ chamber read aws/service/bottlerocket/aws-k8s-1.29/x86_64/latest...
In many places, particularly logging output captured by Datadog, I have access to a Run ID, but not the stack name. In general (maybe in all cases), `spacectl` and the...
**What would you like to be added**: I would like some way to ensure that in the log viewing window/tab, the search controls remain visible. Probably by abbreviating the other...
This feature has been requested and attempted a few times, but keeps losing steam. - Support per-ingress http2 setting through annotation #2189 - Add http2-host-blacklist config flag #2482 - Annotation...
Update documentation to reflect that DefaultStorageClass has been enabled by default for a long time
I believe [this page](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) in particular needs significant changes with respect to the `DefaultStorageClass` admission controller. In particular, it is now enabled by default in all currently supported versions of...
## what - [eks/spacelift-worker-pool] Initial commit - [eks/spacelift-worker-pool-controller] Initial commit ## why - Support deployment of the [Kubernetes Operator](https://docs.spacelift.io/concepts/worker-pools/kubernetes-workers) for [Spacelift Worker Pools](https://docs.spacelift.io/concepts/worker-pools#kubernetes) to an EKS cluster
Changing ```terraform output "test" { value = ["first", "second"] } ``` to ```terraform output "test" { value = true ? ["first", "second"] : [] # ["first", "second"] } ``` unexpectedly...
## what - Update Geodesic documentation for version 4 ## why - Existing documentation is out of date and does not reflect current best practices ## references - https://github.com/cloudposse/geodesic/blob/main/ReleaseNotes-v4.md
### Describe the Bug When trying to delete/destroy a permission set, Terraform/Tofu fails with an error like ``` Error: waiting for SSO Permission Set (arn:aws:sso:::permissionSet/ssoins-xxx/ps-xxx) provision: unexpected state 'FAILED', wanted...
### Description The algorithm selecting Spot Instances is not reliably allocating instances which can go for 30 minutes without interruption. This seems to be new behavior to me. Over 5%...