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
0ebcef24
Commit
0ebcef24
authored
Jun 13, 2018
by
Daniel Qian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dead links in kube-dns/README.md
parent
b05a61e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
cluster/addons/dns/kube-dns/README.md
+3
-3
No files found.
cluster/addons/dns/kube-dns/README.md
View file @
0ebcef24
...
...
@@ -9,7 +9,7 @@ can use the DNS Service’s IP to resolve DNS names.
## Manually scale kube-dns Deployment
kube-dns creates only one DNS Pod by default. If
[
dns-horizontal-autoscaler
](
../dns-horizontal-autoscaler/
)
[
dns-horizontal-autoscaler
](
../
../
dns-horizontal-autoscaler/
)
is not enabled, you may need to manually scale kube-dns Deployment.
Please use below
`kubectl scale`
command to scale:
...
...
@@ -18,9 +18,9 @@ kubectl --namespace=kube-system scale deployment kube-dns --replicas=<NUM_YOU_WA
```
Do not use
`kubectl edit`
to modify kube-dns Deployment object if it is
controlled by
[
Addon Manager
](
../addon-manager/
)
. Otherwise the modifications
controlled by
[
Addon Manager
](
../
../
addon-manager/
)
. Otherwise the modifications
will be clobbered, in addition the replicas count for kube-dns Deployment will
be reset to 1. See
[
Cluster add-ons README
](
../README.md
)
and
be reset to 1. See
[
Cluster add-ons README
](
../
../
README.md
)
and
[
#36411
](
https://github.com/kubernetes/kubernetes/issues/36411
)
for reference.
## kube-dns addon templates
...
...
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