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
c184f7ed
Commit
c184f7ed
authored
Mar 17, 2016
by
Cole Mickens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kube2sky readme: fix flags
parent
10204f8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
README.md
cluster/addons/dns/kube2sky/README.md
+9
-9
No files found.
cluster/addons/dns/kube2sky/README.md
View file @
c184f7ed
...
@@ -10,28 +10,28 @@ containers.
...
@@ -10,28 +10,28 @@ containers.
## Namespaces
## Namespaces
Kubernetes namespaces become another level of the DNS hierarchy. See the
Kubernetes namespaces become another level of the DNS hierarchy. See the
description of
`-domain`
below.
description of
`-
-
domain`
below.
## Flags
## Flags
`-domain`
: Set the domain under which all DNS names will be hosted. For
`-
-
domain`
: Set the domain under which all DNS names will be hosted. For
example, if this is set to
`kubernetes.io`
, then a service named "nifty" in the
example, if this is set to
`kubernetes.io`
, then a service named "nifty" in the
"default" namespace would be exposed through DNS as
"default" namespace would be exposed through DNS as
"nifty.default.svc.kubernetes.io".
"nifty.default.svc.kubernetes.io".
`-v`
: Set logging level
`-
-
v`
: Set logging level
`-etcd-mutation-timeout`
: For how long the application will keep retrying etcd
`-
-
etcd-mutation-timeout`
: For how long the application will keep retrying etcd
mutation (insertion or removal of a dns entry) before giving up and crashing.
mutation (insertion or removal of a dns entry) before giving up and crashing.
`-etcd-server`
: The etcd server that is being used by skydns.
`-
-
etcd-server`
: The etcd server that is being used by skydns.
`-kube-master-url`
: URL of kubernetes master. Required if
`--kubecfg_file`
is not set.
`-
-
kube-master-url`
: URL of kubernetes master. Required if
`--kubecfg_file`
is not set.
`-kubecfg-file`
: Path to kubecfg file that contains the master URL and tokens to authenticate with the master.
`-
-
kubecfg-file`
: Path to kubecfg file that contains the master URL and tokens to authenticate with the master.
`-log-dir`
: If non empty, write log files in this directory
`-
-
log-dir`
: If non empty, write log files in this directory
`-logtostderr`
: Logs to stderr instead of files
`-
-
logtostderr`
: Logs to stderr instead of files
[

]()
[

]()
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