Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyingliang committed Jan 22, 2025
1 parent 1464517 commit da6aaea
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions docs/deployment/agents/k8sservice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,38 +115,7 @@ The role `flyte-flyteagent-role` set up:
- services
verbs:
- '*'
# Allow Event recording access
- apiGroups:
- ""
resources:
- events
verbs:
- create
- update
- delete
- patch
# Allow Access to Podtemplates
- apiGroups:
- ""
resources:
- podtemplates
verbs:
- get
- list
- watch
# Allow Access to plugin objects.
- apiGroups:
- 'kubeflow.org'
resources:
- "*"
verbs:
- get
- list
- watch
- create
- update
- delete
- patch
The binding `flyte-flyteagent-rolebinding` for the role `flyte-flyteagent-role`
.. code-block:: yaml
Expand Down

0 comments on commit da6aaea

Please sign in to comment.