Update links to other Harvester cluster
This commit is contained in:
parent
13230b96a5
commit
d968b7ba95
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ In this section, we will log into the Harvester environment through Rancher Mana
|
|||
|
||||
## Log in
|
||||
|
||||
To access the site for the demo, navigate to [https://devranch.lsit.ucsb.edu](https://devranch.lsit.ucsb.edu/dashboard/auth/login?local) in your browser. First, before logging in, make sure the submit button says, "Log in with Local User". If not, click "Use a local user" under the login button.
|
||||
To access the site for the demo, navigate to [https://devranch.lsit.ucsb.edu](https://rancher.lsit.ucsb.edu/dashboard/auth/login?local) in your browser. First, before logging in, make sure the submit button says, "Log in with Local User". If not, click "Use a local user" under the login button.
|
||||
|
||||
Use the following credentials to log in:
|
||||
|
||||
|
@ -21,13 +21,13 @@ There are two ways to get there. The first instructions will show how to get th
|
|||
|
||||
### Access it through Rancher navigation
|
||||
|
||||
On the lefthand side, locate the graphic that looks like 4 ship helms and [click on it](https://devranch.lsit.ucsb.edu/dashboard/c/_/harvesterManager/harvesterhci.io.management.cluster).
|
||||
On the lefthand side, locate the graphic that looks like 4 ship helms and [click on it](https://rancher.lsit.ucsb.edu/dashboard/c/_/harvesterManager/harvesterhci.io.management.cluster).
|
||||
|
||||
Here you will find the available Harvester Clusters for this user. There's only one, so click on [devharvester](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.dashboard).
|
||||
Here you will find the available Harvester Clusters for this user. There's only one, so click on [compute-lsit](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/harvesterhci.io.dashboard).
|
||||
|
||||
### Access it directly.
|
||||
|
||||
Just click on the link to the homepage that says, "Nextcloud Demo ~ Click Here" or [click here](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.dashboard).
|
||||
Just [click here](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.dashboard).
|
||||
|
||||
## Create a Namespace
|
||||
|
||||
|
@ -37,8 +37,8 @@ Note that there is also a special namespace called "Harvester-Public" which all
|
|||
|
||||
To create the namespace:
|
||||
|
||||
* Navigate to [Projects/Namespaces](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/projectsnamespaces)
|
||||
* Click the [Create Namespace](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/namespace/create?projectId=p-86jwp) button in the nextcloud-demo Project.
|
||||
* Navigate to [Projects/Namespaces](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/projectsnamespaces)
|
||||
* Click the [Create Namespace](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/namespace/create?projectId=p-2ljg2) button in the nextcloud-demo Project.
|
||||
* In the name fieldi, give a polite and unique name to differentiate your demo from others
|
||||
* Optionally set the description
|
||||
* Note that you can set quota limits and labels for this project, but leave them alone for now.
|
||||
|
@ -50,8 +50,8 @@ Before we can create a VM, we need to upload one first. Harvester can use any l
|
|||
|
||||
Note that before you can upload an image, you must first create or otherwise have access to a namespace. If you have not done so, go back and create a namespace from the previous section.
|
||||
|
||||
* Navigate to [Images](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.virtualmachineimage) on the left-hand side.
|
||||
* Click the blue [Create button](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.virtualmachineimage/create) on the top right
|
||||
* Navigate to [Images](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/harvesterhci.io.virtualmachineimage) on the left-hand side.
|
||||
* Click the blue [Create button](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/harvesterhci.io.virtualmachineimage/create) on the top right
|
||||
* Select the namespace you created in the previous step.
|
||||
* Name the image: OpenSUSE-Leap-15.6
|
||||
* In Basics, leave the radio button as URL and in the URL field, paste this link: `https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.6/images/openSUSE-Leap-15.6.x86_64-NoCloud.qcow2`
|
||||
|
@ -59,7 +59,7 @@ Note that before you can upload an image, you must first create or otherwise hav
|
|||
|
||||
### A note about images
|
||||
|
||||
Images in the harvester-public namespace are available to all users in the cluster. Should you have difficulty with this step or don't want to wait for the download, please instead use the [opensuse-leap-15.6](https://devranch.lsit.ucsb.edu/dashboard/harvester/c/c-m-h9z6hwtk/harvesterhci.io.virtualmachineimage/harvester-public/image-6g29w) image from the harvester-public namespace to deploy your VM in the next section.
|
||||
Images in the harvester-public namespace are available to all users in the cluster. Should you have difficulty with this step or don't want to wait for the download, please instead use the [opensuse-leap-15.6](https://rancher.lsit.ucsb.edu/dashboard/harvester/c/c-m-fjm68t66/harvesterhci.io.virtualmachineimage/harvester-public/image-kv26l#detail) image from the harvester-public namespace to deploy your VM in the next section.
|
||||
|
||||
|
||||
Next step: [Launch a VM](https://git.lsit.ucsb.edu/scottwilliams/nextcloud-harvester-demo/src/branch/main/02-launch-vm)
|
Loading…
Reference in a new issue