Merge pull request #306 from mattmoyer/website-updates
Fix a website typo and add an "Installing Pinniped" docs page.
This commit is contained in:
commit
8177db3601
@ -27,9 +27,12 @@ menu:
|
|||||||
- name: Overview
|
- name: Overview
|
||||||
url: /docs/
|
url: /docs/
|
||||||
weight: 100
|
weight: 100
|
||||||
|
- name: Install
|
||||||
|
url: /docs/install/
|
||||||
|
weight: 110
|
||||||
- name: Architecture
|
- name: Architecture
|
||||||
url: /docs/architecture/
|
url: /docs/architecture/
|
||||||
- name: Demo
|
- name: Demo
|
||||||
url: /docs/demo/
|
url: /docs/demo/
|
||||||
- name: Scope
|
- 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
|
# Project Scope
|
||||||
|
|
||||||
The Pinniped project is guided by the following principles.
|
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.
|
Kubernetes. These integrations follow enterprise-grade security principles.
|
||||||
* Pinniped is easy to install and use on any Kubernetes cluster via
|
* Pinniped is easy to install and use on any Kubernetes cluster via
|
||||||
distribution-specific integration mechanisms.
|
distribution-specific integration mechanisms.
|
||||||
|
Loading…
Reference in New Issue
Block a user