Raise the netclab-chart floor to 0.5.11 - #25
Merged
Conversation
Below it cEOS RESTCONF did not survive a container restart, so a lab left running overnight came back with nothing on 6020. Cause and fix are in netclab-chart#18. Verified on kind-xp3: both devices cold-booted from the published 0.5.11, RESTCONF on 6020, a real request between them returning HTTP 200. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
mbakalarski
added a commit
that referenced
this pull request
Jul 31, 2026
The floor bump in #25 left the closing hint telling the user to watch `get jobs -w`. netclab-chart 0.5.11 deletes the certificate Job, so that watch now shows an empty list forever and the lab looks stuck when it is fine. There is no readiness object to replace it with: a cEOS pod reports Running well before EOS has finished booting, and nothing else is created on its behalf. So the hint asks the device instead, which is the only honest signal. Checked against the running lab. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
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.
Below
0.5.11cEOS RESTCONF did not survive a container restart, so a lab left running overnight came back with nothing listening on 6020 and every restconf scenario failed to connect. Cause and fix: netclab/netclab-chart#18.Verified on
kind-xp3: both devices cold-booted from the published0.5.11with no certificate Job in the cluster,show management api restconfreporting the server running on 6020, and a real request between the devices returningHTTP 200.🤖 Generated with Claude Code