Skip to content

Update canonical links for Networking section #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/networking/clusternetwork.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
id: index
sidebar_position: 1
sidebar_label: Cluster Network
title: "Cluster Network"
Expand All @@ -12,7 +11,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/clusternetwork"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/index"/>
</head>

## Concepts
Expand Down
2 changes: 1 addition & 1 deletion docs/networking/deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/deep-dive"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/deep-dive"/>
</head>

The network topology below reveals how we implement the Harvester network.
Expand Down
2 changes: 1 addition & 1 deletion docs/networking/harvester-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/harvester-network"/>
</head>

Harvester provides three types of networks for virtual machines (VMs), including:
Expand Down
5 changes: 5 additions & 0 deletions docs/networking/ippool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title: "IP Pool"
keywords:
- IP Pool
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/ippool"/>
</head>

_Available as of v1.2.0_

Harvester IP Pool is a built-in IP address management (IPAM) solution exclusively available to Harvester load balancers (LBs).
Expand Down
5 changes: 5 additions & 0 deletions docs/networking/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title: "Load Balancer"
keywords:
- Load Balancer
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/loadbalancer"/>
</head>

_Available as of v1.2.0_

The Harvester load balancer (LB) is a built-in Layer 4 load balancer that distributes incoming traffic across workloads deployed on Harvester virtual machines (VMs) or guest Kubernetes clusters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Harvester is built on Kubernetes, which uses CNI as an interface be
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/harvester-network"/>
</head>

Harvester is built on top of [Kubernetes](https://kubernetes.io/) and leverages its built-in [CNI](https://github.com/containernetworking/cni) mechanism to provide the interface between network providers and its VM networks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Harvester is built on Kubernetes, which uses CNI as an interface be
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/harvester-network"/>
</head>

Harvester is built on top of [Kubernetes](https://kubernetes.io/) and leverages its built-in [CNI](https://github.com/containernetworking/cni) mechanism to provide the interface between network providers and its VM networks.
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v1.1/networking/clusternetwork.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
id: index
sidebar_position: 1
sidebar_label: Cluster Network
title: "Cluster Network"
Expand All @@ -12,7 +11,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/clusternetwork"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/index"/>
</head>

## Concepts
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.1/networking/deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/deep-dive"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/deep-dive"/>
</head>

The network topology below reveals how we implement the Harvester network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/networking/harvester-network"/>
</head>

Harvester provides three types of virtual networks for virtual machines (VMs), including:
Expand Down