From 1bccadb24868408590efe156a7b2eece0cf3f5c4 Mon Sep 17 00:00:00 2001 From: Chris Busch Date: Sun, 28 Mar 2021 15:38:04 +0000 Subject: [PATCH] GitBook: [master] one page modified --- getting-started/controller-installation/microk8s-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/controller-installation/microk8s-install.md b/getting-started/controller-installation/microk8s-install.md index 6e1fedb..276873e 100644 --- a/getting-started/controller-installation/microk8s-install.md +++ b/getting-started/controller-installation/microk8s-install.md @@ -22,14 +22,14 @@ In a future release of TIP Controller instructions will be provided to modify th DNS default entries for /etc/hosts ```text -## Replace with your system IP address +## Replace with your IP address to be used with Load Balancer Incoming Connections (It may be same as your system IP or may be another address on your network determiend for use between TIP AP Clients and the TIP SDK) wlan-ui.wlan.local wlan-ui-graphql.wlan.local opensync-redirector.wlan.local opensync-controller.wlan.local opensync-mqtt-broker.wlan.local wlan-filestore.wlan.local ``` Install microk8s ```text -$ sudo snap install microk8s --classic --channel=latest/stable +sudo snap install microk8s --classic --channel=latest/stable ``` {% hint style="info" %} @@ -40,7 +40,7 @@ Set user permissions ```text sudo usermod -a -G microk8s $USER -sudo chown -f -R tip ~/.kube +sudo chown -f -R $USER ~/.kube ``` {% hint style="info" %}