Skip to content

Commit d53d85f

Browse files
docs: update
1 parent da2de6c commit d53d85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The following table lists the configurable parameters of the `shield` chart and
297297
| gke_autopilot.allowlist_version | The Allowlist version label applied to host-shield workloads. Must match an AllowlistSynchronizer the cluster knows about. (Replaces the deprecated top-level "gke_autopilot_allowlist", which is still honored and takes precedence when set.) | <code>sysdig-agent-v1.1.4</code> |
298298
| gke_autopilot.allowlist_waiter.enabled | Enable the waiter Job | <code>false</code> |
299299
| gke_autopilot.allowlist_waiter.timeout | Maximum time the Job will block on the AllowlistSynchronizer reaching Ready | <code>120s</code> |
300-
| gke_autopilot.allowlist_waiter.active_deadline_seconds | Maximum seconds the waiter Pod is allowed to run before Kubernetes terminates it. Job-level guard against pod hangs before the inner kubectl wait timeout fires (image-pull stalls, scheduler delays). Should be greater than `timeout` to leave headroom for pod startup. | <code>300</code> |
300+
| gke_autopilot.allowlist_waiter.active_deadline_seconds | Maximum seconds the waiter Pod is allowed to run before Kubernetes terminates it. Acts as a Job-level guard against the pod hanging before the inner `kubectl wait` timeout fires (image-pull stalls, scheduler delays, admission webhook hangs). Should be greater than `timeout` to leave headroom for pod startup. | <code>300</code> |
301301
| gke_autopilot.allowlist_waiter.service_account_name | Override the name of the waiter ServiceAccount (defaults to <host fullname>-allowlist-waiter) | <code></code> |
302302
| gke_autopilot.allowlist_waiter.create_rbac | Create the RBAC resources (ServiceAccount, ClusterRole, ClusterRoleBinding) for the allowlist waiter Job. Set to false to manage them externally. | <code>true</code> |
303303
| gke_autopilot.allowlist_waiter.rbac_annotations | Additional annotations applied to the waiter SA/ClusterRole/ClusterRoleBinding | <code>{}</code> |

0 commit comments

Comments
 (0)