Skip to content
Snippets Groups Projects
Commit d99a13e5 authored by yangalicace1's avatar yangalicace1
Browse files

UPDATES: Updating links

parent e02e9462
No related branches found
No related tags found
No related merge requests found
Pipeline #9317 passed
......@@ -14,7 +14,7 @@ Virtualization platforms tested are:
- [Physical Server](#111-physical-server)
- [Oracle Virtual Box](#112-oracle-virtual-box)
- [VMWare Fusion](#113-vmware-fusion)
- [OpenStack'](#114-openstack1-1-4-openstack)
- [OpenStack](#114-openstack)
- [Vagrant Box](#115-vagrant-box)
### **1.1.1. Physical Server**
......@@ -266,7 +266,6 @@ sudo apt-get dist-upgrade -y
### **1.1.4. OpenStack**
This section describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using [OpenStack](https://www.openstack.org/). It has been tested with OpenStack Kolla up to Yoga version.
<h3><u>Create a Security Group in OpenStack</h3></u>
......@@ -471,6 +470,7 @@ microk8s.enable community
```
The Addons to be enabled are:
- `dns`: enables resolving the pods and services by name
- `helm3`: required to install NATS
- `hostpath-storage`: enables providing storage for the pods (required by `registry`)
......@@ -484,15 +484,14 @@ The Addons to be enabled are:
microk8s.enable dns helm3 hostpath-storage ingress registry prometheus metrics-server linkerd
```
__Important__: Enabling some of the addons might take few minutes.
Do not proceed with next steps until the addons are ready.
Otherwise, the deployment might fail.
__Important__: Enabling some of the addons might take few minutes. Do not proceed with next steps until the addons are ready. Otherwise, the deployment might fail.
To confirm everything is up and running:
1. Periodically
[Check the status of Kubernetes](./1.2.-Install-MicroK8s#check-status-of-kubernetes-and-addons)
[Check the status of Kubernetes](#12-install-microk8s)
until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, linkerd, metrics-server, prometheus, registry, storage] in the enabled block.
2. Periodically
[Check Kubernetes resources](./1.2.-Install-MicroK8s#check-all-resources-in-kubernetes)
[Check Kubernetes resources]()
until all pods are __Ready__ and __Running__.
3. If it takes too long for the Pods to be ready, __we observed that rebooting the machine may help__.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment