Commit Graph

72732 Commits (07d836fcb85e9a48dc63713ea309513043fce746)

Author SHA1 Message Date
Kubernetes Prow Robot 50f6dc4c3a
Merge pull request #74575 from andyzhangx/automated-cherry-pick-of-#74499-upstream-release-1.13
Automated cherry pick of #74499: fix parse devicePath issue on Azure Disk
2019-02-26 18:35:40 -08:00
Kubernetes Prow Robot 94c8c724e1
Merge pull request #74458 from neolit123/automated-cherry-pick-of-#74454-origin-release-1.13
Automated cherry pick of #74454: kubeadm: fix url validation code
2019-02-26 15:46:10 -08:00
Kubernetes Prow Robot 20ff821852
Merge pull request #74492 from andyzhangx/automated-cherry-pick-of-#74200-upstream-release-1.13
Automated cherry pick of #74200: add mixed protocol support for azure load balancer
2019-02-26 11:46:42 -08:00
andyzhangx 99ecd8d16e add retry for detach azure disk
add more logging info in detach disk
2019-02-26 09:00:03 +00:00
andyzhangx 1f894f6756 fix parse devicePath issue on Azure Disk 2019-02-26 08:41:49 +00:00
andyzhangx 54628908d7 add mixed protocol support for azure load balancer 2019-02-25 05:49:11 +00:00
andyzhangx 63ee42e90f add timeout in GetVolumeLimits operation
add timeout for getAllStorageAccounts
2019-02-25 03:41:05 +00:00
andyzhangx 51bb3831cc remove get azure accounts in the init process set timeout for get azure account operation
use const for timeout value

remove get azure accounts in the init process

add lock for account init
2019-02-25 03:41:05 +00:00
Ed Bartosh afa970c071 kubeadm: fix url validation code
Fixed nil pointer dereference in url validation code that
caused kubeamd panic:

  panic: runtime error: invalid memory address or nil pointer dereference
  [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xa7930c]

  goroutine 1 [running]:
  kubeadm/validation.ValidateURLs(0x40000bafe0, 0x2, 0x2, 0x1, 0x40002967b0, 0x0, 0x40002967b0, 0xf302a0)
    kubeadm/validation/validation.go:324 +0xcc
  kubeadm/validation.ValidateEtcd(0x400000b490, 0x4000296720, 0x0, 0x0, 0x0)
    kubeadm/validation/validation.go:291 +0x1f0
      ...

Fixes: kubernetes/kubeadm#1419

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2019-02-23 19:24:26 +02:00
Kubernetes Prow Robot ff6a78dd49
Merge pull request #74368 from andrewsykim/automated-cherry-pick-of-#74301-upstream-release-1.13
Automated cherry pick of #74301: do not return error on invalid mac address in vsphere cloud
2019-02-23 01:53:19 -08:00
Kubernetes Prow Robot e0f56a72ef
Merge pull request #74183 from andyzhangx/automated-cherry-pick-of-#73661-upstream-release-1.13
Automated cherry pick of #73661
2019-02-22 21:26:42 -08:00
Kubernetes Prow Robot af1f7b73dc
Merge pull request #73394 from afritzler/automated-cherry-pick-of-#72507-upstream-release-1.13
Automated cherry pick of #72507: remove stale OutOfDisk condition from kubelet side
2019-02-22 16:14:33 -08:00
Kubernetes Prow Robot a01f2185c2
Merge pull request #73646 from bradhoekstra/automated-cherry-pick-of-#73639-upstream-release-1.13
Automated cherry pick of #73639: Document default value for enableServiceLinks
2019-02-22 13:15:58 -08:00
Brad Hoekstra eacbe59dfa Run ./hack/update-api-reference-docs.sh 2019-02-22 11:16:14 -05:00
Brad Hoekstra fa9525cbeb Run ./hack/update-swagger-spec.sh 2019-02-22 10:34:34 -05:00
Kubernetes Prow Robot 7e0181c6fe
Merge pull request #73872 from M00nF1sh/automated-cherry-pick-of-#73770-upstream-release-1.13
Automated cherry pick of #73770: support multiple cidr vpc for nlb health check
2019-02-21 22:06:15 -08:00
danielqsj 2bc81c2dbc fix negative slice index error in keymutex 2019-02-22 10:52:04 +08:00
Kubernetes Prow Robot 2013533a1d
Merge pull request #73709 from krzysztof-jastrzebski/automated-cherry-pick-of-#73401-#73606-upstream-release-1.13
Automated cherry pick of #73401: Delete pods assigned to not existing nodes. #73606: Deleting pods assigned to not existing nodes only if
2019-02-21 16:59:48 -08:00
Kubernetes Prow Robot c8e0153c89
Merge pull request #73568 from cofyc/automated-cherry-pick-of-#73309-upstream-release-1.13
Automated cherry pick of #73309: Should move all unscheduable pods when we received move request to active queue
2019-02-21 15:41:25 -08:00
Kubernetes Prow Robot 3349b88f79
Merge pull request #72865 from whypro/automated-cherry-pick-of-#72682-upstream-release-1.13
Automated cherry pick of #72682: Add `metrics-port` to kube-proxy cmd flags.
2019-02-21 14:09:57 -08:00
Kubernetes Prow Robot 96043d91a1
Merge pull request #74167 from benmoss/automated-cherry-pick-of-#74082-upstream-release-1.13
Automated cherry pick of #74082: Fix testing if an interface is the loopback
2019-02-21 12:47:34 -08:00
Kubernetes Prow Robot de4225fa13
Merge pull request #74102 from caesarxuchao/automated-cherry-pick-of-#73443-#73713-#73805-#74000-upstream-release-1.13
Automated cherry pick of #73443: update json-patch to pick up bug fixes
2019-02-21 12:46:51 -08:00
Fabio Rapposelli 0ee6c331f7 do not return error on invalid mac address in vsphere cloud provider 2019-02-21 15:10:30 -05:00
Kubernetes Prow Robot 4ef32ffb4e
Merge pull request #74037 from mikebrow/automated-cherry-pick-of-#73016-upstream-release-1.13
Automated cherry pick of #73016: Bump the pod memory to higher levels to work on power
2019-02-18 13:07:59 -08:00
andyzhangx 45b0f1728f fix smb remount issue on Windows
add comments for doSMBMount func

