From 86bb9312d525f5908a3cc03281633759a90159b5 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 31 Jul 2019 13:20:31 +0000 Subject: [PATCH] Add another warning about exposing on the Internet --- site/installing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/installing.md b/site/installing.md index 976d9dc77..4b9105776 100644 --- a/site/installing.md +++ b/site/installing.md @@ -168,6 +168,11 @@ Allowable parameters for the launcher URL: The URL is: http://localhost:4040. +>**Note:** Do not expose the Scope service to the Internet, e.g. by + changing the type to NodePort or LoadBalancer. Scope allows anyone + with access to the user interface control over your hosts and + containers. + ### Kubernetes (local clone) A simple way to get Scope running in a Kubernetes setting is to