Skip to content

Commit

Permalink
update ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Oct 30, 2023
1 parent 251c20c commit 43dc94d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion patterns/gitops/getting-started-argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Before you begin, make sure you have the following command line tools installed:
- kubectl
- argocd

TODO: move fork to the bottom appendix
## Fork the Git Repositories

### Fork the Addon GitOps Repo
Expand All @@ -52,7 +53,6 @@ Initialize Terraform and deploy the EKS cluster:
terraform init
terraform apply -target="module.vpc" -auto-approve
terraform apply -target="module.eks" -auto-approve
terraform apply -target="module.eks_blueprints_addons" -auto-approve
terraform apply -auto-approve
```
Retrieve `kubectl` config, then execute the output command:
Expand Down Expand Up @@ -125,6 +125,7 @@ kubectl get deployment -n kube-system \
metrics-server
```

TODO: UI is not required, they can even disable the ui.
## Access ArgoCD
Access ArgoCD's UI, run the command from the output:
```shell
Expand Down
2 changes: 0 additions & 2 deletions patterns/gitops/getting-started-argocd/destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ if [[ ! $(cat $TMPFILE) == *"No outputs found"* ]]; then
kubectl delete -n argocd applicationset workloads
echo "Deleting ingress/svc for game-2048, takes a few minutes for Load Balancer to be deleted"
kubectl delete -n game-2048 ing game-2048
echo "Waiting for ingress and load balancer to be deleted"
sleep 120
kubectl delete -n argocd applicationset cluster-addons
kubectl delete -n argocd applicationset addons-argocd
echo "Deleting ingress/svc for argo-cd-argocd-server, takes a few minutes for Load Balancer to be deleted"
Expand Down
2 changes: 1 addition & 1 deletion patterns/ipv6-eks-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ terraform {
# backend "s3" {
# bucket = "terraform-ssp-github-actions-state"
# region = "us-west-2"
# key = "e2e/getting-started-argocd/terraform.tfstate"
# key = "e2e/ipv6-eks-cluster/terraform.tfstate"
# }
}

0 comments on commit 43dc94d

Please sign in to comment.