diff --git a/frontend/package.json b/frontend/package.json index c865c12a..b4c25139 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,6 +28,7 @@ "cytoscape": "^3.29.2", "cytoscape-bubblesets": "^4.1.0", "cytoscape-clipboard": "^2.2.1", + "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-cxtmenu": "^3.4.0", "cytoscape-edgehandles": "^3.5.1", "cytoscape-grid-guide": "~2.3.3", diff --git a/functions/kubernetes/README.md b/functions/kubernetes/README.md index 7864eb38..2696df10 100644 --- a/functions/kubernetes/README.md +++ b/functions/kubernetes/README.md @@ -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. ## GKE testing - For testing on GKE, you can use the following command: ```bash @@ -39,6 +38,6 @@ helm install shuffle oci://ghcr.io/shuffle/charts/shuffle \ --namespace shuffle \ --create-namespace -# 3. Verify +# verify kubectl get pods -n shuffle ```