From 404277566c3a5ec1ff34c227f91ca680d59321f6 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 8 Oct 2023 13:56:25 +0100 Subject: [PATCH] Remove unneeded section about testing netpol in curvenote readme --- terraform/aws/curvenote/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/terraform/aws/curvenote/README.md b/terraform/aws/curvenote/README.md index fb706935b..c0edd26ec 100644 --- a/terraform/aws/curvenote/README.md +++ b/terraform/aws/curvenote/README.md @@ -146,12 +146,3 @@ All access to the Kubernetes cluster is managed using [GitHub OIDC](https://docs AWS secret tokens are not required. AWS API access for BinderHub components, for example to ECR, is managed using [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html). - -## Testing network policies - -``` -git clone https://github.com/jupyterhub/action-k3s-helm -helm upgrade --install netpol -ntest --create-namespace ./action-k3s-helm/test-netpol-enforcement/ -helm test -ntest netpol -helm delete -ntest netpol -```