Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hepto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hepto
Commits
e8aafae2
Commit
e8aafae2
authored
1 year ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Use the default node-proxier cr
parent
b6440598
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/kube-proxy.yaml
+2
-51
2 additions, 51 deletions
docs/kube-proxy.yaml
with
2 additions
and
51 deletions
docs/kube-proxy.yaml
+
2
−
51
View file @
e8aafae2
...
...
@@ -13,51 +13,13 @@ metadata:
name
:
kube-proxy
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
kube-proxy
rules
:
-
apiGroups
:
-
"
"
resources
:
-
endpoints
-
services
verbs
:
-
list
-
watch
-
apiGroups
:
-
"
"
resources
:
-
nodes
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
"
"
-
events.k8s.io
resources
:
-
events
verbs
:
-
create
-
patch
-
update
-
apiGroups
:
-
discovery.k8s.io
resources
:
-
endpointslices
verbs
:
-
list
-
watch
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
kube-proxy
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
kub
e-prox
y
name
:
system:nod
e-prox
ier
subjects
:
-
apiGroup
:
'
'
kind
:
ServiceAccount
...
...
@@ -106,31 +68,20 @@ apiVersion: apps/v1
kind
:
DaemonSet
metadata
:
labels
:
component
:
kube-proxy
k8s-app
:
kube-proxy
kubernetes.io/cluster-service
:
"
true"
name
:
kube-proxy
tier
:
node
name
:
kube-proxy
namespace
:
kube-proxy
spec
:
selector
:
matchLabels
:
component
:
kube-proxy
k8s-app
:
kube-proxy
kubernetes.io/cluster-service
:
"
true"
name
:
kube-proxy
tier
:
node
template
:
metadata
:
labels
:
component
:
kube-proxy
k8s-app
:
kube-proxy
kubernetes.io/cluster-service
:
"
true"
name
:
kube-proxy
tier
:
node
spec
:
serviceAccount
:
kube-proxy
priorityClassName
:
system-node-critical
tolerations
:
-
effect
:
NoExecute
operator
:
Exists
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment