upgrade-manager icon indicating copy to clipboard operation
upgrade-manager copied to clipboard

Reliable, extensible rolling-upgrades of Autoscaling groups in Kubernetes

Results 57 upgrade-manager issues
Sort by recently updated
recently updated
newest added

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report **What happened**: https://raw.githubusercontent.com/keikoproj/upgrade-manager/master/deploy/rolling-upgrade-controller-deploy.yaml was deleted as part of https://github.com/keikoproj/upgrade-manager/commit/167e10b590bd6cb71c513badd2283b7319e7d369 and a replacement manifest has not been provided, nor the readme...

https://github.com/keikoproj/upgrade-manager/blob/8e0f67db323ec5b7bea0fd4d9f96d23f499e7e66/controllers/upgrade.go#L398 ``` totalNodes = len(scalingGroup.Instances) targets = make([]*autoscaling.Instance, 0) ) unavailableInt := CalculateMaxUnavailable(batchSize, totalNodes) ``` If upgrade-manager crashes in between and picks up an existing rolling upgrade CR, there could...

bug

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug **What happened**: A `RollingUpgrade` created after a modification to launch templates via instance-manager did not detect any nodes that need to...

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report **What happened**: 1. Create RollingDeployment 2. Wait for it to complete (success or failure) 3. RollingDeployment.conditions is not set 4....

bug

Signed-off-by: Jonah Back

Is this a BUG REPORT or FEATURE REQUEST?: FEATURE What happened: upgrade dependencies: Upgrade to Go 1.7+ Upgrade Kubernetes APIs (apimachinery, api, etc.) to 1.21 Upgrade Argo to [v3.2.6](https://github.com/argoproj/argo-workflows/releases/tag/v3.2.6) What...

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug report **What happened**: something very similar to #225 During a change to an instanceGroup, a RollingUpgrade is created. The RollingUpgrade correctly...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG **What happened**: ``` rest_client_request_latency_seconds_sum{app="rolling-upgrade-controller", container="main", endpoint="iks-metric", instance="10.235.26.7:8080", job="upgrade-manager-metrics", namespace="addon-upgrademgr-ns", pod="rolling-upgrade-controller-5bb484bc58-hknvs", pod_template_hash="5bb484bc58", service="upgrade-manager-metrics", url="https://172.20.0.1:443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D", verb="GET"} | 0.026166687 -- | -- rest_client_request_latency_seconds_sum{app="rolling-upgrade-controller", container="main",...