提交 5e5cac7b 编写于 作者: P Prasad Katti

add aliases for old links

上级 983c41ac
......@@ -5,6 +5,7 @@ description: >
How to access applications running within minikube
aliases:
- /docs/tasks/loadbalancer
- /Handbook/loadbalancer/
- /docs/tasks/nodeport
---
......
......@@ -3,6 +3,10 @@ title: "Configuration"
weight: 4
description: >
Configuring your cluster
aliases:
- /docs/reference/environment_variables/
- /docs/reference/configuration/kubernetes/
- /docs/reference/runtimes
---
## Basic Configuration
......
......@@ -5,6 +5,7 @@ description: >
How to deploy an application to minikube
aliases:
- /docs/tasks/addons
- /Handbook/addons
---
## kubectl
......
......@@ -5,6 +5,7 @@ description: >
How to sync files into minikube
aliases:
- /docs/tasks/sync/
- /Handbook/sync/
---
## Built-in sync
......
......@@ -5,6 +5,8 @@ weight: 10
date: 2019-08-01
description: >
About persistent volumes (hostPath)
aliases:
- /docs/reference/persistent_volumes
---
minikube supports [PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) of type `hostPath` out of the box. These PersistentVolumes are mapped to a directory inside the running minikube instance (usually a VM, unless you use `--driver=none`, `--driver=docker`, or `--driver=podman`). For more information on how this works, read the Dynamic Provisioning section below.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册