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
3d10f004
Commit
3d10f004
authored
Jun 19, 2015
by
Eric Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give kube-apiserver CAP_NET_BIND_SERVICE
It is needed to bind on port 443
parent
e08bd6f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
main.yml
contrib/ansible/roles/master/tasks/main.yml
+4
-0
No files found.
contrib/ansible/roles/master/tasks/main.yml
View file @
3d10f004
...
...
@@ -20,6 +20,10 @@
notify
:
-
restart scheduler
-
name
:
add cap_net_bind_service to kube-apiserver
capabilities
:
path=/usr/bin/kube-apiserver capability=cap_net_bind_service=ep state=present
when
:
not is_atomic
-
name
:
Enable apiserver
service
:
name=kube-apiserver enabled=yes state=started
...
...
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