You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/install.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@ title: Install the Porter Operator
3
3
description: Get up and running with the Porter Operator
4
4
---
5
5
6
-
If you aren't already familiar with Porter, we recommend that you install and use [Porter v1.0.0-beta.1][install-porter] first and then once you are comfortable, learn how to automate Porter with the operator.
6
+
If you aren't already familiar with Porter, we recommend that you install and use [Porter v1.0.0-rc.1][install-porter] first and then once you are comfortable, learn how to automate Porter with the operator.
7
7
8
-
The commands below use the v0.6.0 release, but there may be a more recent release of the Operator.
8
+
The commands below use the v0.7.0 release, but there may be a more recent release of the Operator.
9
9
Check our [releases page](https://github.com/getporter/operator/releases) and use the most recent version number.
10
10
11
11
The Porter Operator is installed with ... Porter!
12
12
First, use explain to see what credentials and parameters you can use when installing and configuring the operator.
Generate a credential set for the bundle, the only required credential for the operator is a kubeconfig for the cluster that the operator is to be installed in.
Create a namespace with the appropriate RBAC and configuration. This namespace is where you will create installation CRDs and the operator will create corresponding Jobs to execute the porter CLI.
0 commit comments