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

Move from container to job for cache bust #111

Merged
merged 2 commits into from
Apr 27, 2023
Merged

Conversation

adamrdrew
Copy link
Collaborator

More drama on the road to cache busting. We started with initContainer and didn't like it because the cache busted too long before app starting. Then we moved to another container in the pod, but we didn't like that because a container has to be long running and has to just loop forever, which is wasteful and confusing - as well as exposing the entire deployment to risk of failure for a bogus reason. So, this refactors AGAIN on a job.

@adamrdrew
Copy link
Collaborator Author

--- PASS: kuttl (421.10s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/basic-frontend (18.09s)
        --- PASS: kuttl/harness/networking (18.55s)
        --- PASS: kuttl/harness/whitelist (17.97s)
        --- PASS: kuttl/harness/storage (17.80s)
        --- PASS: kuttl/harness/ssl (134.10s)
        --- PASS: kuttl/harness/frontend-paths (17.83s)
        --- PASS: kuttl/harness/generate-nav-json (18.01s)
        --- PASS: kuttl/harness/bundles (19.92s)
        --- PASS: kuttl/harness/cachebust (153.71s)

@psav psav merged commit eda63de into main Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants