Skip to content

Commit

Permalink
aks/eks examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Feb 22, 2024
1 parent 68e2818 commit db08974
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions examples/eks/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Kubeflow Terraform EKS Example

* We recommend deploying the eks cluster alone then adding kubeflow
* When eks is ready you can use the aws CLI to setup kubectl
```sh
aws eks update-kubeconfig --name cluster --region us-east-1
```

## Requirements

| Name | Version |
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.1.2"

name = "kubesky-eks-dev-vpc"
name = "kubeflow-vpc"
cidr = local.cloud_cidr
map_public_ip_on_launch = true

Expand Down

0 comments on commit db08974

Please sign in to comment.