Sometimes, my helm upgrade --install will fail with transport is closing error (timeout), then the release will enter PENDING_UPGRADE status and all subsequent helm upgrade --install will result in: Error: UPGRADE FAILED: "namehere" has no deployed releases if --force is NOT passed Error:...
// Concurrent `helm upgrade`s will either fail here with `errPending` or when creating the release with "already exists". This should act as a pessimistic lock. if lastRelease.Info.Status.IsPending() { return nil, nil, errPending //return nil, nil, errPending } var currentRelease *rele...
Harvester: supportbundle_cloudproviderhub_2024-03-18T06-38-10Z.zip Rancher: rancher-2024-03-18_06_41_29.tar.gz Environment Harvester Version: v1.3.0 Profile: QEMU/KVM, 3 nodes (8C/16G/500G) ui-source: Auto Rancher Version: v2.7.11 -> v2.8.3-rc4 Profile: Helm (1C/4G)albin...