osdc/hf-cache: enable on staging clusters#825
Merged
Conversation
This was referenced Jun 24, 2026
tofu plan — arc-cbr-production✅ Plan succeeded · commit Plan output |
tofu plan — arc-cbr-production-uw1❌ Plan failed · commit Plan output |
tofu plan — meta-prod-aws-ue1✅ Plan succeeded · commit Plan output |
tofu plan — lf-prod-aws-ue1✅ Plan succeeded · commit Plan output |
tofu plan — lf-prod-aws-ue2✅ Plan succeeded · commit Plan output |
huydhn
added a commit
that referenced
this pull request
Jun 24, 2026
Add hf-cache to the modules list for meta-staging-aws-uw1 and meta-staging-aws-ue1 (after arc-runners) so it actually deploys there: the per-cluster bucket + IRSA, the read-only rclone mount DaemonSet, and the BEGIN_HF_CACHE block in the runner job-pod template. Prod and lf-* clusters are untouched. Deploy: just deploy-module <staging> hf-cache && ... arc-runners. ghstack-source-id: ceced5c Pull-Request: #825
huydhn
added a commit
that referenced
this pull request
Jun 24, 2026
Add hf-cache to the modules list for meta-staging-aws-uw1 and meta-staging-aws-ue1 (after arc-runners) so it actually deploys there: the per-cluster bucket + IRSA, the read-only rclone mount DaemonSet, and the BEGIN_HF_CACHE block in the runner job-pod template. Prod and lf-* clusters are untouched. Deploy: just deploy-module <staging> hf-cache && ... arc-runners. ghstack-source-id: 3c3b97b Pull-Request: #825
tofu plan — meta-prod-aws-ue2✅ Plan succeeded · commit Plan output |
tofu plan — meta-prod-aws-uw1✅ Plan succeeded · commit Plan output |
jeanschmidt
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Add hf-cache to the modules list for meta-staging-aws-uw1, meta-staging-aws-ue1,
and meta-staging-aws-ue2 so it actually deploys there: the per-cluster bucket +
IRSA, the read-only rclone mount DaemonSet, and the BEGIN_HF_CACHE block in the
runner job-pod template. Prod and lf-* clusters are untouched.
Ordered before nodepools (and arc-runners): nodepools emits the
node-init.osdc.io/hf-cache startup taint (gated on this module), and modules
deploy in list order (justfile
deployloops the modules list). hf-cache mustdeploy first so its taint-remover is in place before any node is provisioned
with that taint — otherwise a node would be tainted with nothing to clear it.
Deploy: just deploy-module hf-cache && ... arc-runners.