Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up Quicklab #1

Open
dystewart opened this issue Jan 12, 2022 · 0 comments
Open

Setting up Quicklab #1

dystewart opened this issue Jan 12, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dystewart
Copy link
Owner

The first thing we need to do is set up an OpenShift cluster in quicklab. We will deploy all of our applications and work pretty much exclusively within this environment for now. For more info on OpenShift I recommend you check out the docs here: OpenShift Docs.

To set up the cluster head to https://quicklab.upshift.redhat.com. NOTE: You will need to be on the Red Hat VPN to access the url.

Once signed in, click on the "New Cluster" button and make the selections you see below.

2

3

Once everything is correctly setup click the button to provision your cluster. The provisioning process will take a few minutes.

Once the cluster is provisioned we need to install a bundle that will allow us to access it via a nice web UI. This is the same web UI that is used for other Operate-First clusters such as the Smaug cluster.

Once provisioning is complete click on your cluster and click on the new bundle button, under "Product Information". Click the drop down menu and select openshift4upi. A bundle configuration screen will appear, you can leave all the default options and click submit. Once the bundle is installed you'll see a bunch of information has populated the "Cluster Information" section. You'll see something like the image below

4

Most relevant to us for now are the "OpenShift URL" and "OpenShift Credentials" section where you will see something like:

OpenShift URL: https://console-openshift-console.apps.testing.lab.upshift.rdu2.redhat.com


OpenShift Credentials: (username: password)
kubeadmin : your_password

You'll use the kubeadmin : your_password pair to login at your OpenShift URL.

Once you're logged in at the web UI, you'll want to click the top right of your screen where you see the kube:admin drop-down and click the 'copy login command'

Then in the tab that was just opened you'll want to copy and paste the oc login command. Here's what mine looks like for reference:
oc-login

Now that you're all logged in, you can start working with your cluster. In the next section we'll see how you can deploy an application (Eclipse Mosquitto).

@dystewart dystewart added the documentation Improvements or additions to documentation label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant