mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
Merge pull request #2629 from adamrushuk/master
Update basic-install.md: Add windows cli installation option via chocolatey
This commit is contained in:
1
changelogs/unreleased/2629-adamrushuk
Normal file
1
changelogs/unreleased/2629-adamrushuk
Normal file
@@ -0,0 +1 @@
|
||||
Update basic-install.md documentation: Add windows cli installation option via chocolatey
|
||||
@@ -3,8 +3,9 @@
|
||||
- [Basic Install](#basic-install)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Install the CLI](#install-the-cli)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos---homebrew)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos-homebrew)
|
||||
- [Option 2: GitHub release](#option-2-github-release)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey)
|
||||
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||
- [Command line Autocompletion](#command-line-autocompletion)
|
||||
|
||||
@@ -41,6 +42,14 @@ brew install velero
|
||||
|
||||
1. Move the extracted `velero` binary to somewhere in your `$PATH` (e.g. `/usr/local/bin` for most users).
|
||||
|
||||
### Option 3: Windows - Chocolatey
|
||||
|
||||
On Windows, you can use [Chocolatey](https://chocolatey.org/install) to install the [velero](https://chocolatey.org/packages/velero) client:
|
||||
|
||||
```powershell
|
||||
choco install velero
|
||||
```
|
||||
|
||||
## Install and configure the server components
|
||||
|
||||
There are two supported methods for installing the Velero server components:
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
- [Basic Install](#basic-install)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Install the CLI](#install-the-cli)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos---homebrew)
|
||||
- [Option 1: macOS - Homebrew](#option-1-macos-homebrew)
|
||||
- [Option 2: GitHub release](#option-2-github-release)
|
||||
- [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey)
|
||||
- [Install and configure the server components](#install-and-configure-the-server-components)
|
||||
- [Command line Autocompletion](#command-line-autocompletion)
|
||||
|
||||
@@ -41,6 +42,14 @@ brew install velero
|
||||
|
||||
1. Move the extracted `velero` binary to somewhere in your `$PATH` (e.g. `/usr/local/bin` for most users).
|
||||
|
||||
### Option 3: Windows - Chocolatey
|
||||
|
||||
On Windows, you can use [Chocolatey](https://chocolatey.org/install) to install the [velero](https://chocolatey.org/packages/velero) client:
|
||||
|
||||
```powershell
|
||||
choco install velero
|
||||
```
|
||||
|
||||
## Install and configure the server components
|
||||
|
||||
There are two supported methods for installing the Velero server components:
|
||||
|
||||
Reference in New Issue
Block a user