Skip to content

Commit

Permalink
Enable IRSA by default for AWS users (kubeflow#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Jun 26, 2020
1 parent 2ae115d commit 240e6de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions kfdef/kfctl_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,10 @@ spec:
password: 12341234
username: admin@kubeflow.org
region: us-west-2
roles:
- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
enablePodIamPolicy: true
# If you don't use IAM Role for Service Account, you can still use node instance roles.
#roles:
#- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
repos:
- name: manifests
uri: https://github.com/kubeflow/manifests/archive/master.tar.gz
Expand Down
6 changes: 4 additions & 2 deletions kfdef/kfctl_aws_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,10 @@ spec:
cognitoUserPoolArn: arn:aws:cognito-idp:us-west-2:xxxxx:userpool/us-west-2_xxxxxx
cognitoUserPoolDomain: your-user-pool
region: us-west-2
roles:
- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxx
enablePodIamPolicy: true
# If you don't use IAM Role for Service Account, you can still use node instance roles.
#roles:
#- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
repos:
- name: manifests
uri: https://github.com/kubeflow/manifests/archive/master.tar.gz
Expand Down
6 changes: 4 additions & 2 deletions kfdef/source/master/kfctl_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,10 @@ spec:
password: 12341234
username: admin@kubeflow.org
region: us-west-2
roles:
- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
enablePodIamPolicy: true
# If you don't use IAM Role for Service Account, you can still use node instance roles.
#roles:
#- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
repos:
- name: manifests
uri: https://github.com/kubeflow/manifests/archive/master.tar.gz
Expand Down
6 changes: 4 additions & 2 deletions kfdef/source/master/kfctl_aws_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,10 @@ spec:
cognitoUserPoolArn: arn:aws:cognito-idp:us-west-2:xxxxx:userpool/us-west-2_xxxxxx
cognitoUserPoolDomain: your-user-pool
region: us-west-2
roles:
- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxx
enablePodIamPolicy: true
# If you don't use IAM Role for Service Account, you can still use node instance roles.
#roles:
#- eksctl-kubeflow-aws-nodegroup-ng-a2-NodeInstanceRole-xxxxxxx
repos:
- name: manifests
uri: https://github.com/kubeflow/manifests/archive/master.tar.gz
Expand Down

0 comments on commit 240e6de

Please sign in to comment.