Kubernetes Prow Robot
cb66ae7af9
Merge pull request #7794 from gjtempleton/CoreDNS-Version-Choice
...
Allow for override of CoreDNS version
2019-10-25 08:31:47 -07:00
hwdef
b0c63b4cd9
pkg: fix static check
2019-10-24 14:16:41 +08:00
Kubernetes Prow Robot
7ca9531695
Merge pull request #7759 from beautytiger/dev-191008-clean
...
replace slice loop with append for simple and clear
2019-10-21 08:11:37 -07:00
Kubernetes Prow Robot
006d27ed97
Merge pull request #7803 from bittopaz/ali-hostname-override
...
Alicloud: add hostname override
2019-10-19 16:59:37 -07:00
Xiaoyu Zhong
2eeca3a9a6
Alicloud: fix status discovery
2019-10-16 22:16:03 +08:00
Xiaoyu Zhong
002ddbb270
Alicloud: add hostname override
2019-10-16 21:53:40 +08:00
GuyTempleton
e87b1fddbe
Allow for override of CoreDNS version
...
Allow users to override the CoreDNS image version to take advantage of local image registries or differing versions of the image to allow quicker access to new/improved CoreDNS plugins.
2019-10-15 21:07:12 +01:00
Kubernetes Prow Robot
e26a4fac2f
Merge pull request #7778 from justinsb/decollide_well_known_ports
...
Change default port for memberlist from 3997
2019-10-15 00:31:52 -07:00
Kubernetes Prow Robot
39cbb2bf1c
Merge pull request #7781 from hatappi/api-server-multiple-sa-key-file
...
fix(apiserver): allow multiple service-account-key-file
2019-10-14 18:15:51 -07:00
Justin SB
b6862103bb
Change default port for memberlist from 3997
...
We had a port collision on 3997; change the default memberlist ports
to avoid the collision (we haven't shipped a release with this in it).
Also create a go file so that we can use constants to keep track of
our port numbers, rather than magic values.
2019-10-14 07:26:27 -04:00
hatappi
3b1c1f1639
fix(apiserver): allow multiple service-account-key-file
2019-10-14 10:52:48 +09:00
Kubernetes Prow Robot
211d272f80
Merge pull request #7760 from tanjunchen/fix-up-unnecessary-newline
...
remove the unnecessary newline and unused vars
2019-10-13 09:18:36 -07:00
Kubernetes Prow Robot
34c7d5a64a
Merge pull request #7755 from tanjunchen/fix-up-static-error
...
fix-up staticcheck error
2019-10-13 08:20:35 -07:00
Kubernetes Prow Robot
0c66a304c3
Merge pull request #7754 from tanjunchen/fix-up-gosimple-error
...
fix-up gosimple check error
2019-10-12 11:18:44 -07:00
Kubernetes Prow Robot
c8d9c707b0
Merge pull request #7487 from tioxy/add_event_ttl_flag
...
Add event ttl flag
2019-10-12 10:34:37 -07:00
Kubernetes Prow Robot
cc68e424fe
Merge pull request #7398 from rifelpet/amazon-vpc-cni-153
...
Upgrade Amazon VPC CNI plugin to 1.5.4
2019-10-11 10:45:41 -07:00
Kubernetes Prow Robot
ff1d94c7cb
Merge pull request #7692 from zetaab/kops_ctrl_openstack
...
Kops controller support for OpenStack
2019-10-11 09:13:41 -07:00
Peter Rifel
699fe56619
Upgrade Amazon VPC CNI plugin to 1.5.4
...
See: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.4
2019-10-11 07:55:26 -07:00
Thomas Jackson
37455c542f
Make all new options omitempty
2019-10-10 14:01:33 -07:00
Thomas Jackson
da867e34d3
Add missing tag
2019-10-10 13:31:07 -07:00
Thomas Jackson
85db3dce27
make apimachinery
2019-10-10 13:13:38 -07:00
Thomas Jackson
cfcb93e822
Misc fixes
2019-10-10 13:09:22 -07:00
Thomas Jackson
2356959bf4
Update json tag
2019-10-10 13:09:22 -07:00
Thomas Jackson
96b5a488e7
Update alpha versions as well
2019-10-10 13:09:22 -07:00
Thomas Jackson
f8c416d6ce
Add configs for gossip dns
2019-10-10 13:09:22 -07:00
Gabriel Tiossi
6b8af27c37
Add EventTTL codegen
...
Run apimachinery & crds to generate "zz_generated*" files and to update
cluster crd
2019-10-10 14:23:34 -03:00
Gabriel Tiossi
a2c04c71ef
Test event-ttl flag
...
Add inside flagbuilder a new test case to check if event-ttl flag is being
generated properly
2019-10-10 14:23:34 -03:00
Gabriel Tiossi
83dc5df52b
Add Event TTL flag
...
Enable cluster spec to support "event-ttl" flag from kube-apiserver to
change event retention time
2019-10-10 14:23:34 -03:00
tanjunchen
279c429abd
remove the unnecessary newline and unused vars
2019-10-08 22:43:10 +08:00
Guangming Wang
c295a49bb1
replace slice loop with append for simple and clear
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-10-08 20:21:09 +08:00
tanjunchen
28fdb358f8
fix-up staticcheck error
2019-10-08 13:53:04 +08:00
Kubernetes Prow Robot
bd87584537
Merge pull request #7751 from justinsb/support_compressed_transfer
...
nodeup download: try to use compression
2019-10-06 23:03:11 -07:00
tanjunchen
43bf6bdab6
fix-up gosimple check error
2019-10-07 11:59:57 +08:00
Kubernetes Prow Robot
21240d9da4
Merge pull request #7744 from tanjunchen/fix-up-code-bug
...
fix-up some staticcheck error
2019-10-06 11:45:08 -07:00
tanjunchen
8fe36dc72c
fix-up some staticcheck error
2019-10-06 10:40:13 +08:00
Justin SB
1a7bb9d21e
Update expected test output
2019-10-05 16:40:31 -04:00
Justin SB
5d8f680c12
nodeup download: try to use compression
...
We pass the appropriate flag to curl / wget, but where it fails we
fall back to not using compression.
Also simplify the code paths here, as it has proven so tricky - we
simply try a sequence of commands until we successful download and a
hash match.
2019-10-05 16:40:01 -04:00
tanjunchen
119e36be29
simplfy code
2019-10-04 22:19:08 +08:00
Kubernetes Prow Robot
f671873629
Merge pull request #7652 from OpenSource-THG/master
...
Openstack block device mapping support
2019-10-03 14:27:56 -07:00
Kubernetes Prow Robot
5700b98bc2
Merge pull request #7713 from justinsb/update_etcd_manager_backup
...
Update etcd-manager backup image
2019-09-30 12:45:01 -07:00
Kubernetes Prow Robot
bbe979f56e
Merge pull request #7710 from justinsb/update_etcd_manager
...
Update etcd-manager with OpenStack fixes
2019-09-30 12:44:53 -07:00
Justin SB
025fd44827
Update etcd-manager backup image
...
Should be no changes in the backup image (so no need to backport), but
just want to sync up the versions so I don't forget it again!
2019-09-30 13:40:24 -04:00
Justin SB
e1be7aeba1
Update etcd-manager with OpenStack fixes
...
etcd-manager changes:
* Use disk by id for mounting devices in OpenStack [zetaab](https://github.com/zetaab ) [#253 ](https://github.com/kopeio/etcd-manager/pull/253 )
2019-09-30 13:15:27 -04:00
Jesse Haka
4ccad007ce
mountcerts -> usehostcerts
2019-09-30 11:36:32 +03:00
Jesse Haka
352bc1eaa2
Allow to use custom rootCAs
2019-09-30 11:35:58 +03:00
Kubernetes Prow Robot
29823b5fe9
Merge pull request #7705 from yuxiaobo96/kops-update
...
Correct word misspelling
2019-09-29 16:01:37 -07:00
Kubernetes Prow Robot
d504f90c3a
Merge pull request #7696 from rifelpet/enable-staticcheck
...
More staticcheck bugfixes and cleanup
2019-09-29 14:49:36 -07:00
Justin SB
b094fc0f29
Add test for the float -> resource.Quantity switch
...
Check that we produce values that can still be parsed
2019-09-29 13:50:47 -04:00
Justin SB
522dac4524
autogen
2019-09-29 13:48:31 -04:00
Justin SB
bdd2e54624
Change float to resource.Quantity
...
This should make apimachinery (in particular CRD generation) happier,
because floats may not round trip correctly.
2019-09-29 13:48:10 -04:00