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?**: FEATURE REQUEST **What happened**: Currently, as part of upgrades, the EC2 instances are tagged as `in-progress` and `complete` to enable idempotent behavior....

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: Currently, the output of `kubectl get ru` is this: ``` NAME STATUS TOTALNODES NODESPROCESSED rolling-upgrade-nodes-20200616230859 completed 3 3...

good first issue

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE **What happened**: ``` Spec: Asg Name: XXXXXXXXX Node Interval Seconds: 300 Post Drain: Post Drain Delay Seconds: 90 Post Terminate: Pre...

Currently `eager` mode uses two methods which makes RollingUpgrades safer. `WaitForDesiredInstances` - waits for all the instances in ASG that are desired, to be in service `WaitForDesiredNodes` - waits for...

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: Upgrade-manager currently only checks whether an Instance's launchconfig or launch template matches with the one in the ASG....

**Is this a BUG REPORT or FEATURE REQUEST?**: FEATURE REQUEST **What happened**: When rolling-upgrade actually happens, each node has several steps that are performed on it. There is preDrain script,...

hacktoberfest

Currently, UniformAcrossAZ update strategy doesn't consider the in-progress instances. Because of this, we might end up cordoning more number of instances than the `rollup.maxUnavailable`.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.19.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.0 What's Changed The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for...

dependencies
go

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.48.16 to 1.50.30. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.50.30 (2024-03-01) Service Client Updates service/accessanalyzer: Updates service documentation service/autoscaling: Updates service documentation With this release, Amazon...

dependencies
go

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @​KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...

dependencies
github_actions