fix comments about smb mount
2019-02-18 02:30:43 +00:00
Ben Moss c5238d4f33 Fix testing if an interface is the loopback
It's not guaranteed that the loopback interface only has the loopback
IP, in our environments our loopback interface is also assigned a 169
address as well.
2019-02-16 14:16:48 -05:00
Chao Xu de5b047ef4 Limit the number of operations in a single json patch to be 10,000 2019-02-15 13:05:23 -08:00
Chao Xu 9146d60057 Loosing the request body size limit to 100MB to account for the size ratio between json and protobuf. 2019-02-15 13:05:23 -08:00
Chao Xu d179cd7892 add integration test 2019-02-15 13:05:23 -08:00
Chao Xu 18162da01c Make intergration test helper public.
This was done in the master branch in
https://github.com/kubernetes/kubernetes/pull/69902. The pull includes many
other changes, so we made this targeted patch.
2019-02-15 13:05:23 -08:00
Chao Xu 9dfdb6a27c Adding a limit on the maximum bytes accepted to be decoded in a resource write request. 2019-02-15 10:26:02 -08:00
Chao Xu bf75847059 Set the maximum size increase the copy operations in a json patch can cause 2019-02-14 18:20:20 -08:00
Chao Xu f80a5504d8 Importing latest json-patch. 2019-02-14 18:19:06 -08:00
Chao Xu f0a495cff0 update json-patch to pick up bug fixes 2019-02-14 18:18:39 -08:00
Manjunath A Kumatagi f7c6c6199d Bump the pod memory to higher levels to work on power 2019-02-13 15:23:53 -06:00
Kubernetes Prow Robot 046d69bd61
Merge pull request #73965 from liggitt/upgrade-tests-1.13
Upgrade tests 1.13
2019-02-13 13:18:29 -08:00
Jordan Liggitt dbb9edcb61 Test 1.14+ servers with /openapi/v2 path 2019-02-12 12:33:30 -05:00
Jordan Liggitt 009ab70194 Test 1.14+ servers with newer metadata concealment image 2019-02-12 12:33:30 -05:00
Kubernetes Prow Robot 35cc735a93
Merge pull request #73909 from wojtek-t/automated-cherry-pick-of-#73845-upstream-release-1.13
Automated cherry pick of #73845 upstream release 1.13
2019-02-11 06:24:06 -08:00
wojtekt 431e5f07bf Avoid going back in time in watchcache watchers 2019-02-11 09:29:21 +01:00
Kubernetes Prow Robot b5bf78cca3
Merge pull request #73562 from liggitt/automated-cherry-pick-of-#73482-upstream-release-1.13
Automated cherry pick of #73482: Always select the in-memory group/version as a target when
2019-02-10 18:22:32 -08:00
M00nF1sh 32545270f5 support multiple cidr vpc for nlb health check 2019-02-08 21:40:58 -08:00
Kubernetes Prow Robot 47f76d4a17
Merge pull request #73827 from andrewsykim/automated-cherry-pick-of-#73721-upstream-release-1.13
Automated cherry pick of #73721: fix mac filtering in vsphere cloud provider
2019-02-08 15:59:16 -08:00
Fabio Rapposelli 055dd06820 fix mac filtering in vsphere cloud provider 2019-02-07 15:23:29 -05:00
Krzysztof Jastrzebski 19d1b941e4 Deleting pods assigned to not existing nodes only if ScheduleDaemonSetPods is enabled. 2019-02-04 19:59:49 +01:00
Krzysztof Jastrzebski 6dd48c4e60 Delete pods assigned to not existing nodes. 2019-02-04 19:59:48 +01:00
Anago GCB c6d339953b Add/Update CHANGELOG-1.13.md for v1.13.3. 2019-02-01 21:06:29 +00:00
Anago GCB 0a896c1462 Kubernetes version v1.13.4-beta.0 openapi-spec file updates 2019-02-01 20:00:10 +00:00
Brad Hoekstra 703bf152ea Document default value for enableServiceLinks 2019-02-01 14:56:16 -05:00
Kubernetes Prow Robot 721bfa7519
Merge pull request #73586 from carlo-colombo/automated-cherry-pick-of-#72965-upstream-release-1.13
Automated cherry pick of #72965: Use actual node hostname during test "EmptyDir Wrapper
2019-02-01 09:40:39 -08:00