We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CAPI_OPERATOR_DIAGNOSTICS_ADDRESS
CAPI_OPERATOR_INSECURE_DIAGNOSTICS
1 parent 0013b46 commit 91fd71dCopy full SHA for 91fd71d
config/manager/manager.yaml
@@ -22,6 +22,8 @@ spec:
22
- /manager
23
args:
24
- "--leader-elect"
25
+ - "--diagnostics-address=${CAPI_OPERATOR_DIAGNOSTICS_ADDRESS:=:8443}"
26
+ - "--insecure-diagnostics=${CAPI_OPERATOR_INSECURE_DIAGNOSTICS:=false}"
27
image: controller:latest
28
name: manager
29
ports:
config/rbac/role.yaml
@@ -10,3 +10,15 @@ rules:
10
- '*'
11
verbs:
12
13
+- apiGroups:
14
+ - authentication.k8s.io
15
+ resources:
16
+ - tokenreviews
17
+ verbs:
18
+ - create
19
20
+ - authorization.k8s.io
21
+ - subjectaccessreviews
0 commit comments