Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resources are not update during capact install #577

Closed
mszostok opened this issue Dec 6, 2021 · 0 comments
Closed

Resources are not update during capact install #577

mszostok opened this issue Dec 6, 2021 · 0 comments
Assignees
Labels
area/cli Relates to CLI bug Something isn't working
Milestone

Comments

@mszostok
Copy link
Member

mszostok commented Dec 6, 2021

Description

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

  1. Install Capact via capact install (you can use make dev-cluster) from commit: 9aa6179.
  2. Then checkout to 67e2484 and execute capact install (you can use make dev-cluster-update) once again.
  3. See that the CRD was not updated. As a result, the engine cannot render any new Action CR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Relates to CLI bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant