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
a05cc0fb
Commit
a05cc0fb
authored
Nov 09, 2017
by
Lion-Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ipvs readme file
parent
3b4424ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
pkg/proxy/ipvs/README.md
+12
-0
No files found.
pkg/proxy/ipvs/README.md
View file @
a05cc0fb
...
...
@@ -47,6 +47,18 @@ kubeadm init --feature-gates=SupportIPVSProxyMode=true
to specify the ipvs mode before deploying the cluster if want to run kube-proxy in ipvs mode.
If you are using kubeadm with a configuration file, you can specify the ipvs mode adding
`SupportIPVSProxyMode: true`
below the
`featureGates`
field.
Then the configuration file is similar to:
```
json
kind
:
MasterConfiguration
apiVersion
:
kubeadm.k
8
s.io/v
1
alpha
1
...
featureGates
:
SupportIPVSProxyMode
:
true
...
```
#### Test
Use
`ipvsadm`
tool to test whether the kube-proxy start succeed. By default we may get result like:
...
...
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