Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8570154

Browse files
committedApr 9, 2021
Created ARO OpenShift serverless content
1 parent 0d63423 commit 8570154

20 files changed

+406
-0
lines changed
 

‎articles/openshift/howto-serverless.md

Lines changed: 375 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
author: sabbour
3+
ms.author: asabbour
4+
ms.date: 4/5/2020
5+
---
6+
7+
### Create the cluster
8+
9+
Follow the tutorial to [create an Azure Red Hat OpenShift cluster](tutorial-create-cluster.md). If you choose to install and use the CLI locally, this tutorial requires that you're running the Azure CLI version 2.6.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
10+
11+
### Connect to the cluster
12+
13+
To manage an Azure Red Hat OpenShift cluster, you use [oc](https://docs.openshift.com/container-platform/4.7/cli_reference/openshift_cli/getting-started-cli.html), the OpenShift command-line client.
14+
15+
> [!NOTE]
16+
> We recommend you [install the OpenShift command line](../tutorial-connect-cluster.md) on [Azure Cloud Shell](https://shell.azure.com/) and using it for all command-line operations below. Launch your shell from shell.azure.com or by clicking the link:
17+
>
18+
> [![Embed launch](https://docs.microsoft.com/en-us/azure/includes/media/cloud-shell-try-it/hdi-launch-cloud-shell.png "Launch Azure Cloud Shell")](https://shell.azure.com/bash)
19+
20+
Follow the tutorial to install the CLI, retrieve the cluster credentials and [connect to the cluster](../tutorial-connect-cluster.md) using the web console and the OpenShift CLI.
21+
22+
Once you're logged in, you should see a message saying you're using the `default` project.
23+
24+
```output
25+
Login successful.
26+
27+
You have access to 61 projects, the list has been suppressed. You can list all projects with 'oc projects'
28+
29+
Using project "default".
30+
```
31+
168 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.