YAML examples for Kubernetes Run Job
Run Kubernetes Job
yaml- action: "Run job" type: "KUBERNETES_RUN_JOB" trigger_time: "ON_EVERY_EXECUTION" config_path: "job.yaml" kubectl_version: "latest" leave_after: true not_wait: false record_arg: "NOT_SET" save_config_arg: true targets: - target: my_gke_cluster type: GKE name: My GKE Cluster integration: my_integration cluster: cluster-1 project: tokyo-house-138923 zone: europe-west1-c
Run Job on self-managed cluster
yaml- action: "Execute batch job" type: "KUBERNETES_RUN_JOB" config_path: "batch-job.yaml" kubectl_version: "v1.19.0" leave_after: false not_wait: true targets: - target: my_cluster type: K8S_CLUSTER name: My Kubernetes Cluster cluster: https://192.168.5.226:6443 auth: method: TOKEN token: $KUBE_TOKEN
Run Job on Amazon EKS cluster
yaml- action: "Run job" type: "KUBERNETES_RUN_JOB" config_path: "config.yaml" kubectl_version: "1.11.1" leave_after: true not_wait: true targets: - target: my_eks_cluster type: EKS name: My EKS Cluster integration: my_integration cluster: cluster-1 region: us-west-2 role_arn: arn:aws:iam::344123456789:role/EKS_TESTS
Run Job on Azure AKS cluster
yaml- action: "Run job" type: "KUBERNETES_RUN_JOB" config_path: "config.yaml" kubectl_version: "1.11.1" leave_after: true not_wait: true targets: - target: my_aks_cluster type: AKS name: My AKS Cluster integration: my_integration cluster: buddy-tests subscription: d4fd0732-1b7f-47ff-8ca9-8b003428dcd8 resource_group: test-buddy_group
Run Job on DigitalOcean Kubernetes cluster
yaml- action: "Run job" type: "KUBERNETES_RUN_JOB" config_path: "config.yaml" kubectl_version: "1.11.1" leave_after: true not_wait: true targets: - target: my_doks_cluster type: DOKS name: My DOKS Cluster integration: my_integration cluster: 0ec55079-0398-4cfc-9b51-97e07cb07ae7