Skip to content

Commit

Permalink
docs: add SYS_PTRACE capability to co-pilot parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Spagnuolo <[email protected]>
  • Loading branch information
dylanspag-lmco committed Sep 17, 2024
1 parent 7a9915a commit 964d975
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/deployment/configuration/generated/flyteadmin_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2720,6 +2720,7 @@ k8s (`config.K8sPluginConfig`_)
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
create-container-config-error-grace-period: 0s
create-container-error-grace-period: 3m0s
default-annotations:
Expand Down Expand Up @@ -3040,6 +3041,7 @@ Co-Pilot Configuration
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
delete-resource-on-finalize (bool)
Expand Down Expand Up @@ -3373,6 +3375,18 @@ Default storage limit for individual inputs / outputs
.. code-block:: yaml
""
add-sys-ptrace-capability (bool)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Used to enable SYS_PTRACE for co-pilot containers

**Default Value**:

.. code-block:: yaml
"false"
resource.Quantity
Expand Down
14 changes: 14 additions & 0 deletions docs/deployment/configuration/generated/flytepropeller_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ k8s (`config.K8sPluginConfig`_)
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
create-container-config-error-grace-period: 0s
create-container-error-grace-period: 3m0s
default-annotations:
Expand Down Expand Up @@ -2521,6 +2522,7 @@ Co-Pilot Configuration
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
delete-resource-on-finalize (bool)
Expand Down Expand Up @@ -2856,6 +2858,18 @@ Default storage limit for individual inputs / outputs
""
add-sys-ptrace-capability (bool)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Used to enable SYS_PTRACE for co-pilot containers

**Default Value**:

.. code-block:: yaml
"false"
resource.Quantity
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
14 changes: 14 additions & 0 deletions docs/deployment/configuration/generated/scheduler_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2720,6 +2720,7 @@ k8s (`config.K8sPluginConfig`_)
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
create-container-config-error-grace-period: 0s
create-container-error-grace-period: 3m0s
default-annotations:
Expand Down Expand Up @@ -3040,6 +3041,7 @@ Co-Pilot Configuration
output-vol-name: flyte-outputs
start-timeout: 1m40s
storage: ""
add-sys-ptrace-capability: false
delete-resource-on-finalize (bool)
Expand Down Expand Up @@ -3375,6 +3377,18 @@ Default storage limit for individual inputs / outputs
""
add-sys-ptrace-capability (bool)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Used to enable SYS_PTRACE for co-pilot containers

**Default Value**:

.. code-block:: yaml
"false"
resource.Quantity
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 964d975

Please sign in to comment.