Add an ingress-controller to the stack - #17
Merged
Merged
Conversation
…r helios, and likely a flag to enable/disable this featureset
Added "Add to MetaMask" buttons for both Mainnet and Hoodi RPC endpoints to make it easier for users to configure their wallets.
Add MetaMask integration buttons
When running ./obolup --host after ./obolup without --clean, the existing cluster lacks required port mappings (80/443). Added detection logic that: - Checks if existing cluster has required port mappings for host mode - Shows clear warning message when mappings are missing - Instructs user to run with --clean flag - Prevents execution to avoid confusing errors
Contributor
We'll eventually switch to our own UI hosted in the obol-adk agent |
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.
Tackles [#3].
This PR introduces an ingress-controller to the stack, which allows Obol Apps to speak to the host machine. This allows a host's browser to connect to Obol Apps via the intranet.
ToDo:
--hostor similar. Takes a long time to start up, not everyone might want it.evm/networkbit ideally.--headless?./obolup --hostafter./obolupdoesn't work without--clean, because we've already created a kind cluster without the needed port mappings. Add warning logging requiring a clean and/or auto recreate