Open fmoral2 opened 1 year ago
Complexity label:
1 generally easier - should take no more than 1 work day
2 middle - term should take no more than 3 work days
3 complex - should take ~ 5 work days
4 jedi - should take ~ 10 work days
Label : 2
Related to epic #799
go test -timeout=45m -v -tags=versionbump ./entrypoint/versionbump/... \ -cmdNode "/var/lib/rancher/k3s/data/*/bin/flannel" -expectedValueNode "v0.22.0" \ -expectedValueUpgradedNode "v0.22.0" \ -cmdHost "kubectl get nodes" -expectedValueHost "Ready" \ -expectedValueUpgradedHost "Ready" \ -installVersionOrCommit INSTALL_K3S_COMMIT=474498c527afd5e2e3e8e690a73d71d350a57138 \ -testCase "" \ -deployWorkload false
make test-version-local-path VALUENODE="v1.25.2+k3s1" VALUENODEUPGRADED="v1.26.4+k3s1" VALUEHOST="v0.0.21" VALUEHOSTUPGRADED="v0.0.24" INSTALLTYPE=INSTALL_K3S_VERSION=1.26.4+k3s1
Have a way to not need to create those commands, instead of we can just interact in a friendly way with a script that can ask us what u need to run , how , when and etc...
Create a separate file for the docker run command also .