Skip to content

Commit

Permalink
Add assumed role to update-kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Sep 25, 2024
1 parent e6f4814 commit 72496f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Configure kubectl with AWS EKS
# TODO param name, region
# TODO param name, region role-arn
run: |
aws eks update-kubeconfig --name eks-dandihub --region us-east-2
aws eks update-kubeconfig --name eks-dandihub --region us-east-2 --role-arn arn:aws:iam::278212569472:role/JupyterhubProvisioningRole
- name: Sanity check
run: |
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dandihub

TODO
- add provisioning role to cluser :q
-

This Terraform blueprint creates a Kubernetes environment (EKS) and installs JupyterHub. Based on [AWS Data on EKS JupyterHub](https://github.com/awslabs/data-on-eks/tree/main/ai-ml/jupyterhub).

## Table of Contents
Expand Down

0 comments on commit 72496f4

Please sign in to comment.