From fdf0b8e9cd66292fb39d53f19e3640774f0d5a6a Mon Sep 17 00:00:00 2001 From: Eitan Suez Date: Mon, 8 Apr 2024 15:45:04 -0500 Subject: [PATCH] revises instructions to render yaml in yaml format, removing the kubectl apply -f - < --- site/content/en/latest/install/custom-cert.md | 22 ++- .../tasks/operations/customize-envoyproxy.md | 65 ++++---- .../tasks/operations/deployment-mode.md | 27 ++-- .../tasks/security/private-key-provider.md | 86 +++++------ .../latest/tasks/security/secure-gateways.md | 14 +- .../latest/tasks/traffic/connection-limit.md | 7 +- .../en/latest/tasks/traffic/http-redirect.md | 27 ++-- site/content/en/latest/tasks/traffic/http3.md | 7 +- .../user/extensibility/envoy-patch-policy.md | 28 ++-- .../en/v1.0.1/user/security/backend-tls.md | 14 +- .../en/v1.0.1/user/security/basic-auth.md | 7 +- site/content/en/v1.0.1/user/security/cors.md | 7 +- .../en/v1.0.1/user/security/ext-auth.md | 35 +++-- .../en/v1.0.1/user/security/mutual-tls.md | 7 +- site/content/en/v1.0.1/user/security/oidc.md | 14 +- .../en/v1.0.1/user/traffic/circuit-breaker.md | 7 +- .../user/traffic/client-traffic-policy.md | 28 ++-- .../en/v1.0.1/user/traffic/fault-injection.md | 15 +- .../v1.0.1/user/traffic/global-rate-limit.md | 78 +++++----- .../en/v1.0.1/user/traffic/grpc-routing.md | 12 +- .../user/traffic/http-request-headers.md | 28 ++-- .../user/traffic/http-request-mirroring.md | 23 ++- .../user/traffic/http-response-headers.md | 28 ++-- .../en/v1.0.1/user/traffic/http-routing.md | 7 +- .../en/v1.0.1/user/traffic/http-timeouts.md | 14 +- .../user/traffic/http-traffic-splitting.md | 34 +++-- .../en/v1.0.1/user/traffic/http-urlrewrite.md | 21 +-- .../v1.0.1/user/traffic/local-rate-limit.md | 28 ++-- site/content/en/v1.0.1/user/traffic/retry.md | 7 +- .../traffic/routing-outside-kubernetes.md | 143 +++++++++--------- .../en/v1.0.1/user/traffic/tcp-routing.md | 21 ++- .../en/v1.0.1/user/traffic/udp-routing.md | 5 +- 32 files changed, 448 insertions(+), 418 deletions(-) diff --git a/site/content/en/latest/install/custom-cert.md b/site/content/en/latest/install/custom-cert.md index dd059c03520..91dd91b2298 100644 --- a/site/content/en/latest/install/custom-cert.md +++ b/site/content/en/latest/install/custom-cert.md @@ -17,8 +17,8 @@ We use Cert-Manager to manage the certificates. You can install it by following *You should not use the self-signed issuer in production, you should use a real CA issuer.* - ```shell - cat < Envoy Gateway has provided two initial `env` `ENVOY_GATEWAY_NAMESPACE` and `ENVOY_POD_NAME` for envoyproxy container. @@ -166,8 +162,8 @@ After applying the config, you can get the envoyproxy deployment, and see resour You can customize the EnvoyProxy Deployment Volumes or VolumeMounts via EnvoyProxy Config like: -```shell -cat <