Frank Budinsky
Frank Budinsky
The current instructions for adding new translations has issues. See https://github.com/istio/istio.io/pull/8205#issuecomment-700266489 for details. Some ideas to address the issues have been discussed: * Make copies of only docs that are...
We should add documentation on how to configure `istioctl` and `kiali` to work with an [external control plane](https://istio.io/latest/docs/setup/install/external-controlplane) setup. For example, several `istioctl` commands won't work with an external control...
For the `/v1/rules?query` (GET and DELETE) rules APIs, the handling of query parameters is inconsistent. If there are multiple id=, multiple tag=, or multiple destination= query parameters, the current API...
The cleanup instructions in various docs are missing. Some docs do complete uninstall, some do partial, and some have no cleanup instructions at all. The ones that have partial or...
Running the full suite of doc tests in presubmit is a waste of time because most PRs are only changing a small number (often just one) doc. In fact, sometimes...
**Please provide a description of this PR:**
**What type of PR is this?** /kind gep **What this PR does / why we need it**: GEP-957 should be moved from experimental to standard channel. Depends on: #2775 **Which...
**What type of PR is this?** /kind test /area conformance **What this PR does / why we need it**: Conformance test needed to promote GEP-957 to standard. Tested and passes...
**What would you like to be added**: GatewayTLSConfig should support 3 variants of Terminate mode: 1. Simple TLS 2. Mutual (mTLS) 3. Mesh (Terminate mTLS managed by a mesh) -...
**What would you like to be added**: A standard API for routing based on matching metadata derived from dynamically evaluated request headers. **Why this is needed**: Users want to be...