Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
11042e01
Commit
11042e01
authored
Apr 03, 2019
by
Andrew Sy Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
external-resizer in e2e tests should have access to leases
Signed-off-by:
Andrew Sy Kim
<
kiman@vmware.com
>
parent
f71cde5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rbac.yaml
.../testing-manifests/storage-csi/external-resizer/rbac.yaml
+3
-3
No files found.
test/e2e/testing-manifests/storage-csi/external-resizer/rbac.yaml
View file @
11042e01
...
@@ -59,7 +59,7 @@ roleRef:
...
@@ -59,7 +59,7 @@ roleRef:
apiGroup
:
rbac.authorization.k8s.io
apiGroup
:
rbac.authorization.k8s.io
---
---
# Resizer must be able to work with
end point
in current namespace
# Resizer must be able to work with
leases
in current namespace
# if (and only if) leadership election is enabled
# if (and only if) leadership election is enabled
kind
:
Role
kind
:
Role
apiVersion
:
rbac.authorization.k8s.io/v1
apiVersion
:
rbac.authorization.k8s.io/v1
...
@@ -68,8 +68,8 @@ metadata:
...
@@ -68,8 +68,8 @@ metadata:
namespace
:
default
namespace
:
default
name
:
external-resizer-cfg
name
:
external-resizer-cfg
rules
:
rules
:
-
apiGroups
:
[
"
"
]
-
apiGroups
:
[
"
coordination.k8s.io
"
]
resources
:
[
"
endpoint
s"
]
resources
:
[
"
lease
s"
]
verbs
:
[
"
get"
,
"
watch"
,
"
list"
,
"
delete"
,
"
update"
,
"
create"
]
verbs
:
[
"
get"
,
"
watch"
,
"
list"
,
"
delete"
,
"
update"
,
"
create"
]
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment