From eb11ee49d508d10f08b1db2f411139d7cfa2af6a Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Thu, 27 Jul 2023 16:24:27 +0200 Subject: [PATCH] fixed typos --- Migrations/Forget_Traefik_2023/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Migrations/Forget_Traefik_2023/README.md b/Migrations/Forget_Traefik_2023/README.md index 5c3259a..e4cca22 100644 --- a/Migrations/Forget_Traefik_2023/README.md +++ b/Migrations/Forget_Traefik_2023/README.md @@ -142,12 +142,12 @@ Current Issue? For X and y, I need to wait for a while for the DNS provider to r - [x] Deploy an Ingress LB for local thingies. > **Note:**\ -> https://istio.io/latest/docs/tasks/traffic-management/egress/ \ -> https://istio.io/latest/docs/tasks/traffic-management/egress/egress-kubernetes-services/ \ -> https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/ \ -> https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig \ -> https://istio.io/latest/docs/setup/additional-setup/config-profiles/ \ -> https://istio.io/latest/docs/setup/additional-setup/customize-installation/ +> - https://istio.io/latest/docs/tasks/traffic-management/egress/ +> - https://istio.io/latest/docs/tasks/traffic-management/egress/egress-kubernetes-services/ +> - https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/ +> - https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig +> - https://istio.io/latest/docs/setup/additional-setup/config-profiles/ +> - https://istio.io/latest/docs/setup/additional-setup/customize-installation/ ### Part 3 @@ -191,7 +191,7 @@ Current Issue? For X and y, I need to wait for a while for the DNS provider to r > **Notes**:\ > Since the `VirtualService` files from Part -> **Additional Notes**:\ +> **Additional Notes**: > - https://www.reddit.com/r/selfhosted/comments/owplv5/any_self_hosted_certificate_authority/ > - https://github.com/minio/certgen > - https://github.com/rabbitmq/tls-gen @@ -223,9 +223,9 @@ Current Issue? For X and y, I need to wait for a while for the DNS provider to r > **Note**:\ > I can make a new cluster on the Pi4, and remove the taint that prevents from scheduling pods on that node. Deploy everything inside (a well a LB with the same exact IP than the current one, and proceed to stop the Orange PI 5), then "reformat" the OPi5s with a new distro, install stuff etc., and join them to the cluster running on the Pi4. -> **Notes:**\ -> https://istio.io/latest/docs/setup/platform-setup/prerequisites/ \ -> https://istio.io/latest/docs/ops/deployment/requirements/ +> **Notes:** +> - https://istio.io/latest/docs/setup/platform-setup/prerequisites/ +> - https://istio.io/latest/docs/ops/deployment/requirements/ ### Part 7