From f2e0be1a0b7dd0c2400b117d7f1b3c3da6b10859 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Fri, 23 Aug 2024 15:51:50 -0700 Subject: [PATCH] address Willie's feedback --- docs/book/src/SUMMARY.md | 4 ++-- docs/book/src/managed/managed.md | 2 +- ...managedcluster-joinVMSS.md => managedcluster-join-vmss.md} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/book/src/managed/{managedcluster-joinVMSS.md => managedcluster-join-vmss.md} (100%) diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md index bf625b5f302c..cea635b41dfb 100644 --- a/docs/book/src/SUMMARY.md +++ b/docs/book/src/SUMMARY.md @@ -15,9 +15,9 @@ - [Adopting Clusters](./managed/adopting-clusters.md) - [ASO Managed Clusters (AKS)](./managed/asomanagedcluster.md) - [Managed Clusters (AKS)](./managed/managedcluster.md) - - [Managed Clusters - BYO VMSS Nodes](./managed/managedcluster-joinVMSS.md) + - [Managed Clusters - BYO VMSS Nodes](./managed/managedcluster-join-vmss.md) - [Troubleshooting](./managed/troubleshooting.md) -- [Self-managed clusters](./self-managed/self-managed.md) +- [Self-managed Clusters](./self-managed/self-managed.md) - [Addons](./self-managed/addons.md) - [API Server Endpoint](./self-managed/api-server-endpoint.md) - [Cloud Provider Config](./self-managed/cloud-provider-config.md) diff --git a/docs/book/src/managed/managed.md b/docs/book/src/managed/managed.md index 2d8b16aa6bdf..4d4426974dc0 100644 --- a/docs/book/src/managed/managed.md +++ b/docs/book/src/managed/managed.md @@ -32,7 +32,7 @@ It is possible to not utilize CAPZ at all and simply utilize ASO to provision an - Robust Testing - CAPZ is utilized to test Kubernetes and AKS using this code with numerous end-to-end tests. ASO has no AKS-specific testing. - Simplification of Infrastructure as Code (IaC) definitions - With ASO you have to figure out how to put together every field and there are some small examples. CAPZ provides `kustomize` template samples connected to `clusterctl generate template` as well as a [helm chart](https://github.com/mboersma/cluster-api-charts/). - Management scale - CAPZ enables use of [ClusterClass](../topics/clusterclass.md) so you can have a smaller chunk of code to manage numerous clusters with the same configuration. - - Hetergenous Kubernetes management - it is possible with CAPZ to manage self-managed (not possible at all with ASO) and managed clusters with a single management control plane and similar IaC definitions. + - Heterogenous Kubernetes management - it is possible with CAPZ to manage self-managed (not possible at all with ASO) and managed clusters with a single management control plane and similar IaC definitions. - Multi-cloud IaC consistency - even though it's still wrapping ASO, there still is some consistency in the code contract to provision Kubernetes clusters with the [~30 other CAPI infrastructure providers](https://cluster-api.sigs.k8s.io/reference/providers). ## General AKS Best Practices diff --git a/docs/book/src/managed/managedcluster-joinVMSS.md b/docs/book/src/managed/managedcluster-join-vmss.md similarity index 100% rename from docs/book/src/managed/managedcluster-joinVMSS.md rename to docs/book/src/managed/managedcluster-join-vmss.md