From 458f001ddba8165c091fba585cdacafc08994aed Mon Sep 17 00:00:00 2001 From: Chris Busch Date: Thu, 25 Feb 2021 15:26:46 +0000 Subject: [PATCH] GitBook: [master] 2 pages modified --- SUMMARY.md | 2 +- .../controller-installation/microk8s-install.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 9feefbe..04d954c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -5,7 +5,7 @@ * [Getting Started](getting-started/README.md) * [Controller Installation](getting-started/controller-installation/README.md) * [AWS Install](getting-started/controller-installation/aws-install.md) - * [microk8s Install](getting-started/controller-installation/microk8s-install.md) + * [MicroK8s Install](getting-started/controller-installation/microk8s-install.md) * [Controller](getting-started/controller.md) * [Access Points](getting-started/access-points.md) * [User Interface](user-interface/README.md) diff --git a/getting-started/controller-installation/microk8s-install.md b/getting-started/controller-installation/microk8s-install.md index 75993ad..6e1fedb 100644 --- a/getting-started/controller-installation/microk8s-install.md +++ b/getting-started/controller-installation/microk8s-install.md @@ -2,14 +2,14 @@ description: TIP Controller Local Deployment --- -# microk8s Install +# MicroK8s Install ## Base System -Microk8s deployment is considered experimental as there remain certain UI to Ingress SSL related issues as of Release 1.0 candidate. -API services, database, message bus and ability to adjust Kubernetes POD performance parameters are all possible with this system which may be useful to the Community. +MicroK8s deployment is available as part of Release 1.0 candidate. +API services, database, message bus and ability to adjust Kubernetes POD performance parameters are all possible with this system which may be useful to the Community for local on premises installations. -A snap capable operating system is required for microk8s installation. +A snap capable operating system is required for MicroK8s installation. TIP Controller has been installed on an Ubuntu 20 system with 32Gb memory, 500Gb disk and Gigabit Ethernet network interface with a user account tip created. The system should have a fully qualified domain name and the deployment of TIP controller will require additional DNS records to be created. @@ -39,15 +39,15 @@ The above specifies latest stable release will be installed Set user permissions ```text -sudo usermod -a -G microk8s tip +sudo usermod -a -G microk8s $USER sudo chown -f -R tip ~/.kube ``` {% hint style="info" %} -source or re-login to shell for environment to be applied +source or re-login to shell for environment to be applied to current user \($USER\) {% endhint %} -Setup microk8s +Setup MicroK8s ```text microk8s enable helm3 dns storage metallb @@ -55,7 +55,7 @@ microk8s enable helm3 dns storage metallb {% hint style="info" %} metlalb will request an IP address range. Specify the IP of Gigabit Ethernet interface. -If your interface address is 10.1.1.1 then provide metallb with: 10.1.1.1-10.1.1.1 +If your interface address is 10.1.1.10 then provide metallb with: 10.1.1.1-10.1.1.10 {% endhint %} ### Begin Controller Setup