Kubernetes Prow Robot
5b5301e9df
Merge pull request #79817 from tianyuansun/fix/golint-error
...
fix: golint error of clientgo
2019-07-08 16:00:52 -07:00
Kubernetes Prow Robot
2542746c1d
Merge pull request #79813 from tedyu/match-container-for-port
...
Remove the TODO for container name matching
2019-07-08 16:00:39 -07:00
Kubernetes Prow Robot
17e9b21001
Merge pull request #79790 from ramnar/master
...
Remove duplicate error messages
2019-07-08 16:00:27 -07:00
Kubernetes Prow Robot
643a9ac4e6
Merge pull request #79714 from qingsenLi/k8s-190703-1.11
...
correct the CHANGELOG-1.11.md
2019-07-08 16:00:15 -07:00
Kubernetes Prow Robot
13c07e5327
Merge pull request #79673 from cheftako/bugFix
...
Making sure we handle error on http.NewRequest() in streamer
2019-07-08 16:00:02 -07:00
Ted Yu
58b0a2769a
Revert Provide resource version in error if available
2019-07-08 14:33:40 -07:00
Kubernetes Prow Robot
33541bdd34
Merge pull request #79654 from ilchebedelovski/fix/duplicate-row-changelog
...
Removed diplicated info row in v1.12.7
2019-07-08 14:28:26 -07:00
Kubernetes Prow Robot
4cabe6217f
Merge pull request #79626 from wenjiaswe/remove-etcd-ca-key
...
Remove unnecessary ETCD_CA_KEY check
2019-07-08 14:28:14 -07:00
Kubernetes Prow Robot
858fce1634
Merge pull request #79531 from odinuge/kubelet-dead-code
...
Remove unnecessary variable declaration
2019-07-08 14:28:01 -07:00
Kubernetes Prow Robot
2309b584ee
Merge pull request #79017 from sttts/sttts-apiserver-healthz-stack-trace
...
apiserver: don't log stack trace on /healthz error
2019-07-08 14:27:48 -07:00
Kubernetes Prow Robot
042b157d45
Merge pull request #79014 from monotek/efkupdate
...
updated fluentd to 1.5.1, es & kibana to 7.1.1
2019-07-08 14:27:36 -07:00
Mike Brown
6da266784a
update code documentation to reflect change in status
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2019-07-08 16:15:59 -05:00
Kubernetes Prow Robot
dd9ae9a1d2
Merge pull request #76227 from sawlanipradeep/window-plugin-fix
...
Replace syscall.Execve with exec.Command.
2019-07-08 13:00:36 -07:00
Antonio Ojea
9c75f4a40a
Add e2e test for downward API with host network
...
Co-authored-by: BenTheElder <bentheelder@google.com>
2019-07-08 21:50:16 +02:00
Kubernetes Prow Robot
7054e3ead7
Merge pull request #77772 from sttts/sttts-structural-schema-nullable-go-openapi
...
apiextensions: remove nullable roundtrip hacks after go-openapi gained support
2019-07-08 10:28:36 -07:00
David Eads
a84db7e9de
apiaggregation available controller should only hit required endpoint
2019-07-08 13:27:46 -04:00
Ted Yu
ceceb68cee
Remove unintended ampersand in front of in.Current.AverageValue
2019-07-08 10:23:41 -07:00
Pradeep Sawlani
13be373ce7
For windows, use exec.Command instead of syscall.Execve.
...
sycall.Execve is not supported on windows.
2019-07-08 10:09:51 -07:00
Ted Yu
4ca5b45f3d
Remove the TODO for container name matching
2019-07-08 09:23:35 -07:00
Odin Ugedal
542c335fca
Remove dead code from csi_client
...
When removing a feature flag in
35bc5dc6b6
, a few of the lines were
removed, resulting in some dead code.
2019-07-08 17:53:52 +02:00
Kubernetes Prow Robot
bdc948d4c9
Merge pull request #79882 from ricky1993/kubemark_add_report_frequency
...
Add node status report frequency to kubemark config
2019-07-08 08:38:48 -07:00
Kubernetes Prow Robot
6c8535d408
Merge pull request #79815 from qingsenLi/k8s-190705-update
...
update CHANGELOG
2019-07-08 08:38:35 -07:00
Odin Ugedal
1c79157065
Remove use of HugePages feature flag in test
...
The flag was removed in 1.14, and huge pages are now enabled by
default.
2019-07-08 17:05:05 +02:00
Mike Brown
7b6bb58f3a
update code docs around old todo that is not going to happen
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2019-07-08 09:24:50 -05:00
Naoki Oketani
f258af3af3
fixed a typo in kubectl book
2019-07-08 22:56:04 +09:00
Jordan Liggitt
e050590182
Change default failurePolicy to Fail in v1
2019-07-08 09:49:29 -04:00
Jordan Liggitt
e24377f190
Install/register v1 admission registration types
2019-07-08 09:49:29 -04:00
Jordan Liggitt
d2a84a5619
Copy v1beta1 to v1 admission registration types
2019-07-08 09:49:29 -04:00
Kubernetes Prow Robot
2c64ef5b71
Merge pull request #79729 from nikhita/client-go-install
...
client-go: update installation instructions to reflect v12.0.0 release
2019-07-08 06:16:35 -07:00
Kubernetes Prow Robot
d771dfac3d
Merge pull request #79765 from clarklee92/use-ExpectEqual-autoscaling
...
use ExpectEqual under e2e/autoscaling
2019-07-08 05:06:34 -07:00
Dr. Stefan Schimanski
f82bc712de
aggregator: wire OpenAPI correctly into PrepareRun flow
2019-07-08 13:59:00 +02:00
Sukeesh
346fdbccf0
Cleanup: Audit log and error capitalization
2019-07-08 20:20:12 +09:00
ClarkLee
5030064d2e
use ExpectEqual under e2e/autoscaling
2019-07-08 18:57:18 +08:00
Dr. Stefan Schimanski
7c4329ed45
apiserver: chain delegated PrepareRun
2019-07-08 12:20:20 +02:00
Anago GCB
86bc5af68f
Update CHANGELOG-1.14.md for v1.14.4.
2019-07-08 10:00:19 +00:00
Anago GCB
3aa1e7b721
Update CHANGELOG-1.13.md for v1.13.8.
2019-07-08 09:43:32 +00:00
Jianfei Bai
95bd52cfe9
Trace step should be at the end of calls rather than the begin.
2019-07-08 16:54:04 +08:00
chenyixiang
94c75beacd
Add node status report frequency to kubemark config
...
Change-Id: I2bf178af57a7563e1ce4f542f4b5ca27f15bc1d9
2019-07-08 16:28:14 +08:00
Sukeesh
44c3f0105f
fix incorrect hpa status
2019-07-08 17:27:38 +09:00
Anish Ramasekar
bc13a39ccf
use framework.ExpectEqual for tests
2019-07-08 00:24:28 -07:00
draveness
2fe0d4da27
fix: use schedulerCache instead of podlister in config factory
2019-07-08 14:35:30 +08:00
Anago GCB
274d49a835
Update CHANGELOG-1.12.md for v1.12.10.
2019-07-08 05:08:13 +00:00
draveness
0ec95afb76
feat: use framework.ExpectEqual instead of should
2019-07-07 21:07:48 +08:00
SataQiu
02585c8a08
e2e: use framework.ExpectEqual() for test/e2e/lifecycle
2019-07-07 17:09:11 +08:00
Kubernetes Prow Robot
932487c744
Merge pull request #79848 from tedyu/store-get-rv
...
Provide resource version in error if available
2019-07-07 00:44:33 -07:00
Ji-Young Park
528521cfae
Return MetricsError with ErrCodeNotSupported code
...
GetMetrics function expects MetricsError error
with ErrCodeNotSupported code when driver for the volume
does not support metrics
Updated csi_metrics to return error when underlying csi
driver does not have GET_VOLUME_STATS capability
2019-07-06 10:49:06 -04:00
Kubernetes Prow Robot
656cf9cc7c
Merge pull request #79847 from caohe/add-error-handling
...
Remove panic in storage and add log
2019-07-06 03:30:34 -07:00
caohe
99365063ba
Remove panic in storage and add log
...
Signed-off-by: caohe <caohe9603@gmail.com>
2019-07-06 17:01:20 +08:00
Ted Yu
6459b61bca
Provide resource version in error if available
2019-07-06 00:59:23 -07:00
Kubernetes Prow Robot
e1b757b654
Merge pull request #79812 from tedyu/pdb-decrement
...
Populate DisruptedPods field for non-dry run
2019-07-05 22:00:34 -07:00