Skip to content

Instantly share code, notes, and snippets.

View austinmoore-'s full-sized avatar

Austin Moore austinmoore-

  • Washington, D.C.
View GitHub Profile
/*
* A job that just sleeps.
*
* PARAMETERS or global variables.
* - k8sClusterName (global): The cluster name
* - k8sPodNamePrefix: The pod name's prefix
* - awsIamRole: The IAM role the pod will use
* - dockerRegistry (global): The Docker registry our Docker images are in
* - kubectlTag (global): The kubectl Docker image tag
* - jnlpTag (global): The JNLP agent Docker image tag