-
Notifications
You must be signed in to change notification settings - Fork 90
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
Documentation for custom control plane installation is poor #73
Comments
Description: fix issue#61 Signed-off-by: Xinnan Wen <iamwen@google.com>
* Cleanup and unit tests for util package * Review comments
Thanks for this issue. To answer these: How to change Istio ingress gateway controller service type to LoadBalancer is not described How to enable SDS (Secret Discovery Service) not provided No mention of istioctl support How to disable 3Scald not described Can u provide a full options YAML with comments on each option? Thanks for the issue. Overall, I think that we can better clarify when we decide not to support an Istio feature. |
Hey @brian-avery so if you use multiple domain with multiple TLS certs I have to create multiple |
Hi @alexandrsemak We plan to enable SDS by default for Maistra 2.0. |
@brian-avery cool, Do you have ETA when it would be available for openshift-operator ? |
Hi everyone, Secret Discovery Service for Maistra/RHSMOn the topic of Secret Discovery Service SDS, TLS and Service Mesh, I saw that OpenShift 4.6 and the Maistra/Red Hat Service Mesh Operator v2.0 will introduce this feature of managing TLS certificates through SDS instead relying only on Kubernetes Secrets. Sources :
Improving the doc by improving the examples?However, I agree with the title of this issue "Documentation for custom control plane installation is poor". I try to share my personal experience in the following gist an issue while exposing with HTTPS TLS the Bookinfo example: I do not know how to find the recipe to make this working. It might be an issue with pure Istio as well. I look forward to see example with SDS as soon as it is released :-). Here are some other issues related to the Maistra documentation:
|
@nicop311 You can do TLS termination on Route side and after sending request to istio-ingressgeteway :
anyway with SDS make it works especially with multiple TLS much easier |
@alexandrsemak We don't publish specific dates for product releases, however it should be released within the next month or sooner. For 1.1 there are a few possible configurations which can currently be used, you should not need to create multiple control planes
SDS should enable a single ingressgateway to support multiple certificates. |
Closing this as we don't use GitHub issues. If you encounter a bug, please file an issue on our Red Hat JIRA |
Describe the bug
{{ Documentation for custom control plane installation is really poor.
Eg.
How to change Istio ingress gateway controller service type to LoadBalancer is not described
How to enable SDS (Secret Discovery Service) not provided
No mention of istioctl support
How to disable 3Scald not described
Can u provide a full options YAML with comments on each option?
}}
Expected behavior
{{ Less trial and error installation experience }}
Steps to reproduce the bug
{{ Creating a ELB loadbalancer based ingress gateway. Creating SDS based TLS configuration for ingress gateway }}
Version
{{ 4.2.7 OpenShift on AWS IPI, Maistra v 1.0.3 }}
Installation
{{ operator based installation of Redhat OpenShift service mesh control plane }}
Environment
{{ sandbox on AWS? }}
Cluster state
{{ If you're running on Kubernetes, consider following the
instructions
to generate "istio-dump.tar.gz", then attach it here by dragging and dropping
the file onto this issue. }}
The text was updated successfully, but these errors were encountered: