Skip to content

Commit

Permalink
chore: spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Zaniewski <[email protected]>
  • Loading branch information
Piotr1215 committed Dec 18, 2024
1 parent c16e8b4 commit 7655235
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Global metadata
sidebar_label: globalMetadata
sidebar_position: 5
description: Configurate global metadata.
description: Configure global metadata.
---

import ControlPlaneGlobalMetadata from '../../../../../_partials/config/controlPlane/advanced/globalMetadata.mdx'

Use this feature to add annotations to all vCluster components.
Use this feature to add annotations to all vCluster components.

{/*
`advanced.globalMetadata`:
Expand All @@ -17,4 +17,4 @@ Use this feature to add annotations to all vCluster components.

## Config reference

<ControlPlaneGlobalMetadata/>
<ControlPlaneGlobalMetadata/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Experimental sync settings
sidebar_label: syncSettings
sidebar_position: 2
description: Configurate experimental sync settings.
description: Configure experimental sync settings.
---

import ExperimentalSyncSettings from '../../../_partials/config/experimental/syncSettings.mdx'
Expand Down Expand Up @@ -49,4 +49,4 @@ This configuration disables all sync controllers and doesn't deploy CoreDNS.
## Config reference
<ExperimentalSyncSettings/>
<ExperimentalSyncSettings/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Global metadata
sidebar_label: globalMetadata
sidebar_position: 5
description: Configurate global metadata.
description: Configure global metadata.
---

import ControlPlaneGlobalMetadata from '../../../../../_partials/config/controlPlane/advanced/globalMetadata.mdx'

Use this feature to add annotations to all vCluster components.
Use this feature to add annotations to all vCluster components.

{/*
`advanced.globalMetadata`:
Expand All @@ -17,4 +17,4 @@ Use this feature to add annotations to all vCluster components.

## Config reference

<ControlPlaneGlobalMetadata/>
<ControlPlaneGlobalMetadata/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Experimental sync settings
sidebar_label: syncSettings
sidebar_position: 2
description: Configurate experimental sync settings.
description: Configure experimental sync settings.
---

import ExperimentalSyncSettings from '../../../_partials/config/experimental/syncSettings.mdx'
Expand Down Expand Up @@ -49,4 +49,4 @@ This configuration disables all sync controllers and doesn't deploy CoreDNS.
## Config reference
<ExperimentalSyncSettings/>
<ExperimentalSyncSettings/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Global metadata
sidebar_label: globalMetadata
sidebar_position: 5
description: Configurate global metadata.
description: Configure global metadata.
---

import ControlPlaneGlobalMetadata from '../../../../../_partials/config/controlPlane/advanced/globalMetadata.mdx'

Use this feature to add annotations to all vCluster components.
Use this feature to add annotations to all vCluster components.

{/*
`advanced.globalMetadata`:
Expand All @@ -17,4 +17,4 @@ Use this feature to add annotations to all vCluster components.

## Config reference

<ControlPlaneGlobalMetadata/>
<ControlPlaneGlobalMetadata/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Experimental sync settings
sidebar_label: syncSettings
sidebar_position: 2
description: Configurate experimental sync settings.
description: Configure experimental sync settings.
---

import ExperimentalSyncSettings from '../../../_partials/config/experimental/syncSettings.mdx'
Expand Down Expand Up @@ -49,4 +49,4 @@ This configuration disables all sync controllers and doesn't deploy CoreDNS.
## Config reference
<ExperimentalSyncSettings/>
<ExperimentalSyncSettings/>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ controlPlane:
After deploying your vCluster, changing the Kubernetes distribution of vCluster is not supported.
:::
## Compatiblity matrix
## Compatibility matrix
<K0sCompat/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ After deploying your vCluster, changing the Kubernetes distribution of vCluster
:::
## Compatiblity matrix
## Compatibility matrix
<K3sCompat/>
## Config reference
<DistroK3s/>
<DistroK3s/>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ By default, vCluster uses an embedded SQLite as the [backing store](../backing-s
After deploying your vCluster, changing the Kubernetes distribution of vCluster is not supported.
:::

## Compatiblity matrix
## Compatibility matrix

<K8sCompat/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Global metadata
sidebar_label: globalMetadata
sidebar_position: 5
description: Configurate global metadata.
description: Configure global metadata.
---

import ControlPlaneGlobalMetadata from '../../../../../_partials/config/controlPlane/advanced/globalMetadata.mdx'

Use this feature to add annotations to all vCluster components.
Use this feature to add annotations to all vCluster components.

{/*
`advanced.globalMetadata`:
Expand All @@ -17,4 +17,4 @@ Use this feature to add annotations to all vCluster components.

## Config reference

<ControlPlaneGlobalMetadata/>
<ControlPlaneGlobalMetadata/>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use the top-level `export` field to declare which virtual resources you want to

Use `patches` to define how to modify synced resources before the resource's creation or update in the host cluster.

Use `reversePatches` to declare how changes to synced host cluster resource propogate back to the original resource in the virtual cluster.
Use `reversePatches` to declare how changes to synced host cluster resource propagate back to the original resource in the virtual cluster.

Use `selector` to limit which resources to sync from the virtual cluster. The virtual resource is synced when it matches one or more selectors, or when the `selector` field is empty.

Expand Down Expand Up @@ -77,7 +77,7 @@ Use the top-level `import` field to declare which host resources to sync to the

Use `patches` to define how to modify certain synced resource fields before the resource's creation or update in the virtual cluster. See [patches reference] for details.

Use `reversePatches` to declare how changes to synced virtual cluster resource propogate back to the original resource in the host cluster.
Use `reversePatches` to declare how changes to synced virtual cluster resource propagate back to the original resource in the host cluster.

Use `selector` to limit which resources to sync from the host cluster. The host resource is synced when it matches, or when the `selector` is empty.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Isolated control plane
sidebar_label: isolatedControlPlane
sidebar_position: 5
sidebar_class_name: pro
description: Configurare a vCluster isolated control plane.
description: Configure a vCluster isolated control plane.
---

import ExperimentalIsolatedControlPlane from '../../../_partials/config/experimental/isolatedControlPlane.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Experimental sync settings
sidebar_label: syncSettings
sidebar_position: 2
description: Configurate experimental sync settings.
description: Configure experimental sync settings.
---

import ExperimentalSyncSettings from '../../../_partials/config/experimental/syncSettings.mdx'
Expand Down Expand Up @@ -49,4 +49,4 @@ This configuration disables all sync controllers and doesn't deploy CoreDNS.
## Config reference
<ExperimentalSyncSettings/>
<ExperimentalSyncSettings/>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import SyncNodes from '../../../../_partials/config/sync/fromHost/nodes.mdx'

By default, this is disabled.

vCluster syncs psuedo nodes from the host cluster where there are virtual cluster pods running. Pseudo nodes only have real values for the CPU, architecture, and operating system, while everything else is randomly generated. A single pseudo node can either represent a single real node on the host cluster, or it can represent multiple real nodes. If there are no more pods on a node, vCluster deletes the pseudo node.
vCluster syncs pseudo nodes from the host cluster where there are virtual cluster pods running. Pseudo nodes only have real values for the CPU, architecture, and operating system, while everything else is randomly generated. A single pseudo node can either represent a single real node on the host cluster, or it can represent multiple real nodes. If there are no more pods on a node, vCluster deletes the pseudo node.

However, when you need to access specific node information, you can choose to sync real nodes from the host cluster to the virtual cluster. This requires a cluster role.

Expand Down

0 comments on commit 7655235

Please sign in to comment.