Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/components/entry-create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,6 @@ class CreateEntry extends Component<CreateEntryProp, CreateEntryState> {
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"]
Expand Down
11 changes: 0 additions & 11 deletions frontend/src/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down