mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
New release of kube2sky (v1.7)
This commit is contained in:
parent
c2fcdec503
commit
d3c7edb78f
@ -1,3 +1,7 @@
|
|||||||
* Fri May 15 2015 Tim Hockin <thockin@google.com>
|
* Fri May 15 2015 Tim Hockin <thockin@google.com>
|
||||||
- First Changelog entry
|
- First Changelog entry
|
||||||
- Current version is 1.4
|
- Current version is 1.4
|
||||||
|
|
||||||
|
|
||||||
|
## Version 1.7 (May 25 2015 Vishnu Kannan <vishnuk@google.com>)
|
||||||
|
- Adding support for headless services. All pods backing a headless service is addressible via DNS RR.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.PHONY: all kube2sky container push clean test
|
.PHONY: all kube2sky container push clean test
|
||||||
|
|
||||||
TAG = 1.6
|
TAG = 1.7
|
||||||
PREFIX = gcr.io/google_containers
|
PREFIX = gcr.io/google_containers
|
||||||
|
|
||||||
all: container
|
all: container
|
||||||
|
@ -21,8 +21,13 @@ example, if this is set to `kubernetes.io`, then a service named "nifty" in the
|
|||||||
|
|
||||||
`-verbose`: Log additional information.
|
`-verbose`: Log additional information.
|
||||||
|
|
||||||
'-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.
|
||||||
|
|
||||||
|
`--kube_master_url`: URL of kubernetes master. Reuired if `--kubecfg_file` is not set.
|
||||||
|
|
||||||
|
`--kubecfg_file`: Path to kubecfg file that contains the master URL and tokens to authenticate with the master.
|
||||||
|
|
||||||
[]()
|
[]()
|
||||||
|
@ -30,7 +30,7 @@ spec:
|
|||||||
- -initial-cluster-token
|
- -initial-cluster-token
|
||||||
- skydns-etcd
|
- skydns-etcd
|
||||||
- name: kube2sky
|
- name: kube2sky
|
||||||
image: gcr.io/google_containers/kube2sky:1.6
|
image: gcr.io/google_containers/kube2sky:1.7
|
||||||
args:
|
args:
|
||||||
# command = "/kube2sky"
|
# command = "/kube2sky"
|
||||||
- -domain={{ pillar['dns_domain'] }}
|
- -domain={{ pillar['dns_domain'] }}
|
||||||
|
Loading…
Reference in New Issue
Block a user