Add links to new EKS and theoretical max TPS docs - #183
Merged
Merged
Conversation
This change adds links in our docs that point to the new docs added in stellar#182.
marta-lokhova
approved these changes
Jul 19, 2024
Jonathan-Eid
added a commit
to Jonathan-Eid/supercluster
that referenced
this pull request
Aug 11, 2026
Runs name this image by a mutable tag -- the mission passes --job-monitor-image-pc-v2 stellajuna/ssc-jm:latest -- and IfNotPresent pinned each node to whatever it had cached the first time it saw that tag. Worker nodes churn under Karpenter and would repull regardless, but the monitor carries no tolerations and lands on the long-lived default pool, where the layer persists indefinitely. Run stellar#183 shipped a 0-byte job_monitor.log and a populated http_server log from an image whose fix for precisely that had been pushed hours before. The registry tag was correct throughout; verified by pulling latest fresh, which carries the logging fix, REQUIRE_NODE_LABELS, the pooled+profiled ephemeral change and the /start pool-map guard. Kubernetes defaults :latest to Always for this reason and the explicit IfNotPresent was overriding it. One extra pull per run for one pod, and a registry outage now fails the run at start rather than quietly running something stale.
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.
This change adds links in our docs that point to the new docs added in #182.