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

Additional setup for CLAIRE-powered configurations

Additional setup for CLAIRE-powered configurations

Advanced clusters
that use a CLAIRE-powered configuration have additional setup requirements so that CLAIRE can keep the cluster within budget.
To use a CLAIRE-powered configuration, complete the following setup tasks:
  • Attach the following pricing policy to the cluster operator role:
    {     "Version": "2012-10-17",     "Statement": [         {             "Sid": "VisualEditor0",             "Effect": "Allow",             "Action": [                 "pricing:DescribeServices",                 "pricing:GetAttributeValues",                 "pricing:GetProducts"             ],             "Resource": "*"         }     ] }
  • Edit the ELB security group and include incoming traffic from the Secure Agent to the Prometheus server using TCP port 30000.
  • Edit the master security group and include incoming traffic from the Secure Agent to the Prometheus server using TCP port 30000.
  • Edit the minimal master policy and move the AttachVolume action to the same section as the CreateVolume action so that the AttachVolume action isn't conditionalized.
If you don't create user-defined security groups or user-defined master and worker roles, you only need to attach the pricing policy to the cluster operator role.
For more information about CLAIRE-powered configurations, see CLAIRE-powered configurations.

0 COMMENTS

We’d like to hear from you!