We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91ae3b commit 3b7b323Copy full SHA for 3b7b323
docs/install/openshift.md
@@ -15,12 +15,9 @@ locally in order to log in and manage templates.
15
Run the following command to login to your OpenShift cluster:
16
17
```console
18
-oc login <cluster-url>
+oc login --token=w4r...04s --server=<cluster-url>
19
```
20
21
-This will configure your local `~/.kube/config` file with the cluster credentials
22
-needed when installing Coder via `helm`.
23
-
24
Next, you will run the below command to create a project for Coder:
25
26
0 commit comments