From ae0e48e7c81efba652bdabe19520fc8ef4919537 Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Mon, 2 Jun 2025 19:35:04 -0400 Subject: [PATCH 1/2] Clean up docs Signed-off-by: Alan Cha --- docs/quickstart/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quickstart/README.md b/docs/quickstart/README.md index b7af47b9..69a0eded 100644 --- a/docs/quickstart/README.md +++ b/docs/quickstart/README.md @@ -73,6 +73,7 @@ minikube Ready master 79s v1.18.3 [Troubleshoot 1: Minikube fails to start with a Docker CLI context error](#troubleshooting) [Troubleshoot 4: Right kubectl missing...](#troubleshooting) + ### Obtaining the Deployment Files To obtain the relevant files, clone our git repository and cd into the correct directory: From 1f1af9cfd7e42b6a3f7f2b94caf5d8913f70fe00 Mon Sep 17 00:00:00 2001 From: Alan Cha Date: Mon, 2 Jun 2025 19:38:36 -0400 Subject: [PATCH 2/2] Remove k8s_sat Signed-off-by: Alan Cha --- frontend/src/components/entry-create.tsx | 5 ----- frontend/src/data/data.ts | 11 ----------- 2 files changed, 16 deletions(-) diff --git a/frontend/src/components/entry-create.tsx b/frontend/src/components/entry-create.tsx index 00e49f48..6a5cc3a3 100644 --- a/frontend/src/components/entry-create.tsx +++ b/frontend/src/components/entry-create.tsx @@ -313,11 +313,6 @@ class CreateEntry extends Component { selectorsList: this.props.globalSelectorInfo["gcp_iit"] }); } - else if (serverNodeAtt === "k8s_sat") { - this.setState({ - selectorsList: this.props.globalSelectorInfo["k8s_sat"] - }); - } else if (serverNodeAtt === "k8s_psat") { this.setState({ selectorsList: this.props.globalSelectorInfo["k8s_psat"] diff --git a/frontend/src/data/data.ts b/frontend/src/data/data.ts index 2e5c453a..aba00047 100644 --- a/frontend/src/data/data.ts +++ b/frontend/src/data/data.ts @@ -43,17 +43,6 @@ const selectors = "label": "gcp_iit:metadata" } ], - "k8s_sat": [ - { - "label": "k8s_sat:cluster" - }, - { - "label": "k8s_sat:agent_ns" - }, - { - "label": "k8s_sat:agent_sa" - } - ], "k8s_psat": [ { "label": "k8s_psat:cluster"