-
Notifications
You must be signed in to change notification settings - Fork 73
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
move quickstart to separate page and add kmesh l7 content #270
Conversation
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
@YaoZengzeng: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
- 支持内核增强的OS版本: | ||
|
||
当前[openEuler 23.03](https://repo.openeuler.org/openEuler-23.03/)原生支持Kmesh所需的内核增强特性。Kmesh发布的镜像可以直接在该OS上安装运行。对于详细的支持内核增强的OS版本列表,请参见[链接](https://github.com/kmesh-net/kmesh/blob/main/docs/kmesh_support.md)。 |
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.
当前[openEuler 23.03](https://repo.openeuler.org/openEuler-23.03/)原生支持Kmesh所需的内核增强特性。Kmesh发布的镜像可以直接在该OS上安装运行。对于详细的支持内核增强的OS版本列表,请参见[链接](https://github.com/kmesh-net/kmesh/blob/main/docs/kmesh_support.md)。 | |
当前[openEuler 23.03](https://repo.openeuler.org/openEuler-23.03/)原生支持Kmesh所需的内核增强特性。Kmesh发布的镜像可以直接在该OS上安装运行。对于详细的支持内核增强的OS版本列表,请参见[链接](./kmesh_support-zh.md)。 |
``` | ||
|
||
Add annotation "sidecar.istio.io/proxyImage: ghcr.io/kmesh-net/waypoint-{arch}:v0.3.0" to the `default` gateway, convert `{arch}` to the architecture of the host, current optional values are `x86` and `arm`. Then gateway pod will restart. Now kmesh is L7 enabled! | ||
Get started quickly, try building, deploying and experiencing the core features of Kmesh, please refer to [Quick Start](docs/kmesh_quickstart.md) |
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.
Refer to
Get started quickly, try building, deploying and experiencing the core features of Kmesh, please refer to [Quick Start](docs/kmesh_quickstart.md) | |
Please refer to [Quick Start](docs/kmesh_quickstart.md) |
``` | ||
|
||
在`default` gateway的annotations当中添加`sidecar.istio.io/proxyImage: ghcr.io/kmesh-net/waypoint-{arch}:v0.3.0`,将`{arch}`转换为所在宿主机的架构,当前可选的取值为`x86`和`arm`。在gateway pod重启之后,kmesh就具备L7能力了! | ||
快速入门,尝试构建、部署和体验Kmesh的核心功能,具体请参考[快速入门](./docs/kmesh_quickstart-zh.md); |
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.
快速入门,尝试构建、部署和体验Kmesh的核心功能,具体请参考[快速入门](./docs/kmesh_quickstart-zh.md); | |
请参考[快速入门](./docs/kmesh_quickstart-zh.md)文档; |
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.
Pls check whether needs to be updated after #327 merged.
This should be moved to kmesh-net/website now |
Already move to kmesh-net/website, closed |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes part of #135
Special notes for your reviewer:
Does this PR introduce a user-facing change?: