-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Updated features list based on 0.8 release #1462
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jasmine-jaksic Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Deploy preview for preliminary-istio failed. Built with commit 4f5f3f2 https://app.netlify.com/sites/preliminary-istio/deploys/5b1988561f12b77e249569e4 |
content/about/feature-stages.md
Outdated
| [Multicluster Mesh](/docs/setup/kubernetes/multicluster-install/) | Alpha | ||
| Custom Envoy Filters | Alpha |
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.
This was removed. New API design is here istio/api#447, web hooks are gone in 0.8.
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.
Removed..thanks for review/feedback
content/about/feature-stages.md
Outdated
|
||
### Core | ||
|
||
| Feature | Phase | ||
|-------------------|------------------- | ||
| [Kubernetes: Envoy Installation and Traffic Interception](/docs/setup/kubernetes/) | Beta | ||
| [Kubernetes: Istio Control Plane Installation](/docs/setup/kubernetes/) | Beta | ||
| [Kubernetes: Istio Control Plane Installation](/docs/setup/kubernetes/) | Alpha | ||
| [Kubernetes: Istio Control Plane Upgrade](/docs/setup/kubernetes/) | Beta |
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.
Why is upgrade beta but installation alpha? Seems like installation should be beta then?
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.
You are right, changed installation to beta
content/about/feature-stages.md
Outdated
@@ -35,22 +35,26 @@ Below is our list of existing features and their current phases. This informatio | |||
| [Protocols: TCP](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/tcp_proxy) | Alpha | |||
| [Protocols: WebSocket](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/websocket) | Alpha |
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.
This doesn't exist/work anymore in 0.8 alpha3, change it to Not Started maybe?
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.
Removed for now..will include after TCP and Websocket are fixed
content/about/feature-stages.md
Outdated
| [Mirroring](https://istio.io/docs/tasks/traffic-management/mirroring/) | Alpha | ||
| [Ingress Traffic](https://istio.io/docs/tasks/traffic-management/ingress/) | Alpha | ||
| [Egress Traffic](https://istio.io/docs/tasks/traffic-management/egress/) | Alpha | ||
| [Egress TCP Traffic](https://istio.io/docs/tasks/traffic-management/egress-tcp/) | Alpha |
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.
Please remove all https://istio.io from this page. References to pages within the site just start with /
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.
Updated the links
Additional changes based on comments from reviewers
(cherry picked from commit bf6ebdf)
(cherry picked from commit bf6ebdf)
Updated features page on istio.io to reflect some additional changes from 0.8 release