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

Deployed 0be205d9 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent f53b1da5
No related branches found
No related tags found
No related merge requests found
...@@ -912,7 +912,7 @@ sudo chown -f -R $USER $HOME/.kube ...@@ -912,7 +912,7 @@ sudo chown -f -R $USER $HOME/.kube
microk8s config > $HOME/.kube/config microk8s config > $HOME/.kube/config
sudo reboot sudo reboot
</code></pre> </code></pre>
<h3><u>Check status of Kubernetes and addons</h3> <h3><u id="check-status-of-kubernetes-and-addons">Check status of Kubernetes and addons</h3>
<p></u> <p></u>
To retrieve the status of Kubernetes <strong>once</strong>, run the following command:</p> To retrieve the status of Kubernetes <strong>once</strong>, run the following command:</p>
<pre><code class="language-bash">microk8s.status --wait-ready <pre><code class="language-bash">microk8s.status --wait-ready
...@@ -1008,7 +1008,7 @@ archieved and will not receive further contributions/updates. ...@@ -1008,7 +1008,7 @@ archieved and will not receive further contributions/updates.
Please, clone from <a href="https://labs.etsi.org/rep/tfs/controller">ETSI-hosted GitLab code repository</a>.</p> Please, clone from <a href="https://labs.etsi.org/rep/tfs/controller">ETSI-hosted GitLab code repository</a>.</p>
<h3><u>Checkout the appropriate Git branch</h3> <h3><u>Checkout the appropriate Git branch</h3>
<p></u> <p></u>
TeraFlowSDN controller versions can be found in the appropriate release tags and/or branches as described in <a href="/Home#versions">Home &gt; Versions</a>.</p> TeraFlowSDN controller versions can be found in the appropriate release tags and/or branches as described in <a href="https://tfs.etsi.org/news/">Home &gt; Versions</a>.</p>
<p>By default the branch <em>master</em> is checked out and points to the latest stable version of the TeraFlowSDN controller, while branch <em>develop</em> contains the latest developments and contributions under test and validation.</p> <p>By default the branch <em>master</em> is checked out and points to the latest stable version of the TeraFlowSDN controller, while branch <em>develop</em> contains the latest developments and contributions under test and validation.</p>
<p>To switch to the appropriate branch run the following command, changing <code>develop</code> by the name of the branch you want to deploy:</p> <p>To switch to the appropriate branch run the following command, changing <code>develop</code> by the name of the branch you want to deploy:</p>
<pre><code class="language-bash">cd ~/tfs-ctrl <pre><code class="language-bash">cd ~/tfs-ctrl
...@@ -1097,7 +1097,7 @@ EOF ...@@ -1097,7 +1097,7 @@ EOF
</code></pre> </code></pre>
<p>Confirm everything is up and running:</p> <p>Confirm everything is up and running:</p>
<ol> <ol>
<li>Periodically <a href="/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-status-of-kubernetes-and-addons">Check the status of Kubernetes</a> until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage] in the enabled block.</li> <li>Periodically <a href="#check-status-of-kubernetes-and-addons">Check the status of Kubernetes</a> until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage] in the enabled block.</li>
<li>Periodically <a href="/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-all-resources-in-kubernetes">Check Kubernetes resources</a> until all pods are <strong>Ready</strong> and <strong>Running</strong>.</li> <li>Periodically <a href="/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-all-resources-in-kubernetes">Check Kubernetes resources</a> until all pods are <strong>Ready</strong> and <strong>Running</strong>.</li>
</ol> </ol>
<h3><u>Deploy TFS controller</h3> <h3><u>Deploy TFS controller</h3>
......
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