diff --git a/Istio/00-Troubleshooting/README.md b/Istio/00-Troubleshooting/README.md index 75ab419..fe5d235 100644 --- a/Istio/00-Troubleshooting/README.md +++ b/Istio/00-Troubleshooting/README.md @@ -1,4 +1,8 @@ -IDK put some text in there +--- +gitea: none +include_toc: true +--- + # Istioctl analyze diff --git a/Istio/02-Traffic_management/07-HTTPS-Gateway-Simple-TLS/README.md b/Istio/02-Traffic_management/07-HTTPS-Gateway-Simple-TLS/README.md index e59d76b..fb945c3 100644 --- a/Istio/02-Traffic_management/07-HTTPS-Gateway-Simple-TLS/README.md +++ b/Istio/02-Traffic_management/07-HTTPS-Gateway-Simple-TLS/README.md @@ -1,6 +1,11 @@ +--- +gitea: none +include_toc: true +--- + # Based on -- 01-hello_world_1_service_1_deployment +- [01-hello_world_1_service_1_deployment](../../01-Simple/01-hello_world_1_service_1_deployment) # Description @@ -12,6 +17,8 @@ On this example, we generate a TLS configuration, and afterwards we attach such # Configuration applied +## Gateway + ```yaml apiVersion: networking.istio.io/v1alpha3 kind: Gateway @@ -39,7 +46,7 @@ spec: - The TLS configuration is set to simple, and the credentials (the object that contains the certificates/TLS configuration) is set to `my-tls-cert-secret`. > **Note:**\ -> The credentials resource is created further bellow through the [Walkthrough](#Walkthrough) steps. +> The credentials resource is created further bellow through the [Walkthrough](#walkthrough) steps. > **Note:**\ > For more information regarding the TLS mode configuration, refer to the following [Istio documentation regarding the TLS mode field](https://istio.io/latest/docs/reference/config/networking/gateway/#ServerTLSSettings-TLSmode). diff --git a/Istio/02-Traffic_management/README.md b/Istio/02-Traffic_management/README.md index 002a99d..50b20e1 100644 --- a/Istio/02-Traffic_management/README.md +++ b/Istio/02-Traffic_management/README.md @@ -9,3 +9,4 @@ ALL NEEDS DOCUMENTATION - 05a-FaultInjection-delay - 05b-FaultInjection-abort - 06-mTLS (would need some documentation review, mainly go over the differences respective to the template/prior configuration used) +- 07-HTTPS-Gateway-Simple-TLS <- Doesn't respect the changelog format. \ No newline at end of file