Merged
Conversation
Contributor
|
Claude finished @canercidam's task in 1m 49s —— View job Review of PR #404: Generate k8s manifests for recipes
SummaryThis PR adds k8s manifest generation by shelling out to Bugs:
Design issues:
Suggestion:
|
Contributor
|
Claude finished @canercidam's task in 1m 54s —— View job Review of PR #404 (updated — commit 35e36b0)
SummaryThe new commit ( Remaining issues:
The |
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.
builder-playground dirwhich can be used likecd $(builder-playground dir)/k8sto navigate to the k8s files of the latest run--k8sflag forstart. Usage:go install .or dogo build .and use local binarykomposeCLIbuilder-playground start l1 --dry-run --k8scd $(builder-playground dir)/k8s./minikube-mount.shminikube startif you haven't started yet and dokubectl apply -f .minikube dashboardkubectl port-forward service/el 8545:8545builder-playground testto verify that the deployed stack can build a new block with a new txI tested this with the
opstackrecipe. It doesn't work yet but we're close.The outputted files are useful for kickstarting a k8s setup and iterating from there. Playground doesn't deploy to k8s yet.