Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    No Format
    # define the template, currently only specifies the cluster, but can be any combination of parameters
    [project1]
    worker_cluster = "/project1"
     
    # all 4 hosts inherit from the "project1" template
    [hostA] : project1
     
    [hostB] : project1
     
    # hostC inherits the "project1" template, but also sets the worker_restriction
    [hostC] : project1
    worker_restrictions = "/project1
     
    [hostD] : project1

    See Also

     Controlling Host Selection