-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add instructions to Easegress #478
Add instructions to Easegress #478
Conversation
stacks/easegress/README.md
Outdated
First, attach in a shell session to the Easegress pod: | ||
|
||
```console | ||
k -n easegress exec -ti easegress-0 /bin/sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be kubectl -n easegress exec -ti easegress-0 /bin/sh
?
stacks/easegress/README.md
Outdated
export NODE_IP=$(kubectl get nodes --namespace easegress -o jsonpath="{.items[0].status.addresses[0].address}") | ||
echo http://$NODE_IP:$NODE_PORT | ||
|
||
http://10.108.162.15:30780 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this been tested with DOKS? Is the service accessible with the NODE_IP or does it require a LoadBalancer as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be approved after Easegress team addresses Sannan's feedback above.
I’m sorry, I didn’t receive the github notification. I will make the necessary changes as soon as possible. @bikram20 thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
👋 @LokiWager |
BACKGROUND
Add Easegress to marketplace #477
Add instructions to Easegress.
Changes
stacks/easegress/README.md
stacks/easegress/imgs/architecture.png
stacks/easegress/values.yml
Checklist
Reviewer: @marketplace-eng