chore: adding cytoscape-cose-bilkent to package.json
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
"cytoscape": "^3.29.2",
|
"cytoscape": "^3.29.2",
|
||||||
"cytoscape-bubblesets": "^4.1.0",
|
"cytoscape-bubblesets": "^4.1.0",
|
||||||
"cytoscape-clipboard": "^2.2.1",
|
"cytoscape-clipboard": "^2.2.1",
|
||||||
|
"cytoscape-cose-bilkent": "^4.1.0",
|
||||||
"cytoscape-cxtmenu": "^3.4.0",
|
"cytoscape-cxtmenu": "^3.4.0",
|
||||||
"cytoscape-edgehandles": "^3.5.1",
|
"cytoscape-edgehandles": "^3.5.1",
|
||||||
"cytoscape-grid-guide": "~2.3.3",
|
"cytoscape-grid-guide": "~2.3.3",
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ Here is the default architecture it follows, with the "Frontend" being the expos
|
|||||||
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 or another cloud based k8s engine to test out Shuffle.
|
||||||
|
|
||||||
## GKE testing
|
## GKE testing
|
||||||
|
|
||||||
For testing on GKE, you can use the following command:
|
For testing on GKE, you can use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -39,6 +38,6 @@ helm install shuffle oci://ghcr.io/shuffle/charts/shuffle \
|
|||||||
--namespace shuffle \
|
--namespace shuffle \
|
||||||
--create-namespace
|
--create-namespace
|
||||||
|
|
||||||
# 3. Verify
|
# verify
|
||||||
kubectl get pods -n shuffle
|
kubectl get pods -n shuffle
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user