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

Test for clean redeploys with kapp #208

Merged
merged 2 commits into from
Feb 9, 2022

Commits on Feb 4, 2022

  1. Test for clean redeploys with kapp

    A kapp deploy will attempt to make the resources on the api server match
    the resources defined locally. Because the manager will modify the
    resources we create at runtime, we should respect those mutations and
    avoid overwriting them. This is typically done with rebase rules in the
    kapp config resource.
    
    During the acceptance tests, we set the kapp-controller sync period for
    the package to 1 minute. If we see multiple changeset, the config is not
    stable.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ae2e3e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. try a 10s sync period

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    26649a6 View commit details
    Browse the repository at this point in the history