From 6f5fa9fd6465e78f760c070ad1b6df9beb03c194 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:36:25 +0530 Subject: [PATCH] fix: adding instructions for the sake of security --- functions/kubernetes/kubernetes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/kubernetes/kubernetes.md b/functions/kubernetes/kubernetes.md index 33b9850e..e8e315af 100644 --- a/functions/kubernetes/kubernetes.md +++ b/functions/kubernetes/kubernetes.md @@ -8,10 +8,12 @@ ``` chmod +x generate_certs.sh - ./generate_certs.sh + ./setup_registry.sh ``` > This will give you a NODE_IP which is you're local IP if you're not sure about what to use. + + > **Make sure that port 5000 is not exposed to the internet!** - 8 GB RAM and 4 CPUs are recommended as **minimum configs** for running Shuffle on Kubernetes. K8s is a resource-intensive application, and you may experience performance issues if you run it on a machine with fewer resources.