Kubernetes Prow Robot
ff21f45680
Merge pull request #89095 from losipiuk/lo/ca-1.18.0
...
Bump Cluster-Autoscaler to 1.18.0
2020-03-13 07:04:40 -07:00
Kubernetes Prow Robot
3524a5a32a
Merge pull request #89097 from jpbetz/patch-1
...
Fix unbound variable error in gce/configure.sh
2020-03-12 20:48:38 -07:00
Kubernetes Prow Robot
6847b2aeba
Merge pull request #88955 from pradeepnss/patch-1
...
Add tolerations with effect "NoExecute" and "NoSchedule" to allow sch…
2020-03-12 18:12:39 -07:00
Joe Betz
23c358d883
Fix unbound variable error in gce/configure.sh
...
Looks like UBUNTU_INSTALL_RUNC_VERSION should be optional here.
2020-03-12 16:41:25 -07:00
Łukasz Osipiuk
c957b2509f
Bump Cluster-Autoscaler to 1.18.0
2020-03-12 21:33:18 +01:00
Srinivasa Satya Pradeep Nekkalapudi
66491d2d89
Add tolerations with effect "NoExecute" and "NoSchedule" to allow schedule of nodelocaldns pods on node pools with taints
...
Currently if we define taints on all node pools in a cluster then nodelocaldns pods wont get scheduled on those node pools. Also in GKE as the daemonset has reconcile flag set tolerations cannot be added. So adding these tolerations will allow nodelocaldns pods to get scheduled on all node pools.
2020-03-11 18:27:13 -07:00
Łukasz Osipiuk
6be4d0a705
Bump Cluster-Autoscaler to cluster-autoscaler:v1.18.0-beta.1
2020-03-11 16:16:30 +01:00
Kubernetes Prow Robot
f8ff8f4420
Merge pull request #88641 from antoninbas/fix-regex-in-conformance-tests-runner
...
Fix default regular expressions in conformance tests runner
2020-03-09 23:33:35 -07:00
Kubernetes Prow Robot
988982a1f7
Merge pull request #88048 from mtaufen/provider-info-e2etest
...
Add e2e test for validating JWTs as OIDC tokens
2020-03-06 17:59:34 -08:00
Kubernetes Prow Robot
b9f15ece18
Merge pull request #88877 from prameshj/nodecache-update
...
Update to latest node-cache image
2020-03-06 13:17:45 -08:00
Kubernetes Prow Robot
b9cd76519e
Merge pull request #88869 from Jefftree/egress_flag
...
[Network Proxy] Allow both grpc and http-connect mode to be toggled in kube-up
2020-03-05 21:40:05 -08:00
Kubernetes Prow Robot
86fc6d5d4c
Merge pull request #88863 from caesarxuchao/0.0.8
...
Use the v0.0.8 network proxy images
2020-03-05 21:39:48 -08:00
Kubernetes Prow Robot
4065a5a236
Merge pull request #88022 from YangLu1031/master
...
Dump docker image list
2020-03-05 20:03:29 -08:00
Jefftree
6fd748e2c5
exit if KONNECTIVITY_SERVICE_PROXY_PROTOCOL_MODE is set incorrectly
2020-03-05 16:59:55 -08:00
Jefftree
06abedb063
Allow both GRPC and http-connect mode to be toggled
2020-03-05 16:16:59 -08:00
Charles Eckman
aee9fde751
Add e2e test for validating JWTs as OIDC tokens
...
Adds an E2E test to deploy an agnhost container that runs the test.
Co-authored-by: Michael Taufen <mtaufen@google.com >
2020-03-05 13:58:52 -08:00
Pavithra Ramesh
bb318ea84a
Update to latest node-cache image
2020-03-05 11:07:06 -08:00
Chao Xu
7d86217043
Use the v0.0.8 network proxy images
2020-03-05 09:54:19 -08:00
Kubernetes Prow Robot
76245147f3
Merge pull request #88598 from jennybuckley/base-image
...
Update etcd debian base image to v2.0.0
2020-03-03 23:17:47 -08:00
Aleksandra Malinowska
472a935294
Update Cluster Autoscaler version to 1.18.0-gke.0
2020-03-03 14:42:25 +01:00
Kubernetes Prow Robot
5726fa2184
Merge pull request #88747 from BenTheElder/approvers
...
update cluster/ approvers
2020-03-03 00:17:51 -08:00
Kubernetes Prow Robot
eaceb7bf5c
Merge pull request #88419 from Jefftree/netproxy-udstoken
...
Add support for token authentication with network proxy
2020-03-02 22:13:37 -08:00
Jefftree
2a98cb7f8b
Use GRPC mode for network proxy
2020-03-02 15:54:52 -08:00
Benjamin Elder
efe35b9a9a
move eparis and zmerlynn to cluster/ emeritus_approvers
2020-03-02 12:49:39 -08:00
Benjamin Elder
904c2d8bc0
add bentheelder to cluster/ approvers
2020-03-02 12:46:24 -08:00
Jefftree
0989770135
Update network proxy to v0.0.7
2020-03-02 10:09:00 -08:00
Jefftree
4c54241c3d
Support token authentication for network proxy
2020-03-01 17:24:48 -08:00
Davanum Srinivas
f92c55a476
Make sure we fail the job and log more details when it does
2020-03-01 09:14:04 -05:00
Davanum Srinivas
bdea23380b
Move conformance image to debian:stretch-slim
...
Pros:
- really small image (see comparison below)
- we need to get rid of hyperkube in upcoming releases
```
davanum@cloudshell:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
debian stretch-slim 4e6990ebcef5 4 days ago 55.3MB
gcr.io/google-containers/debian-hyperkube-base 0.12.1 a46476511725 13 months ago 393MB
```
2020-03-01 09:10:07 -05:00
Antonin Bas
97e8bf5f84
Fix default regular expressions in conformance tests runner
...
[Serial] should be \[Serial\]
[Conformance] should be \[Conformance\]
2020-02-27 17:38:09 -08:00
Kubernetes Prow Robot
641616362d
Merge pull request #88133 from julianvmodesto/dry-run-tests
...
Cleanup --dry-run values in tests, docs, and scripts
2020-02-27 11:33:42 -08:00
jennybuckley
7346579a03
Update etcd debian base image to v2.0.0
2020-02-26 14:29:48 -08:00
Kubernetes Prow Robot
831dae75bf
Merge pull request #88185 from vinayakankugoyal/appendandreplace
...
append_or_replace_prefixed_line in /cluster/gce/gci/configure-helper.…
2020-02-26 13:33:19 -08:00
Kubernetes Prow Robot
add2e8b4d0
Merge pull request #88519 from mm4tt/cluster-gce-owners
...
Make sig-scalability reviewers / approvers of cluster/gce
2020-02-26 08:22:27 -08:00
Mateusz Matejczyk
98df9d9db6
Make sig-scalability reviewers / approvers of cluster/gce
...
Justification: Our CI/CD tests are based on gce provider, people from our sig are in top contributors for this directory.
2020-02-25 13:18:32 +01:00
Mateusz Matejczyk
6739bde9ca
Create OWNERS file for cluster/log-dump
...
Make sig-scalability-reviewers and sig-scalability-approvers reviewers and approvals of that dir.
2020-02-25 13:12:54 +01:00
Vinayak Goyal
388ebfe7d0
append_or_replace_prefixed_line in /cluster/gce/gci/configure-helper.sh fails for prefixes that contain quotes and = sign.
2020-02-24 17:35:36 -08:00
Kubernetes Prow Robot
c8814fd5c6
Merge pull request #88175 from yliaog/windep
...
added nodeSelector to constrain it to Linux only
2020-02-23 12:32:47 -08:00
Matt Matejczyk
c20e604377
Revert "log-dump.sh: allow to dump extra log files"
...
This reverts commit c43b940586
.
2020-02-21 14:27:02 +01:00
Kubernetes Prow Robot
4e26c35064
Merge pull request #88383 from BenTheElder/get-kube-auth
...
fix get-kube authorization headers
2020-02-21 02:36:32 -08:00
Kubernetes Prow Robot
1d28e8cf32
Merge pull request #88113 from oxddr/log-dump-extra-files
...
log-dump.sh: allow to dump extra log files
2020-02-21 01:04:34 -08:00
Kubernetes Prow Robot
6461e6f4fb
Merge pull request #87179 from Jefftree/netproxy-uds
...
UDS + GRPC Support for Network Proxy
2020-02-20 21:20:32 -08:00
Benjamin Elder
f90726a6a6
fix get-kube authorization headers
2020-02-20 14:07:14 -08:00
Jefftree
725d2b6a8f
Network Proxy: GRPC + HTTP Connect with UDS
2020-02-20 10:19:37 -08:00
Janek Łukaszewicz
c43b940586
log-dump.sh: allow to dump extra log files
...
Supports both method: logexporter and ssh
2020-02-20 14:58:18 +01:00
Kubernetes Prow Robot
72b04eff8e
Merge pull request #88281 from cheftako/master
...
Update default cos image to include runc-1.0.0-rc10
2020-02-18 15:33:02 -08:00
Walter Fender
ae0e1b0ca2
Update default cos image to include runc-1.0.0-rc10
2020-02-18 11:24:39 -08:00
Julian V. Modesto
d97169f59a
Clean up --dry-run values.
...
- Clean up --dry-run values in tests, docs, and scripts
- Fix --dry-run for auth reconcile and add a test
2020-02-15 00:43:30 -05:00
Benjamin Elder
4454ce6f37
fix shellcheck failures in health-monitor.sh
2020-02-14 16:12:18 -08:00
Yu Liao
2fd62ad72a
added nodeSelector to constrain it to Linux only
2020-02-14 12:44:17 -08:00