Skip to content

Commit e58e3d3

Browse files
authored
Refresh matchable resources documentation (#4921)
1 parent 0ec0c25 commit e58e3d3

File tree

7 files changed

+424
-467
lines changed

7 files changed

+424
-467
lines changed

docs/concepts/admin.rst

-38
Original file line numberDiff line numberDiff line change
@@ -237,44 +237,6 @@ Permitted project operations include:
237237
- Register
238238
- List
239239

240-
.. _divedeep-admin-matchable-resources:
241-
242-
Matchable resources
243-
+++++++++++++++++++
244-
245-
A thorough background on :ref:`matchable resources <deployment-configuration-general>` explains
246-
their purpose and application logic. As a summary, these are used to override system level defaults for Kubernetes cluster
247-
resource management, default execution values, and more across different levels of specificity.
248-
249-
These entities consist of:
250-
251-
- ProjectDomainAttributes
252-
- WorkflowAttributes
253-
254-
``ProjectDomainAttributes`` configure customizable overrides at the project and domain level, and ``WorkflowAttributes`` configure customizable overrides at the project, domain and workflow level.
255-
256-
Permitted attribute operations include:
257-
258-
- Update (implicitly creates if there is no existing override)
259-
- Get
260-
- Delete
261-
262-
263-
Defaults
264-
--------
265-
266-
Task resource defaults
267-
++++++++++++++++++++++
268-
269-
User-facing documentation on configuring task resource requests and limits can be found in :std:ref:`cookbook:customizing task resources`.
270-
271-
As a system administrator you may want to define default task resource requests and limits across your Flyte deployment.
272-
This can be done through the flyteadmin config.
273-
274-
**Default** values get injected as the task requests and limits when a task definition omits a specific resource.
275-
**Limit** values are only used as validation. Neither a task request nor limit can exceed the limit for a resource type.
276-
277-
278240
Using the Admin Service
279241
-----------------------
280242

0 commit comments

Comments
 (0)