From 02682eb5b14a7578f785992e2143b3e26fe2bad2 Mon Sep 17 00:00:00 2001 From: Chris Busch Date: Sun, 28 Mar 2021 15:51:42 +0000 Subject: [PATCH] GitBook: [master] one page modified --- getting-started/controller-installation/microk8s-install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getting-started/controller-installation/microk8s-install.md b/getting-started/controller-installation/microk8s-install.md index ea48641..03e1ae6 100644 --- a/getting-started/controller-installation/microk8s-install.md +++ b/getting-started/controller-installation/microk8s-install.md @@ -67,11 +67,12 @@ If your interface address is 10.1.1.10 then provide metallb with: 10.1.1.1-10.1. TIP Controller may be deployed with self-signed certificates for a local lab environment. The following steps will guide the reader through that process. -Install Keytool +Install Keytool and Zip Packages ```text sudo apt install -y openjdk-11-jre-headless sudo apt install -y default-jdk +sudo apt install -y zip ``` Enable Firewall to permit Controller traffic from Container Network Interface