Files
kubernetes/cluster/addons/dns/kube2sky
Clayton Coleman 38c7eded99 Prepare for content-type negotiation
Combine the fields that will be used for content transformation
(content-type, codec, and group version) into a single struct in client,
and then pass that struct into the rest client and request. Set the
content-type when sending requests to the server, and accept the content
type as primary.

Will form the foundation for content-negotiation via the client.
2016-01-26 17:44:30 -05:00
..
2015-12-15 15:16:47 -08:00
2015-12-15 15:16:47 -08:00
2015-09-25 17:22:38 -04:00
2015-12-15 15:16:47 -08:00
2015-05-18 13:32:55 -04:00

kube2sky

==============

A bridge between Kubernetes and SkyDNS. This will watch the kubernetes API for changes in Services and then publish those changes to SkyDNS through etcd.

For now, this is expected to be run in a pod alongside the etcd and SkyDNS containers.

Namespaces

Kubernetes namespaces become another level of the DNS hierarchy. See the description of -domain below.

Flags

-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 "default" namespace would be exposed through DNS as "nifty.default.svc.kubernetes.io".

-v: Set logging level

-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.

-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.

-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

-logtostderr: Logs to stderr instead of files

Analytics