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
| executor.namespace | string |`"default"`| The namespace in which jobs are generated by the executor. |
88
+
| executor.networkPolicy.enabled | bool |`false`| Enable network policies to deny egress to private, multicast, and metadata server networks. |
89
+
| executor.networkPolicy.metadataServers | list |`["169.254.169.254"]`| List of metadata server IPs to explicitly deny egress to. |
90
+
| executor.networkPolicy.multicastNetworks | list |`[{"cidr":"224.0.0.0/4"}]`| List of multicast network CIDR blocks to deny egress to. |
91
+
| executor.networkPolicy.privateNetworks | list |`[{"cidr":"10.0.0.0/8"},{"cidr":"172.16.0.0/12"},{"cidr":"192.168.0.0/16"}]`| List of private network CIDR blocks to deny egress to. Each entry supports an optional `except` list of CIDRs to exclude from the deny rule. |
88
92
| executor.nodeSelector | object |`{}`| NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector)|
89
93
| executor.queueName | string |`""`| The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or queueNames is required.**|
90
94
| executor.queueNames | list |`[]`| The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.**|
0 commit comments