This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(*): migrate from Helm Classic to Helm
This changes all documentation to use Helm as the default tool for installing Deis Workflow. Users of Helm Classic are urged to use https://github.com/deis/workflow-migration to migrate from Helm Classic to Helm.
- Loading branch information
Matthew Fisher
committed
Nov 23, 2016
1 parent
f561953
commit f9811c6
Showing
18 changed files
with
175 additions
and
668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 2 additions & 13 deletions
15
...stalling-workflow/workflow-helm-charts.md → src/installing-workflow/chart-provenance.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,13 @@ | ||
# Workflow Helm charts | ||
# Chart Provenance | ||
|
||
As of Workflow [v2.8.0](../changelogs/v2.8.0.md), Deis has released [Kubernetes Helm][helm] charts for Workflow | ||
and for each of its [components](../understanding-workflow/components.md). | ||
|
||
## Installation | ||
|
||
Once [Helm][helm] is installed and its server component is running on a Kubernetes cluster, one may install Workflow with the following steps: | ||
``` | ||
$ helm repo add deis https://charts.deis.com/workflow # add the workflow charts repo | ||
$ helm install deis/workflow --version=v2.8.0 --namespace=deis -f <optional values file> # injects resources into your cluster | ||
``` | ||
|
||
## Chart Provenance | ||
|
||
Helm provides tools for establishing and verifying chart integrity. (For an overview, see the [Provenance](https://github.com/kubernetes/helm/blob/master/docs/provenance.md) doc.) All release charts from the Deis Workflow team are now signed using this mechanism. | ||
|
||
The full `Deis, Inc. (Helm chart signing key) <[email protected]>` public key can be found [here](../security/1d6a97d0.txt), as well as the [pgp.mit.edu](http://pgp.mit.edu/pks/lookup?op=vindex&fingerprint=on&search=0x17E526B51D6A97D0) keyserver and the official Deis Keybase [account][deis-keybase]. The key's fingerprint can be cross-checked against all of these sources. | ||
|
||
### Verifying a signed chart | ||
## Verifying a signed chart | ||
|
||
The public key mentioned above must exist in a local keyring before a signed chart can be verified. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.