-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README and solo node start
to provide commands to setup kubectl port forward for network nodes
#516
Comments
Need more elaboration on this, is ths about to adding new flags to enable port forwarding for |
Just write up the kubectl commands that they can execute that will setup the port forwards and add them into a section of the README.md. I think that something like that got dumped to sysout in some of our dev scripts in the FST helm chart tests. Yes, I think point them at the haproxy service, as that is what we connect to to build our SDK connections as well. |
This is from our FST deployment notes.txt:
So, something like this, except use our haproxy grpc port. test the commands to make sure they are good, then add them to a section in the README.md to help those less familiar with Kubernetes and kubectl expose the ports locally so they can use their network nodes to run tests against. The envoy-gateway is gone, so ignore that. this is just an example. |
🎉 This issue has been resolved in version 0.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
requested by Simi for uses to be able to leverage to setup a connection against the network.
The text was updated successfully, but these errors were encountered: