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

有搭建开发环境入门资料吗 #30

Closed
hadoop835 opened this issue Nov 7, 2022 · 6 comments
Closed

有搭建开发环境入门资料吗 #30

hadoop835 opened this issue Nov 7, 2022 · 6 comments

Comments

@hadoop835
Copy link

有搭建开发环境入门资料吗

@johnlanni
Copy link
Collaborator

文档在更新中,这周会搞的差不多,可以先安装试用下:https://higress.io/zh-cn/docs/user/quickstart.html

@Xunzhuo
Copy link
Collaborator

Xunzhuo commented Nov 7, 2022

看了一下项目很多依赖都是用的 submodule 去管理,go mod replace 去引用的。提供了一些 makefile targets 去构建环境。

可以 clone 下来试试 make build @hadoop835

@liweijian
Copy link

文档在更新中,这周会搞的差不多,可以先安装试用下:https://higress.io/zh-cn/docs/user/quickstart.html

可以在文档里面加上 WASM plugin的测试方法吗?

当前 WASM的入门配置似乎有点繁琐:
https://github.com/alibaba/higress/blob/main/plugins/wasm-go/README.md

@johnlanni
Copy link
Collaborator

@liweijian 嗯,这个例子包含了从wasm编译,镜像构建的流程,如果想直接测试可以用这个文档里的yaml:
https://github.com/alibaba/higress/tree/main/plugins

后面我增加下quickstart

@liweijian
Copy link

@johnlanni 我根据快速入门,运行

❯ curl localhost/foo
no healthy upstream%
❯ curl localhost/bar
no healthy upstream%

是某一步漏了吗? macbook M1 pro的

@johnlanni
Copy link
Collaborator

@liweijian 可能是这个 foo 和 bar 的pod镜像没拉下来,你 kubectl get po 看看,后面我搞个国内仓库的镜像

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

No branches or pull requests

4 participants