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
c745be58
Unverified
Commit
c745be58
authored
Jun 20, 2019
by
Erik Wilson
Committed by
GitHub
Jun 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #558 from rancher/metrics-server-docs
Update README for Metrics-Server info
parents
edb1691a
468b4469
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
c745be58
...
@@ -578,6 +578,18 @@ for port 80. If no port is available the load balancer will stay in Pending.
...
@@ -578,6 +578,18 @@ for port 80. If no port is available the load balancer will stay in Pending.
To disable the embedded service load balancer (if you wish to use a different implementation like
To disable the embedded service load balancer (if you wish to use a different implementation like
MetalLB) just add
`--no-deploy=servicelb`
to the server on startup.
MetalLB) just add
`--no-deploy=servicelb`
to the server on startup.
Metrics Server
--------------
To add functionality for commands such as
`k3s kubectl top node`
metrics-server must be installed,
to install see the instructions located at https://github.com/kubernetes-incubator/metrics-server/.
NOTE: By default the image used in
`metrics-server-deployment.yaml`
is valid only for amd64 devices,
this should be edited as appropriate for your architecture. As of this writing metrics-server provides
the following images relevant to k3s:
`amd64:v0.3.3`
,
`arm64:v0.3.2`
, and
`arm:v0.3.2`
. Further information
on the images provided through gcr.io can be found at https://console.cloud.google.com/gcr/images/google-containers/GLOBAL.
Air-Gap Support
Air-Gap Support
---------------
---------------
...
...
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