diff --git a/site/config.yaml b/site/config.yaml index c741715b..8b9f6d3f 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -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/ \ No newline at end of file + url: /docs/scope/ diff --git a/site/content/docs/install.md b/site/content/docs/install.md new file mode 100644 index 00000000..91b9a0e6 --- /dev/null +++ b/site/content/docs/install.md @@ -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). \ No newline at end of file diff --git a/site/content/docs/scope.md b/site/content/docs/scope.md index 3b52f03f..75bcaa19 100644 --- a/site/content/docs/scope.md +++ b/site/content/docs/scope.md @@ -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.