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

Initialization scripts

Initialization scripts

Cluster nodes can run an initialization script based on an init script path that you specify in an
advanced configuration
. Each node runs the script when the node is created, and the script can reference other init scripts.
You might want to run an init script to install additional software on the cluster. For example, your enterprise policy might require each cluster node to contain monitoring and anti-virus software to protect your data.
Consider the following guidelines when you create the init script:
  • The init script has privileges to modify anything on the file system, so avoid removing objects from the file system.
  • The Secure Agent does not validate the syntax in the init script.
The init script path must be in cloud storage. You can place the scripts in a unique path on the cloud storage system, or you can place the scripts in the staging location.

0 COMMENTS

We’d like to hear from you!