gce_vm_scheduler function

Create or start a scheduler VM

Create or start a scheduler VM

This starts up a VM with cron and docker installed that can be used to schedule scripts

gce_vm_scheduler(vm_name = "scheduler", ...)

Arguments

  • vm_name: The name of the VM scheduler to create or return

  • ...: Arguments passed on to gce_vm

    • name: The name of the instance
    • open_webports: If TRUE, will open firewall ports 80 and 443 if not open already
    • project: Project ID for this request
    • zone: The name of the zone for this request

Returns

A VM object

See Also

Other scheduler functions: gce_schedule_docker