From 442ee044dab7d4b7be5ea08145f97207deafcf7d Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:53:18 +0530 Subject: [PATCH] fix: addign back sha hulud scanning --- functions/kubernetes/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/kubernetes/README.md b/functions/kubernetes/README.md index 2696df10..1c5625af 100644 --- a/functions/kubernetes/README.md +++ b/functions/kubernetes/README.md @@ -12,7 +12,7 @@ Here is the default architecture it follows, with the "Frontend" being the expos image ## MiniKube -We don't support minikube yet. Please use GKE or another cloud based k8s engine to test out Shuffle. +We don't support minikube yet. Please use GKE, Amazon EKS, Azure AKS or another cloud based k8s engine to test out Shuffle. ## GKE testing For testing on GKE, you can use the following command: @@ -30,6 +30,7 @@ gcloud container clusters create "$CLUSTER_NAME" \ --num-nodes "1" \ --node-locations "asia-south2-b,asia-south2-a,asia-south2-c" +# given that your gcloud cli is connected with kubectl kubectl config set-context $CLUSTER_NAME # apply shuffle k8s helm chart