hwdef
|
dddd631706
|
cmd/kube-controller-manager: fix staticcheck warning
|
2019-12-03 11:16:24 +08:00 |
|
Kubernetes Prow Robot
|
fa246f8188
|
Merge pull request #85714 from RainbowMango/pr_clear_desc_state
Add API for clear descriptor status
|
2019-12-02 19:07:11 -08:00 |
|
Kubernetes Prow Robot
|
b9182991d6
|
Merge pull request #85680 from RainbowMango/pr_refactor_custom_collector_unit_tests
Refactor custom collector unit test
|
2019-12-02 19:06:57 -08:00 |
|
hwdef
|
e581be1ec7
|
add err handling in gce/gci
|
2019-12-03 09:34:41 +08:00 |
|
Kubernetes Prow Robot
|
57b6b287d4
|
Merge pull request #85688 from yutedz/pods-to-rm
Reduce unnecessary Set in updateAllocatedDevices
|
2019-12-02 17:07:26 -08:00 |
|
Kubernetes Prow Robot
|
97e34ee223
|
Merge pull request #85475 from andyzhangx/upgrade-azure-storage-lib
upgrade api-version to fix azure file AuthorizationFailure
|
2019-12-02 17:07:10 -08:00 |
|
Kubernetes Prow Robot
|
0810bc3386
|
Merge pull request #85363 from immutableT/encryption-config-defaulter
Add defaulting and validation logic for EncryptionConfiguration type.
|
2019-12-02 17:06:57 -08:00 |
|
Barni S
|
a70a534736
|
Replace the hostname in the fluentd config file even if the file exists
|
2019-12-02 16:04:52 -08:00 |
|
Yang Lu
|
ba2cc99bde
|
Add test cases to verify kubelet & kube-proxy can recover if being killed accidentally
|
2019-12-02 15:59:35 -08:00 |
|
Kubernetes Prow Robot
|
19ee1ea9fa
|
Merge pull request #85810 from liggitt/disable-webhook-ratelimit
Ensure webhook backend requests are not artificially rate-limited
|
2019-12-02 15:03:09 -08:00 |
|
Kubernetes Prow Robot
|
3769de9401
|
Merge pull request #85745 from aojea/kubeadm_etcd_ipv6
kubeadm: default etcd address based on the IP family
|
2019-12-02 15:02:58 -08:00 |
|
Lantao Liu
|
e687bf4fe9
|
Use GCS bucket for crictl on windows.
Signed-off-by: Lantao Liu <lantaol@google.com>
|
2019-12-02 14:11:48 -08:00 |
|
Kubernetes Prow Robot
|
6e0ce9fb2f
|
Merge pull request #85817 from ereslibre/set-cluster-name-on-controller-manager
kubeadm: set cluster name on the controller manager
|
2019-12-02 13:49:09 -08:00 |
|
Kubernetes Prow Robot
|
46aaeb36f6
|
Merge pull request #85808 from ahg-g/ahg-bench
Update number of scheduler perf benchmarks to be more representative
|
2019-12-02 13:48:58 -08:00 |
|
immutablet
|
a151aa35dc
|
Add defaulting logic for EncryptionConfiguration.
|
2019-12-02 13:21:05 -08:00 |
|
Kubernetes Prow Robot
|
3e7c787d3a
|
Merge pull request #85574 from mgugino-upstream-stage/kubectl-drain-ctx
kubectl/drain: Add context support
|
2019-12-02 12:23:11 -08:00 |
|
Kubernetes Prow Robot
|
fe2ee4f09e
|
Merge pull request #85396 from Random-Liu/windows-containerd-on-gce
Add containerd windows support on GCE for test.
|
2019-12-02 12:22:57 -08:00 |
|
Abdullah Gharaibeh
|
f388534082
|
make scheduling queue start before the scheduler starts and stops after the scheduler stops
|
2019-12-02 14:35:09 -05:00 |
|
Kubernetes Prow Robot
|
833f585104
|
Merge pull request #85760 from yutedz/chkpt-write-err
Log error when writing checkpoint fails
|
2019-12-02 10:27:06 -08:00 |
|
Abdullah Gharaibeh
|
e9c400aabc
|
update scheduler benchmarks to be more representative
|
2019-12-02 13:19:14 -05:00 |
|
Rafael Fernández López
|
f0ea7bcf9e
|
kubeadm: set cluster name on the controller manager
On kubeadm's configuration it's possible to set up the cluster
name. Forward this information to the controller manager's
`--cluster-name` argument.
|
2019-12-02 18:32:50 +01:00 |
|
Hemant Kumar
|
0741f6fa29
|
Ensure that metadata directory is not created if secret is not found
To ensure that metadata directory is not created if secret is not
found, we will move fetching secrets bit more earlier in the code.
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
309c6f863a
|
Handle the case of remounts correctly
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
5feea93163
|
Rename MarkVolumeMountedOpts to MarkVolumeOpts
Also remove VolumeNotMounted state
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
cdbd3ba5c2
|
Change interface of SetUp function
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
db9ac38592
|
Change signature of MountDevice function and remove MountDeviceWithStatusTracking
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
0c52b6606e
|
Refactor NodeStage function
Timeout operations should result in
Fix unit tests for uncertainDeviceGlobalMounts
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
57019e0628
|
Add tests for verifying in-progress state
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
27a70a9260
|
Update generated files
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
321e99367a
|
Add code to handle Setup With Status tracking
|
2019-12-02 12:09:38 -05:00 |
|
Hemant Kumar
|
dc9e64c31e
|
Implement return status codes
|
2019-12-02 12:02:27 -05:00 |
|
Jordan Liggitt
|
d620493b74
|
Ensure webhook backend requests are not artificially rate-limited
|
2019-12-02 12:01:51 -05:00 |
|
Hemant Kumar
|
50dbcb3e00
|
Make sure PodExistsInVolume does not uses uncertain volumes
|
2019-12-02 12:01:40 -05:00 |
|
Hemant Kumar
|
34a6007dfe
|
Add code to mark volume as uncertain
Update bazel files
Add tests for volume mounts in uncertain state
|
2019-12-02 12:01:40 -05:00 |
|
Hemant Kumar
|
a795f3de88
|
Add code for introducing uncertain state of mounts
Add a comment about volumestate
|
2019-12-02 11:57:40 -05:00 |
|
Kubernetes Prow Robot
|
ea385aa5e9
|
Merge pull request #85350 from liggitt/mutation-detection
Enable mutation detection in test-cmd/test-integration/test-e2e-node, improve memory impact
|
2019-12-02 07:39:04 -08:00 |
|
Kubernetes Prow Robot
|
e941b46b22
|
Merge pull request #85705 from ralfonso/iscsi_refcounter_block_fix
Fix iscsi refcounter in the case of no Block iscsi volumes
|
2019-12-02 06:03:05 -08:00 |
|
Guangming Wang
|
51b7ef2c87
|
fix: replace TrimLeft with TrimPrefix and TrimRight with TrimSuffix
|
2019-12-02 21:27:15 +08:00 |
|
Kubernetes Prow Robot
|
bd77d5f441
|
Merge pull request #85717 from krzysied/kubemark_node_addon_labels
Setting kubemark node labels
|
2019-12-02 03:17:04 -08:00 |
|
Ahmad Nurus S
|
e911833814
|
Make APIService.spec.service optional in the openapi v2 spec
|
2019-12-02 17:49:05 +07:00 |
|
wojtekt
|
2df8ad1b1c
|
Cleanup default conversions
|
2019-12-02 10:39:03 +01:00 |
|
wojtekt
|
d6969d2c55
|
Cleanup metav1 conversions
|
2019-12-02 10:39:03 +01:00 |
|
wojtekt
|
12ee83ed94
|
Use new-style conversions in default conversions
|
2019-12-02 10:39:03 +01:00 |
|
ZP-AlwaysWin
|
8c2aed4ff5
|
Optimize:remove unnecessary judgment
|
2019-12-02 14:17:48 +08:00 |
|
Kubernetes Prow Robot
|
f6337c7624
|
Merge pull request #85629 from CriaHu/test_master6
fix broken link:https://kubernetes.io/docs/concepts/overview/object-m…
|
2019-12-01 19:31:04 -08:00 |
|
tanjunchen
|
c687521b44
|
fix staticcheck in test/e2e/cloud/
|
2019-12-02 11:29:49 +08:00 |
|
tanjunchen
|
0c36299c21
|
Use expect equal test/e2e/upgrades
|
2019-12-02 11:20:42 +08:00 |
|
Babatunde Olu-Isa
|
af231b09e4
|
remove Kubeadm-env file overwrite from apply and node command
|
2019-12-01 15:28:59 -06:00 |
|
Kubernetes Prow Robot
|
b920b388e9
|
Merge pull request #85675 from jsafrane/aws-attach-consistency
Fix AWS eventual consistency of AttachDisk
|
2019-12-01 07:07:03 -08:00 |
|
Kubernetes Prow Robot
|
650c797d3f
|
Merge pull request #85543 from SataQiu/fix-elasticsearch-20191122
Make elasticsearch discovery supports IPv6
|
2019-11-30 18:31:03 -08:00 |
|