Skip to content

Commit e149c07

Browse files
authored
M #-: minor fixes in quick start guide (#3247)
- update AWS link in quick start guide - add another possible fix for a known issue
1 parent bb05bce commit e149c07

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

source/quick_start/operation_basics/provisioning_edge_cluster.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Step 1: Configure AWS
5252

5353
As a first step, if you don’t already have one, create an account in AWS. AWS publishes a complete guide: `How do I create and activate a new AWS account? <https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/>`__
5454

55-
After you have created your account, you’ll need to obtain the ``access_key`` and ``secret_key`` of a user with the necessary permissions to manage instances. The relevant AWS guide is `Configure tool authentication with AWS <https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html>`__.
55+
After you have created your account, you’ll need to obtain the ``access_key`` and ``secret_key`` of a user with the necessary permissions to manage instances. The relevant AWS guide is `Configure tool authentication with AWS <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-keys-admin-managed.html>`__.
5656

5757
Next, you need to choose the region where you want to deploy the new resources. You can check the available regions in AWS’s documentation: `Regions, Availability Zones, and Local Zones <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>`__.
5858

@@ -71,7 +71,7 @@ To log in, point your browser to the OneProvision address:
7171
7272
https://<FRONT-END IP>:2616/fireedge/provision
7373
74-
In the log in screen, enter the credentials for user ``oneadmin``.
74+
In the log-in screen, enter the credentials for user ``oneadmin``.
7575

7676
Sunstone will display the **OneProvision** screen:
7777

@@ -105,7 +105,7 @@ Sunstone displays the **Provider template** screen, showing the **Provision type
105105

106106
|image_provider_create_step1|
107107

108-
Click **Next**. In the next screen you can enter a description for your provider:
108+
Click **Next**. In the next screen, you can enter a description for your provider:
109109

110110
|image_provider_create_step2|
111111

@@ -155,7 +155,7 @@ OneProvision now displays the **Provider** screen showing the available provider
155155

156156
|
157157
158-
In the next screen you can enter a description for your cluster, if desired:
158+
In the next screen, you can enter a description for your cluster, if desired:
159159

160160
.. image:: /images/fireedge_cpi_provision_create3.png
161161
:align: center
@@ -212,7 +212,7 @@ To see a running log of the provision, click **Log**:
212212
213213
Provisioning will take a few minutes. When it’s finished, the log will display the message ``Provision successfully created``, followed by the provision’s ID.
214214

215-
At this point the Edge Cluster has been created, and is up and running. In the next step, we’ll verify that all of the specified resources for the provision (the host, datastore, network, and the cluster itself) have been correctly created and registered with OpenNebula.
215+
At this point, the Edge Cluster has been created and is up and running. In the next step, we’ll verify that all of the specified resources for the provision (the host, datastore, network, and the cluster itself) have been correctly created and registered with OpenNebula.
216216

217217

218218
Step 4: Validate the New Infrastructure

source/quick_start/usage_basics/running_kubernetes_clusters.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,4 +559,15 @@ In this case you can manually instruct the VMs to report ``READY`` to the OneGat
559559
3 oneadmin oneadmin OneKE 1.29 08/30 12:35:21 RUNNING
560560

561561

562+
One or more VMs is Ready, but unreachable
563+
++++++++++++++++++++++++++++++++++++++
564+
565+
In a similar situation as above when `onevm list`` shows all VMs running, but the service is still in ``DEPLOYING`` state, but the VM is not reachable through SSH (e.g. to run the ``onegate vm update`` command).
562566

567+
In this case, we can try to scale down and up the role of the problematic VM from the Front-end UI:
568+
#. Go to Services in the Front-end UI and select the OneKE Service
569+
#. In the Roles tab choose the problematic VM's role (e.g. worker)
570+
#. Scale the role to 0
571+
#. Wait until shutdown of the VM, the scaling and cooldown period of the service finishes
572+
#. Scale the role to 1
573+
#. Verify if the problem is solved and the ``oneflow list`` reports the ``RUNNING`` state

0 commit comments

Comments
 (0)