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
The capact install is used both for install and update. Unfortunately, resources created during the capact install are not updated. I detected that after updating cluster with the change introduce in this PR: #573. After executing capact install, cluster was not able to process Action CR.
Expected behavior
When CRD is updated, the capact install ensures that the new version is available on server side.
Actual behavior
Resources are not updated.
Steps to reproduce
Install Capact via capact install (you can use make dev-cluster) from commit: 9aa6179.
Then checkout to 67e2484 and execute capact install (you can use make dev-cluster-update) once again.
See that the CRD was not updated. As a result, the engine cannot render any new Action CR.
The text was updated successfully, but these errors were encountered:
Description
The
capact install
is used both for install and update. Unfortunately, resources created during thecapact install
are not updated. I detected that after updating cluster with the change introduce in this PR: #573. After executingcapact install
, cluster was not able to process Action CR.Expected behavior
When CRD is updated, the
capact install
ensures that the new version is available on server side.Actual behavior
Resources are not updated.
Steps to reproduce
capact install
(you can usemake dev-cluster
) from commit: 9aa6179.capact install
(you can usemake dev-cluster-update
) once again.The text was updated successfully, but these errors were encountered: