An error occurred when daemonset modified Scaling and Upgrade Policy
Setup
- Rancher version: v2.7.8
- Rancher UI Extensions:
- Browser type & version: chrome 117.0.5938.149
Describe the bug
An error occurred when daemonset modified Scaling and Upgrade Policy To Reproduce
- Navigate to daemonset and modify Scaling and Upgrade Policy to
On Delete - Save
Result Unable to save with error message:
DaemonSet.apps "demo" is invalid: spec.updateStrategy: Unsupported value: apps.DaemonSetUpdateStrategy{Type:"Delete", RollingUpdate:(*apps.RollingUpdateDaemonSet)(nil)}: supported values: "RollingUpdate", "OnDelete"
Expected Result
Screenshots
Additional context
Based on https://github.com/rancher/dashboard/blob/master/cypress/e2e/blueprints/nav/fake-cluster.ts, if the Daemonsets are browsable, we might be able to test this on an e2e. Possible automation-candidate
@yonasberhe23 @IsaSih @izaac added an e2e test for this issue https://github.com/rancher/dashboard/pull/10872. it's merged
Let's use the current provision capabilities. RKE2 clusters can be provisioned using AWS and Azure using the framework now. Keeping open.
Moving to done. E2E looks good.