From bd0210e4ee6812f9f42d4a9df4d2577a3cd5cdf0 Mon Sep 17 00:00:00 2001 From: Niel Date: Thu, 7 Sep 2023 15:48:24 +0200 Subject: [PATCH] docs: remove controlplane section #78 --- .../terraform/ec2-cluster/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/{{cookiecutter.project_slug}}/terraform/ec2-cluster/README.md b/{{cookiecutter.project_slug}}/terraform/ec2-cluster/README.md index 76a17cc9..f5e935c5 100644 --- a/{{cookiecutter.project_slug}}/terraform/ec2-cluster/README.md +++ b/{{cookiecutter.project_slug}}/terraform/ec2-cluster/README.md @@ -103,9 +103,4 @@ kubectl create secret docker-registry regcred \ NB: AWS credentials will expire after 4 hours. If you are unable to push or pull images to ECR, you will need to reauthenticate. -To simplify this, you can run `AWS_PROFILE={{cookiecutter.project_slug}} make kubecreds` - -# Controlplane - -ArgoCD and SealedSecrets are configured on the SFU controlplane. -If you are not using the SFU controlplane you can set up your own controlplane on the EC2 instance in terraform/control_plane \ No newline at end of file +To simplify this, you can run `AWS_PROFILE={{cookiecutter.project_slug}} make kubecreds` \ No newline at end of file