fixed typos

This commit is contained in:
savagebidoof 2023-07-27 16:24:27 +02:00
parent caa9e0b331
commit eb11ee49d5

View File

@ -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