Alex Price

Results 10 issues of Alex Price

Add a option (in the nodegroup.yaml configuration file) to perform a drain before terminating an instance in a node group. This option should be per node group, as some node...

enhancement
feature

At the moment Escalator supports only one type of mode for the selection of which nodes to terminate - oldest first. This mode just prioritises the oldest nodes in the...

enhancement
feature

At the moment, metrics are global and can be used by just calling `metrics.`. They should ideally be part of the controller package. This will make it easier in the...

enhancement

We need to include the nodeGroupsList in the print column for cyclenoderequest objects. At the moment it is blank when listing cyclenoderequest with kubectl. For example: ``` $ kubectl -n...

bug

We should move the running of the `operator-sdk` commands to inside a container with a versioned image. This provides a handful of benefits: - Doesn't require the developer to install...

enhancement

**Is your feature request related to a problem? Please describe.** We have a number of node groups that receive a small amount of load and not enough to warrant more...

enhancement

We should document the edge case that exists with Escalator in that when there is a consistent amount of base load and Escalator always maintains a certain amount of nodes,...

**Describe the bug** The latest v1.10.0 amd64 image is not usable **To Reproduce** ``` # docker run -it --rm ghcr.io/atlassian-labs/cyclops:v1.10.0 exec /bin/cyclops: no such file or directory ``` **Expected behavior**...

bug

Fixes https://github.com/hashicorp/terraform-provider-google/issues/25142 The GKE Sandbox configuration - https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#sandboxconfig is available in the v1 Kubernetes engine API and hence should be available in the non-beta Terraform provider. **Release Note Template for...

service/container

/kind feature **Describe the solution you'd like** Support [EKS Provisioned Control Plane](https://docs.aws.amazon.com/eks/latest/userguide/eks-provisioned-control-plane.html) [`ControlPlaneScalingConfig`](https://docs.aws.amazon.com/eks/latest/APIReference/API_ControlPlaneScalingConfig.html) supports specifying a `tier` for the EKS control plane - `standard | tier-xl | tier-2xl | tier-4xl`...

kind/feature
needs-triage
needs-priority