Merge branch 'main' into supervisor-docs
This commit is contained in:
commit
a005b8dce1
@ -27,9 +27,12 @@ menu:
|
||||
- name: Overview
|
||||
url: /docs/
|
||||
weight: 100
|
||||
- name: Install
|
||||
url: /docs/install/
|
||||
weight: 110
|
||||
- name: Architecture
|
||||
url: /docs/architecture/
|
||||
- name: Demo
|
||||
url: /docs/demo/
|
||||
- name: Scope
|
||||
url: /docs/scope/
|
||||
url: /docs/scope/
|
||||
|
21
site/content/docs/install.md
Normal file
21
site/content/docs/install.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Installing Pinniped"
|
||||
cascade:
|
||||
layout: docs
|
||||
---
|
||||
|
||||
# Installing Pinniped
|
||||
|
||||
## Install the CLI
|
||||
|
||||
- Find the appropriate binary for your platform from the [latest release](https://github.com/vmware-tanzu/pinniped/releases/latest).
|
||||
|
||||
- Use Homebrew on macOS: `brew install vmware-tanzu/pinniped/pinniped-cli`.
|
||||
|
||||
## Install the Concierge
|
||||
|
||||
- See the [concierge deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/concierge).
|
||||
|
||||
## Install the Supervisor
|
||||
|
||||
- See the [supervisor deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/supervisor).
|
@ -8,7 +8,7 @@ cascade:
|
||||
# Project Scope
|
||||
|
||||
The Pinniped project is guided by the following principles.
|
||||
* Pinniped lets you plug any external identitiy providers into
|
||||
* Pinniped lets you plug any external identity providers into
|
||||
Kubernetes. These integrations follow enterprise-grade security principles.
|
||||
* Pinniped is easy to install and use on any Kubernetes cluster via
|
||||
distribution-specific integration mechanisms.
|
||||
|
Loading…
Reference in New Issue
Block a user