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: Error waiting for resource (mynamespace::apps/v1::StatefulSet::mysql-test) to be created: rollout status is only available for RollingUpdate strategy type
Steps to reproduce the issue:
Create and apply statefulset with updateStrategy with type: OnDelete, same for deployment
Expected behavior
Should skip the rollout status if strategy is not RollingUpdate
Additional context
v.0.9.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Error: Error waiting for resource (mynamespace::apps/v1::StatefulSet::mysql-test) to be created: rollout status is only available for RollingUpdate strategy type
Steps to reproduce the issue:
Create and apply statefulset with
updateStrategy
withtype: OnDelete
, same for deploymentExpected behavior
Should skip the rollout status if strategy is not RollingUpdate
Additional context
v.0.9.0
The text was updated successfully, but these errors were encountered: