Table of Contents

Search

  1. Preface
  2. Advanced clusters
  3. Setting up AWS
  4. Setting up Google Cloud
  5. Setting up Microsoft Azure
  6. Setting up a self-service cluster
  7. Setting up a local cluster
  8. Advanced configurations
  9. Troubleshooting
  10. Appendix A: Command reference

Advanced Clusters

Advanced Clusters

Allow the cluster operator role to assume the master role

Allow the cluster operator role to assume the master role

The cluster operator role must be able to assume the master role to validate an
advanced configuration
.
Edit the trust relationship of the IAM role
master_role
and specify the following policy:
{ "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Principal":{ "AWS":[ "arn:aws:iam::<AWS account>:role/<cluster_operator_role>" ], "Service":"ec2.amazonaws.com" }, "Action":"sts:AssumeRole" } ] }

0 COMMENTS

We’d like to hear from you!