Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed May 16, 2024
1 parent cc5b73d commit 06ebf70
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/guide/loadbalancer-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ containers:
### 创建 NetworkAttachmentDefinition CRD 资源
参考以下 yaml,创建 `net-attach-def`资源::
参考以下 yaml,创建 `net-attach-def` 资源:

```yaml
apiVersion: "k8s.cni.cncf.io/v1"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/releasing.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Currently, the main tasks for Minor branches still need to be completed manually
1. Manually merge the GitHub action generated Release Note PR
8. Modify the GitHub Release information (manual)
1. Edit the newly created Release on the GitHub Release page, change the title to the corresponding version number (e.g., `v1.13.0`), and copy the Release Note generated in the previous step into the Release details
9. Update the `VERSION` file in the release branch to the next Patch version, e.g., `v1.13.1`
9. Update the `VERSION` file in the release branch to the next Patch version, e.g., `v1.13.1`
2 changes: 1 addition & 1 deletion docs/reference/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Minor 版以主干分支是否有重大新功或重大的架构调整完成为
1. 手动 Merge github action 生成的 Release Note PR
8. 修改 Github Release 信息(手动)
1. 在 Github Release 页面编辑新生成的 Release,将标题修改为对应版本号(例如 `v1.13.0`),并复制上一步生成的 Release Note 到 Release 详情
9. 修改发版分支的 `VERSION` 文件版本信息为下一个 Patch 版本,例如 `v1.13.1`
9. 修改发版分支的 `VERSION` 文件版本信息为下一个 Patch 版本,例如 `v1.13.1`
16 changes: 8 additions & 8 deletions docs/reference/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ This document defines high level goals for Kube-OVN project. We welcome communit

Kube-OVN currently supports two network modes, Overlay and Underlay. We hope to improve the stability, performance, and compatibility with the ecosystem of these two network modes in Kubernetes.

- Improved Datapath network performance
- Keeping up with the latest network API features in the community
- Enhanced network monitoring and visualization capabilities
- Addition of automated test cases for various scenarios
- Improved Datapath network performance
- Keeping up with the latest network API features in the community
- Enhanced network monitoring and visualization capabilities
- Addition of automated test cases for various scenarios

## VPC Network

VPC network is a key feature of Kube-OVN, many functions have been used in production environment, and we hope to increase the maturity of these functions and improve the user experiences.

- Standardize multiple gateway solutions and provide the best egress practice
- Provide more VPC internal basic network capabilities and solutions, such as DNS, DHCP, LoadBalancer, etc.
- Simplify VPC operation complexity and provide a more comprehensive CLI
- Supplement automated test cases for various scenarios
- Standardize multiple gateway solutions and provide the best egress practice
- Provide more VPC internal basic network capabilities and solutions, such as DNS, DHCP, LoadBalancer, etc.
- Simplify VPC operation complexity and provide a more comprehensive CLI
- Supplement automated test cases for various scenarios

## User Experience

Expand Down
2 changes: 1 addition & 1 deletion overrides/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
[:material-slack: Slack](https://communityinviter.com/apps/kube-ovn/kube-ovn/){: target="_blank" .md-button }
[:material-twitter: Twitter](https://twitter.com/KubeOvn){: target="_blank" .md-button }
[:material-email: Support](https://jinshuju.net/f/fdJRKE){: target="_blank" .md-button }
[:simple-gotomeeting: Meeting](https://docs.google.com/document/d/1OPFC3s0rVxGkLR5GaUayNC6Nx9lwvjapg_hQl4MWt3E/edit#heading=h.1e73t98gdg9l){: target="_blank" .md-button }
[:simple-gotomeeting: Meeting](https://docs.google.com/document/d/1OPFC3s0rVxGkLR5GaUayNC6Nx9lwvjapg_hQl4MWt3E/edit#heading=h.1e73t98gdg9l){: target="_blank" .md-button }

0 comments on commit 06ebf70

Please sign in to comment.