Skip to content
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

docs: add guide for local development & add label spec #719

Merged
merged 2 commits into from
Jul 13, 2022

Conversation

seeflood
Copy link
Member

@seeflood seeflood commented Jul 13, 2022

Signed-off-by: seeflood [email protected]

What this PR does:
add docs including:

  • guide for local development

see #713 (comment)

Which issue(s) this PR fixes:

Fixes #653

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Signed-off-by: seeflood <[email protected]>
@seeflood seeflood changed the title docs: add guide for local development docs: add guide for local development & add label spec Jul 13, 2022
@seeflood seeflood merged commit 0bdf257 into mosn:main Jul 13, 2022
@seeflood seeflood deleted the local_dev branch July 13, 2022 05:48
- 本地用 docker 启动一个 Layotto sidecar, 或者 docker-compose启动 Layotto 其他存储系统(比如 Redis)
- 公司提供远端 Layotto sidecar

比如在远端测试环境,自己拉起一个 Pod,在里面跑 Layotto sidecar。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是否可以补充一下本地如何连接远端pod:

  1. 如果您能以ip直接访问远端测试环境pod:
    1. 可以把 Layotto ip 修改为上述 Pod ip,本地ip直连pod
  2. 如果不能以ip直接访问远端测试环境pod:
    1. 可以将该pod的service类型,设置为NodePort或者LoadBalancer,本地直连pod
    2. 可以将该pod注册到gateway,本地直连gateway

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好呀
这个已经 merge了,你方便提个 pr 改下么~

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proposal: 一种更简单的管理“新手任务”的方法
4 participants