Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Kubernetes Prow Robot
f4801a7c85
Merge pull request #98799 from claudiubelu/images/cleanup-run
...
images: Removes containers after they've run
2021-02-22 22:24:11 -08:00
Vinayak Goyal
81df4d7dc4
Use ARG and --build-arg instead of sed for etcd image.
2021-02-13 01:07:27 -08:00
Claudiu Belu
41cdd40a2e
images: Removes containers after they've run
...
Not all instances of docker run has the --rm argument, which means that they'll
persist after they've finished. This can cause storage to remain occupied needlessly.
2021-02-05 10:07:26 +00:00
Sascha Grunert
1acaf32cff
Bump debian-base to v1.4.0 and debian-iptables to v1.5.0
...
Both images are now sane multi-architecture images and should fix the
kube-proxy container image in the same way.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de >
2021-01-28 13:47:09 +01:00
pacoxu
6a795f5f51
update etcd revision to 2 for next build 3.4.13-2
2021-01-26 15:29:26 +08:00
pacoxu
f76be691a2
update debian-base to buster-v1.3.0 for CVEs
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-01-26 14:10:20 +08:00
Maciej Borsz
7f09d59215
Migrate etcd's livenessProbe to etcdctl endpoint health.
...
Change-Id: Ie19c844050c75e3d1c4b431d09ba0ac851c5317b
2020-12-11 12:43:02 +01:00
Sean McGinnis
be131457ef
Remove stale analytics links from docs
...
Many README files and other docs contained a link to a an appspot
tracking app that is no longer active. Following the links leads to an
error about Go 1.9 no longer being supported. Go 1.9 support was dropped
in appspot in 2019 and disabled June 2020.
This also resulted in a broken image link displaying when viewing these
files on GitHub. Since the app is no longer functioning, and since it
causes a potentially (but granted, minor) confusing error to display,
this just removes those links as I don't believe they are needed
anymore.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
2020-11-18 07:04:48 -06:00
Ben Hu
e8fcc44286
Add client listening URLs flag to etcd migrate.
2020-10-16 23:10:54 +00:00
Stephen Augustus
c67713a1ef
cluster/images/etcd: Build etcd:3.4.13-1 image
...
- Uses debian-base:buster-v1.2.0
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-09-17 13:06:27 -04:00
Stephen Augustus
06b0570444
build: Update to debian-base:buster-v1.2.0
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-09-17 13:06:27 -04:00
Kubernetes Prow Robot
2e59a17dc1
Merge pull request #92288 from zhijianli88/cleanup-tempfiles
...
Cleanup tempfiles
2020-08-27 17:56:54 -07:00
jingyih
45318e8190
Update etcd makefile to build 3.4.13 image
2020-08-27 03:33:51 +08:00
Stephen Augustus
21863237a7
cluster/images/etcd: Build etcd@3.4.9-3 using debian-base@v2.1.3
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-08-11 23:20:06 -04:00
Stephen Augustus
876a6c85ed
cluster/images/etcd: Build etcd@3.4.9-2 using debian-base@v2.1.2
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-08-04 01:16:57 -04:00
Stephen Augustus
87e13f7665
build: Update to debian-base@v2.1.0 and debian-iptables@v12.1.1
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-08-04 01:15:24 -04:00
Jordan Liggitt
f33dc28094
generated: hack/update-hack-tools.sh && hack/update-vendor.sh
2020-07-25 16:45:02 -04:00
Kubernetes Prow Robot
7348ab957c
Merge pull request #93356 from justaugustus/vdf
...
[VDF] Normalize container image references to k8s.gcr.io
2020-07-25 02:58:17 -07:00
Nikhita Raghunath
c00dae0607
Revert "Merge pull request #93156 from logicalhan/triage-api-machinery"
...
This reverts commit 32438cf269 , reversing
changes made to bb6a6aa391 .
2020-07-24 13:01:02 +05:30
Stephen Augustus
90c223fa5c
[VDF] Remove references to us.gcr.io/k8s-artifacts-prod
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-07-22 16:08:30 -04:00
Han Kang
9129dbc98b
automatically assign triage labels to api-machinery tagged PRs
...
Change-Id: Ifcc8a85d190d6370423af27f6e6c4c90b8472981
2020-07-16 13:13:59 -07:00
wojtekt
c0e930f176
Bump etcd revision after changes to migrate script
2020-06-25 07:56:29 +02:00
Li Zhijian
02eaa4f354
cleanup tempfiles in unit test
...
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com >
2020-06-23 11:47:18 +08:00
wojtekt
2a7978e2be
Merge migrate-if-needed etcd bash script
2020-06-22 20:45:58 +02:00
Kubernetes Prow Robot
bfa6eb1772
Merge pull request #91964 from wenjiaswe/etcdNameComment
...
Add a comment to keep etcd name in sync and change `hostname` to `HOSTNAME`
2020-06-18 19:05:40 -07:00
Wenjia Zhang
0da9c3e379
Add a comment to keep etcd name in sync and change hostname to HOSTNAME
2020-06-18 11:11:12 -07:00
jingyih
303273d0e9
Update etcd makefile to build 3.4.9 image
2020-06-12 09:20:33 -07:00
Wenjia Zhang
d162e09a26
-a
2020-06-08 19:59:32 -07:00
Davanum Srinivas
c1c2b663f0
Add cloudbuild.yaml for etcd
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-19 17:05:24 -04:00
Davanum Srinivas
c225d13abc
Switch to static bash for etcd
...
- use bash-static and avoid dragging in all of debian-base
- use distroless as the base image
- the shell script needs a `cp` utility, add a go based one for just
files (no support for directories!)
- Rework the calls to `mv` and recursive `cp` in the code
- we don't need to support windows in this container image
- the test case was slightly off as it was assuming that the old
directory was copied into the new directory, but the desired
functionality is that all files in the old directory should be in the
new directory.
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-19 17:05:24 -04:00
Davanum Srinivas
07d88617e5
Run hack/update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-16 07:54:33 -04:00
Davanum Srinivas
442a69c3bd
switch over k/k to use klog v2
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-16 07:54:27 -04:00
Stephen Augustus
d95dcc61f3
cluster/images/etcd: Bump etcd image tags for new debian-base
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-05-05 15:16:38 -04:00
Stephen Augustus
64300d8fff
deps: Update dependents to use debian-base:v2.1.0
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-05-02 23:09:09 -04:00
Stephen Augustus
f828821eea
releng: Point debian-base image references to K8s Infra
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-05-02 22:51:40 -04:00
jingyih
394df132bd
Update default etcd server to 3.4.7
2020-04-13 14:37:56 -07:00
jingyih
f9e0e4c6b4
Update default etcd server to 3.4.4
2020-03-18 00:27:46 -07:00
jennybuckley
7346579a03
Update etcd debian base image to v2.0.0
2020-02-26 14:29:48 -08:00
Kubernetes Prow Robot
e1d3cc74e5
Merge pull request #84329 from jingyih/update_etcd_server_to_3.4
...
Update default etcd server to 3.4.3
2019-10-30 02:30:52 -07:00
Jingyi Hu
706cde51c5
Update default etcd server to 3.4.3
2019-10-28 18:29:37 -07:00
Wenjia Zhang
660b17d0ae
Pin dependencies and update vendors
2019-10-24 14:09:24 -07:00
Wenjia Zhang
3b274fad2a
Replace github.com/coreos/etcd by go.etcd.io/etcd
2019-10-24 14:09:24 -07:00
Joe Betz
c92bd5e7b5
Upgrade to etcd server 3.3.17
2019-10-13 17:17:15 -07:00
chenyaqi01
66be69bb0e
replace bytes.Compare() with bytes.Equal()
2019-09-27 10:08:49 +08:00
hwdef
951aa8e69a
add-err-handling-in-images/etcd/migrate
2019-09-15 00:11:35 +08:00
Davanum Srinivas
8ca2436bdb
Fix failure running make build test in cluster/images/etcd
...
Change-Id: I5072d06402d211c17c8c5fb952e193bd1e57c07d
2019-08-30 22:06:41 -04:00
Davanum Srinivas
8fbfdf8267
Update default etcd server to 3.3.15 for kubernetes 1.16
...
Change-Id: I68f1a5e5339d83077a1a9f312c4e6e33848886c5
2019-08-30 21:29:45 -04:00
Gyuho Lee
93b9545f48
vendor: update with "update-vendor.sh" script
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com >
2019-08-29 08:46:02 -07:00
Gyuho Lee
3ad4fedede
cluster/.../etcd/migrate: block etcd client creation until connection is up
...
The new etcd balancer (>3.3.14, 3.4.0) uses an asynchronous resolver for
endpoints. Without "WithBlock", the client may return before the
connection is up.
Signed-off-by: Gyuho Lee <leegyuho@amazon.com >
2019-08-29 08:38:29 -07:00