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
Kubernetes Prow Robot
9d3406c27b
Merge pull request #91136 from tosi3k/am-version-update
...
Bump addon-manager's version to v9.1.0
2020-05-15 23:02:41 -07:00
Jordan Liggitt
950ed38996
Mark experimental-cluster-signing-duration deprecated, add --cluster-signing-duration
2020-05-15 14:09:58 -04:00
Antoni Zawodny
f2c22addf5
Bump addon-manager's version to v9.1.0
2020-05-15 12:52:46 +02:00
Kubernetes Prow Robot
e6433bd76b
Merge pull request #91018 from tosi3k/am-whitelist-configuration
...
Allow overriding the default list of resources of list in addon-manager
2020-05-15 02:48:11 -07:00
张潇
fdef0a6767
beta.kubernetes.io/os is already deprecated
2020-05-15 08:27:06 +08:00
Barni S
d826b4b05c
Bump Stackdriver version to 1.11
2020-05-14 18:45:17 -04:00
Kubernetes Prow Robot
b8be11e3fc
Merge pull request #90995 from prameshj/nodelocal-image
...
Use the latest node-cache image.
2020-05-12 08:25:28 -07:00
Antoni Zawodny
ca90cf6049
Allow overriding the default list of resources of list in addon-manager
2020-05-12 12:50:05 +02:00
Tim Hockin
d681a04541
Force LICENSES refresh on GCE images
...
Some test images have it baked in.
2020-05-11 14:25:26 -07:00
Pavithra Ramesh
1ea97db78a
Use the latest node-cache image.
...
The image has debian base 2.0.0, some stability fixes and also uses
UDP to connect to stubDomains configured via kube-dns configmap.
2020-05-11 13:10:27 -07:00
Yuwen Ma
1aa67fc525
Switch core master base images from debian to distroless
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-09 06:55:00 -04:00
Kubernetes Prow Robot
785aadca7f
Merge pull request #90248 from prameshj/affinitydns
...
Add back anti-affinity to kube-dns pods.
2020-05-09 00:43:51 -07:00
Kubernetes Prow Robot
7d53ecee37
Merge pull request #90575 from thockin/fix_license_again
...
Reorganize vendor licenses again (revert #85220 )
2020-05-08 23:03:51 -07:00
Tim Hockin
325ea6e3c2
Restructure licenses again (revert cd4474a)
...
This moves licenses of vendored code from one monolith file into a tree
of individual files for easier reviews. This fixes both the bash and
bazel paths.
2020-05-07 21:48:59 -07:00
Tim Hockin
9213616a23
Add better debug when GCE cluster turnups fail
2020-05-07 19:43:32 -07:00
Walter Fender
339918d206
Add admin account on master for kube-up
...
Creates a master local admin account.
If you are on the master you can now run kubectl.
For issue 87481.
2020-05-06 17:19:58 -07:00
Kubernetes Prow Robot
14eb291084
Merge pull request #90751 from yliaog/windep
...
Removed leftover comments for the deleted function Get_MgmtSubnet
2020-05-05 20:03:09 -07:00
Kubernetes Prow Robot
d8a513ef99
Merge pull request #90697 from justaugustus/base-images
...
base-images: Use new debian-base:v2.1.0 and build new debian-iptables:v12.1.0
2020-05-05 18:01:23 -07:00
Kubernetes Prow Robot
27f06962d8
Merge pull request #90744 from prameshj/kubedns-version
...
Bump up the kube-dns version to 1.15.10
2020-05-05 12:39:22 -07: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
Yu Liao
eb6ee368b9
Removed leftover comments for the deleted function Get_MgmtSubnet
2020-05-04 21:25:51 -07:00
Pavithra Ramesh
069381edec
Bump up the kube-dns version to 1.15.10
2020-05-04 16:14:53 -07:00
Pavithra Ramesh
aaa0d12cc7
Add back anti-affinity to kube-dns pods.
...
This change also updates to the latest kube-dns images. The
anti-affinity change was previously rolled back in https://github.com/kubernetes/kubernetes/pull/59357
Adding this back as there have been imrpovements in scheduler
performance since.
2020-05-04 15:40:19 -07:00
Davanum Srinivas
0d38f21932
Use bionic repo for docker as focal is not yet available
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-05-03 16:50:49 -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
Kubernetes Prow Robot
4a7360debf
Merge pull request #90665 from justaugustus/base-images
...
cleanup: Base image workflow improvements
2020-05-02 01:54:26 -07:00
Stephen Augustus
410b388ad0
build: Fix base image versions on dependents
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com >
2020-05-01 20:39:07 -04:00
Kubernetes Prow Robot
628b413f8e
Merge pull request #90400 from zhlhahaha/1737
...
fix cross build conformance image error
2020-05-01 09:34:30 -07:00
Kubernetes Prow Robot
15d6c9a5ea
Merge pull request #90605 from yliaog/windep
...
switched to default non-masquerade destination ranges
2020-05-01 00:41:54 -07:00
Jie Shen
c71a25e912
Fix shellcheck warnings/errors in cluster/gce/upgrade.sh ( #88576 )
...
* Fix shellcheck warnings/errors in cluster/gce/upgrade.sh
* Update cluster/gce/upgrade.sh
Co-Authored-By: Slava Semushin <slava.semushin@gmail.com >
Co-authored-by: Slava Semushin <slava.semushin@gmail.com >
2020-04-30 21:26:06 -07:00
Kubernetes Prow Robot
29e6bff03a
Merge pull request #90420 from neolit123/1.19-remove-cluster-juju
...
/cluster: remove juju
2020-04-30 15:55:37 -07:00
Yu Liao
9684c13fba
switched to default non-masquerade destination ranges
2020-04-30 12:29:34 -07:00
Kubernetes Prow Robot
7229e13036
Merge pull request #90423 from neolit123/1.19-move-cluster-bash-to-util
...
/cluster: add / update OWNERS labels
2020-04-29 04:52:24 -07:00
ialidzhikov
20d44dfbfe
Update Calico cpva to v0.8.2
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com >
2020-04-28 09:36:14 +03:00
Kubernetes Prow Robot
62880cb122
Merge pull request #90421 from neolit123/1.19-remove-cluster-clientbin
...
/cluster: cleanup clientbin.sh
2020-04-27 22:26:33 -07:00
Lubomir I. Ivanov
b4bbf0a69f
/cluster: cleanup clientbin.sh
...
clientbin.sh is only used in kubectl.sh. It contains logic
for finding a binary that was build from the k/k tree
and for printing errors if the binary cannot be found.
- Remove clientbin.sh
- Remove references of clientbin.sh from /cluster/BUILD
- Use hack/lib/util.sh's kube::util::find-binary for finding the binary
2020-04-28 00:27:33 +03:00
Kubernetes Prow Robot
e494b0788b
Merge pull request #89543 from bartekzurawski/fix-kube-up-gce-private-restart
...
Set ip alias route on kubernetes-master during booting
2020-04-24 09:38:07 -07:00
Howard Zhang
7550ea0ab3
fix cross build conformance image error
...
After using docker buildx build --platform,
conformance image can build from correct
architecture debian:stretch-slim image.
Signed-off-by: Howard Zhang <howard.zhang@arm.com >
2020-04-24 16:10:43 +08:00
Lubomir I. Ivanov
c0387ab3ac
/cluster: add / update OWNERS
2020-04-24 03:21:07 +03:00
Lubomir I. Ivanov
b08cd0e2cb
remove /cluster/juju
...
Juju changed home and was cleaned up in 422a7ec49 .
Remove the "provider" leftover in /cluster/juju.
No references were found in k/test-infra, k/k.
2020-04-23 23:58:14 +03:00
Joakim Roubert
bf77061cb1
Fix shellcheck failures in cluster/pre-existing/util.sh
...
This is merely bringing PR #82059 back to life in a contemporary
context, so all cred should go to k-toyoda-pi (and BenTheElder).
Change-Id: I7cf33e50adabbd23d18348448c21c6255502c1ba
Signed-off-by: Joakim Roubert <joakimr@axis.com >
2020-04-23 16:02:48 +02:00
Kubernetes Prow Robot
53374fa519
Merge pull request #90343 from neolit123/1.19-remove-kubernetes-anywhere
...
remove kubernetes-anywhere from this repository
2020-04-22 19:22:24 -07:00
Kubernetes Prow Robot
1bcd49d5cd
Merge pull request #90156 from vinayakankugoyal/nonroot
...
Run kube-scheduler and kube-addon-manager as non root
2020-04-22 19:21:46 -07:00
Lubomir I. Ivanov
ad63ad7d40
cluster: cleanup unused scripts
...
Verified with k/k and k/test-infra.
- restore-from-backup.sh
Performs restoration of etcd snapshots and the logic seems valid
on a quick look, but doesn't seem to be used anywhere in our infra.
I suspect this is used on demand for local testing, but /cluster root
doesn't seem like the right place for it at this point.
- test-*.sh
Gikgo related calls but these bash scripts seem unused in the infra.
2020-04-22 03:45:56 +03:00
Lubomir I. Ivanov
820c87c069
remove kubernetes-anywhere from this repository
...
The project has been deprecated since Dec 2018 and is unused.
Cleanup in:
- /test/e2e/framework/
- /cluster/
2020-04-21 22:52:51 +03:00
toyoda
a01b1dada5
Fix shellcheck failure in cluster/gce/config-default.sh
2020-04-17 16:11:58 +09:00
Vinayak Goyal
7a5f4c47de
Run kube-scheduler and kube-addon-manager as non root
2020-04-16 14:50:04 -07:00
Kubernetes Prow Robot
3b00d7dce5
Merge pull request #89415 from wiremind/fluent-plugin-kubernetes_metadata_filter
...
cluster addons: fluentd-elasticsearch: update gems.
2020-04-14 22:00:03 -07:00