Alex Price
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...
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...
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...
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...
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...
**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...
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**...
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...
/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`...