You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `namespace` configuration directive specifies which Kubernetes [namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/) jobs, services and configuration maps will be created in.
76
-
* The `image_pull_secrets` configuration directive specifies the pre-configured secret to use when pulling the image container from your registry
77
-
* The `service_account_name` specifies which Kubernetes service account to run the job under
77
+
* The `image_pull_secrets` configuration directive specifies the pre-configured secret to use when pulling the image container from your registry.
78
+
* The `service_account_name` specifies which Kubernetes service account to run the job under.
79
+
* The `include_security_context_capabilities` flag indicates whether or not `"add": ["NET_BIND_SERVICE"]` and `"drop": ["ALL"]` are included in the job & pod security context capabilities.
78
80
* `annotations` allows you to include additional Kubernetes annotations to the job. This is particularly useful for IAM roles which grant the running pod access to cloud platform resources (for example).
79
81
* The `resources` configuration directive sets the standard Kubernetes [resource requests](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the job containers to utilise when materializing data.
0 commit comments