Skip to content

Commit 0b95966

Browse files
authored
Merge pull request kubernetes-sigs#7790 from fabriziopandini/cleanup-clusterclass-proposal
🌱 ClusterClass proposal: Clean up outdated implementation details by linking the book's page
2 parents c1f748f + 4f242a6 commit 0b95966

File tree

2 files changed

+166
-695
lines changed

2 files changed

+166
-695
lines changed

docs/book/src/reference/glossary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ See also: [Server](#server)
263263

264264
Perform create, scale, upgrade, or destroy operations on the cluster.
265265

266+
### Managed Topology
267+
268+
See [Topology](#Topology)
269+
266270
### Management cluster
267271

268272
The cluster where one or more Infrastructure Providers run, and where resources (e.g. Machines) are stored. Typically referred to when you are provisioning multiple workload clusters.
@@ -378,6 +382,7 @@ The infrastructure that backs a [Machine Resource](#machine), typically either a
378382
### Topology
379383

380384
A field in the Cluster object spec that allows defining and managing the shape of the Cluster's control plane and worker machines from a single point of control. The Cluster's topology is based on a [ClusterClass](#clusterclass).
385+
Sometimes it is also referred as a managed topology.
381386

382387
See [ClusterClass](#clusterclass)
383388

0 commit comments

Comments
 (0)