You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: client rate limiter Wait returned an error: context deadline exceeded: cannot patch "dynakubes.dynatrace.com" with kind CustomResourceDefinition: CustomResourceDefinition.apiextensions.k8s.io "dynakubes.dynatrace.com" is invalid: status.storedVersions[1]: Invalid value: "v1beta3": must appear in spec.versions
Expected behavior
The upgrade to succeed.
Additional context
Deploying the helm chart to a kubernetes cluster. I can remove DT 1.3.2 completely and install 1.4.0 without any issues, it's purely just upgrading between the versions.
The text was updated successfully, but these errors were encountered:
Version upgrades are tested in our test pipelines. To make sure I also run your commands manually to check if there could be a problem. Both the automated and manual tests worked without a problem.
Sadly I can't investigate your issue further as helm does not provide you with a proper error message. The error you see results from helm trying to rollback from version 1.4.0 to 1.3.2, maybe something slowed down your rollout and helm tried to rollback?
Anyway the error message is expected then, as the storage version changed between the releases and a downgrade from 1.4.0 to 1.3.2 is not supported.
As I can't reproduce your error I will close the issue, but feel free to open it again, in case you can provide more details.
Describe the bug
Unable to helm upgrade dynatrace-operator 1.3.2 > 1.4.0
To Reproduce
Steps to reproduce the behavior:
Then created activegate yaml (produced via DT) and applied it.
Then attempted a helm upgrade to version 1.4.0
Which then produced the following error:
Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: client rate limiter Wait returned an error: context deadline exceeded: cannot patch "dynakubes.dynatrace.com" with kind CustomResourceDefinition: CustomResourceDefinition.apiextensions.k8s.io "dynakubes.dynatrace.com" is invalid: status.storedVersions[1]: Invalid value: "v1beta3": must appear in spec.versions
Expected behavior
The upgrade to succeed.
Additional context
Deploying the helm chart to a kubernetes cluster. I can remove DT 1.3.2 completely and install 1.4.0 without any issues, it's purely just upgrading between the versions.
The text was updated successfully, but these errors were encountered: