Skip to content

Commit

Permalink
Add canonical links for /advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Jul 21, 2023
1 parent 6b6ae25 commit af262da
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/advanced/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Addons
title: "Addons"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/addons"/>
</head>

_Available as of v1.1.0_

Beginning with v1.1.0, Harvester will make optional functionality available as Addons.
Expand Down
4 changes: 4 additions & 0 deletions docs/advanced/pcidevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: PCI Devices
title: "PCI Devices (Experimental)"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/pcidevices"/>
</head>

_Available as of v1.1.0_

A `PCIDevice` in Harvester represents a host device with a PCI address.
Expand Down
4 changes: 4 additions & 0 deletions docs/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Settings
title: "Settings"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/settings"/>
</head>

This page contains a list of advanced settings which can be used in Harvester.
You can modify the custom resource `settings.harvesterhci.io` from the Dashboard UI or with the `kubectl` command.

Expand Down
4 changes: 4 additions & 0 deletions docs/advanced/storageclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: StorageClass
title: "StorageClass"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/storageclass"/>
</head>

A StorageClass allows administrators to describe the **classes** of storage they offer. Different Longhorn StorageClasses might map to replica policies, or to node schedule policies, or disk schedule policies determined by the cluster administrators. This concept is sometimes called **profiles** in other storage systems.

## Creating a StorageClass
Expand Down
4 changes: 4 additions & 0 deletions docs/advanced/storagenetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Storage Network
title: "Storage Network"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/storagenetwork"/>
</head>

Harvester uses Longhorn as its built-in storage system to provide block device volumes for VMs and Pods. If the user wishes to isolate Longhorn replication traffic from the Kubernetes cluster network (i.e. the management network) or other cluster-wide workloads. Users can allocate a dedicated storage network for Longhorn replication traffic to get better network bandwidth and performance.

For more informations, please refer [Longhorn Storage Network](https://longhorn.io/docs/1.3.2/advanced-resources/deploy/storage-network/)
Expand Down
4 changes: 4 additions & 0 deletions docs/advanced/vmimport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: VM Import
title: "VM Import"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/vmimport"/>
</head>

_Available as of v1.1.0_

Beginning with v1.1.0, users can import their virtual machines from VMWare and OpenStack into Harvester.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Addons
title: "Addons"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/addons"/>
</head>

_Available as of v1.1.0_

Beginning with v1.1.0, Harvester will make optional functionality available as Addons.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/pcidevices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: PCI Devices
title: "PCI Devices (Experimental)"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/pcidevices"/>
</head>

_Available as of v1.1.0_

A `PCIDevice` in Harvester represents a host device with a PCI address.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Settings
title: "Settings"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/settings"/>
</head>

This page contains a list of advanced settings which can be used in Harvester.
You can modify the custom resource `settings.harvesterhci.io` from the Dashboard UI or with the `kubectl` command.

Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/storageclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: StorageClass
title: "StorageClass"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/storageclass"/>
</head>

A StorageClass allows administrators to describe the **classes** of storage they offer. Different Longhorn StorageClasses might map to replica policies, or to node schedule policies, or disk schedule policies determined by the cluster administrators. This concept is sometimes called **profiles** in other storage systems.

## Creating a StorageClass
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/storagenetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: Storage Network
title: "Storage Network"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/storagenetwork"/>
</head>

Harvester uses Longhorn as its built-in storage system to provide block device volumes for VMs and Pods. If the user wishes to isolate Longhorn replication traffic from the Kubernetes cluster network (i.e. the management network) or other cluster-wide workloads. Users can allocate a dedicated storage network for Longhorn replication traffic to get better network bandwidth and performance.

For more informations, please refer [Longhorn Storage Network](https://longhorn.io/docs/1.3.2/advanced-resources/deploy/storage-network/)
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/advanced/vmimport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sidebar_label: VM Import
title: "VM Import"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/advanced/vmimport"/>
</head>

_Available as of v1.1.0_

Beginning with v1.1.0, users can import their virtual machines from VMWare and OpenStack into Harvester.
Expand Down

0 comments on commit af262da

Please sign in to comment.