Kubernetes Prow Robot
c7abf44a19
Merge pull request #88856 from yaseenhamdulay/patch-1
...
Create etcd user in cloud-init master.yaml rather than in configure-h…
2020-03-27 20:41:53 -07:00
Kubernetes Prow Robot
edbbb6a89f
Merge pull request #89571 from oxddr/enable-logexporter
...
Revert "Revert "log-dump.sh: allow to dump extra log files""
2020-03-27 14:36:16 -07:00
Kubernetes Prow Robot
3842a92f5f
Merge pull request #89413 from zhouya0/remove_prometheus_references_from_etcd_version_monitor
...
Remove prometheus references from etcd version monitor
2020-03-27 06:56:23 -07:00
Janek Łukaszewicz
4f0816ebf2
Revert "Revert "log-dump.sh: allow to dump extra log files""
...
This reverts commit c20e604377
.
2020-03-27 12:23:17 +01:00
Peter Hornyack
3583816112
Fix INFRA_CONTAINER variable references
...
Tested:
NUM_NODES=2 NUM_WINDOWS_NODES=2 KUBE_GCE_ENABLE_IP_ALIASES=true \
KUBERNETES_NODE_PLATFORM=windows \
LOGGING_STACKDRIVER_RESOURCE_TYPES=new \
KUBE_UP_AUTOMATIC_CLEANUP=true \
WINDOWS_NODE_OS_DISTRIBUTION=win2019 \
./cluster/kube-up.sh
2020-03-26 19:30:39 -07:00
Kubernetes Prow Robot
08ce946e09
Merge pull request #89257 from jprzychodzen/fix-create
...
Util script - move variables setting for replicated master to outer if
2020-03-26 14:10:36 -07:00
Kubernetes Prow Robot
a9f6b93b62
Merge pull request #89498 from sambdavidson/mount-tweak
...
Changed readonly to true and type to "File" for authn/authz config.
2020-03-26 12:48:43 -07:00
Kubernetes Prow Robot
295b53f7b4
Merge pull request #89214 from jingyih/update_etcd_server_3p4p4
...
Update default etcd server to 3.4.4 in k8s v1.19
2020-03-26 01:14:24 -07:00
Samuel Davidson
c70cd1e82f
Changed readonly to true and type to File for authn/authz config.
2020-03-25 17:45:27 -07:00
Yaseen Hamdulay
58f78a53ee
Add ssh_redirect_user
2020-03-24 11:30:48 +00:00
zhouya0
04d06d2f23
Remove prometheus references from etcd version monitor
2020-03-24 14:23:26 +08:00
Kubernetes Prow Robot
de877ec26e
Merge pull request #89327 from aojea/conntrack
...
cluster: ipvs conntrack module vs kernel version
2020-03-22 13:28:44 -07:00
Kubernetes Prow Robot
2ede416104
Merge pull request #89309 from yliaog/windep
...
infra_container is passed in as env variable
2020-03-21 04:10:44 -07:00
Antonio Ojea
33810a99d9
cluster: ipvs conntrack module vs kernel version
...
We should use 'nf_conntrack' instead of 'nf_conntrack_ipv4'
for linux kernel >= 4.19
2020-03-21 11:23:28 +01:00
Yu Liao
50c0827856
infra_container is passed in as env variable
2020-03-20 10:50:25 -07:00
Michael S. Fischer
c6fa1391f5
nodelocaldns: have Prometheus collect metrics
2020-03-20 08:40:33 -07:00
Jakub Przychodzeń
f48268d13b
Util script - move variables setting for replicated master to outer if
2020-03-20 12:42:44 +01:00
yaseenhamdulay
5de3c64ad0
Create etcd user in cloud-init master.yaml rather than in configure-helper.sh
...
An etcd unix user is currently created in configure-helper.sh if it does not exist
on the master.
cloud-init is the only supported mechanism to add users on COS VMs. If an attempt
is made to add a key using OS Login or the instance metadata mechanism the
google_accounts_daemon will race with useradd and potentially attempt to use
the same UID. This will lock out any attempt to SSH into the VM. We therefore
migrate to using cloud-init to create this user and prevent this issue from occurring.
2020-03-19 11:05:42 +00:00
Kubernetes Prow Robot
f899ad704a
Merge pull request #89069 from enj/enj/i/drop_password_file
...
Remove support for basic authentication
2020-03-18 22:24:20 -07:00
Kubernetes Prow Robot
51b2d02717
Merge pull request #88676 from dims/remove-hyperkube
...
Remove hyperkube and debian-hyperkube-base images
2020-03-18 06:36:48 -07:00
Kubernetes Prow Robot
1a334335bc
Merge pull request #88215 from kublr/fix/addon-manager
...
fix addon manager failing to elect leader on masters with _ in the hostname
2020-03-18 01:44:47 -07:00
jingyih
f9e0e4c6b4
Update default etcd server to 3.4.4
2020-03-18 00:27:46 -07:00
Kubernetes Prow Robot
3667411297
Merge pull request #88865 from caesarxuchao/add-cheftako-owner
...
Add cheftako as an owner of cluster/
2020-03-17 19:27:45 -07:00
Kubernetes Prow Robot
c53909498c
Merge pull request #88810 from oxddr/logdump-better-logging
...
log-dump.sh: better logging in case of error from listing GCS
2020-03-17 19:27:08 -07:00
Kubernetes Prow Robot
fbbe9bba8c
Merge pull request #88806 from monotek/fluent-elasticsearch-290
...
updated fluentd to 1.9.2 & use docker builder pattern in dockerfile
2020-03-17 19:26:55 -07:00
Davanum Srinivas
e6cdc0e0f3
Remove hyperkube
2020-03-17 21:33:50 -04:00
Kubernetes Prow Robot
5011621fe5
Merge pull request #88653 from oxddr/log-dump-extra-files
...
Bump logexporter version to v20200227-da16e1b17
2020-03-17 16:21:46 -07:00
Kubernetes Prow Robot
8055c92e26
Merge pull request #88125 from mwwolters/flex2healthz
...
Switch flexvolume_node_setup.sh from kubelet RO port to healthz port
2020-03-17 16:20:07 -07:00
Kubernetes Prow Robot
a6f209c1c0
Merge pull request #86259 from rajansandeep/corednsto1.6.6-kube-up
...
Bump CoreDNS version to 1.6.7 [kube-up]
2020-03-17 16:19:26 -07:00
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
Monis Khan
df292749c9
Remove support for basic authentication
...
This change removes support for basic authn in v1.19 via the
--basic-auth-file flag. This functionality was deprecated in v1.16
in response to ATR-K8S-002: Non-constant time password comparison.
Similar functionality is available via the --token-auth-file flag
for development purposes.
Signed-off-by: Monis Khan <mok@vmware.com>
2020-03-11 20:55:47 -04: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
Sandeep Rajan
5ce4198152
update coredns to 1.6.7
2020-03-05 16:55:28 -05:00
Pavithra Ramesh
bb318ea84a
Update to latest node-cache image
2020-03-05 11:07:06 -08:00
Chao Xu
7ac25f4812
Add cheftako as an onwer of cluster/
2020-03-05 10:24:29 -08:00
Chao Xu
7d86217043
Use the v0.0.8 network proxy images
2020-03-05 09:54:19 -08:00