David Eads
5f911fd048
remove unnecessary scheme from config struct
2019-02-18 14:05:45 -05:00
David Eads
8d0c56e22f
prevent unhandled errors on colliding poststarthook registration
2019-02-18 13:50:36 -05:00
Kubernetes Prow Robot
9891824352
Merge pull request #74212 from rojkov/kubeadm-drop-applyFlags-newK8sVersion
...
kubeadm: drop applyFlags.newK8sVersion field
2019-02-18 10:37:42 -08:00
Kubernetes Prow Robot
c923a68470
Merge pull request #74024 from rosti/optimize-config-migrate
...
kubeadm: Replace MigrateOldConfigFromFile
2019-02-18 10:37:32 -08:00
Justin SB
7dbbab0476
Add code comments to guard inadvertent removal of insecure-bind-address
...
Though the flags are deprecated, the deprecation process revealed that
the flag is important for health checks in more secure environments.
Add a link to #43784 to help developers understand why the flags have
not yet been removed.
Issue #43784
Issue #74172
Issue #59018
2019-02-18 12:58:59 -05:00
Kubernetes Prow Robot
a9fd9cef76
Merge pull request #74195 from rojkov/kubeadm-refactor-nonformatting
...
kubeadm: use non-formatting constructor for new error
2019-02-18 08:45:42 -08:00
Davanum Srinivas
6b6bfb37fb
Add minimal audit policy to local-up-cluster
...
Change-Id: Ia2cdb5a6a891665ece5365698f2989ba3782a5ec
2019-02-18 11:18:34 -05:00
Dmitry Rozhkov
a49dc107a3
kubeadm: drop applyFlags.newK8sVersion field
...
since it's not a command line flag. Use a variable instead.
2019-02-18 17:04:30 +02:00
Kubernetes Prow Robot
f7eb5769c2
Merge pull request #71468 from bclau/windows-tests
...
Windows networking tests
2019-02-18 06:24:24 -08:00
Kevin Wiesmüller
2f8e8fa3af
add fieldmanager tests for stripFields
2019-02-18 12:28:02 +01:00
renxiang
8c8a9f850b
fixes: some wrong comments
2019-02-18 19:02:28 +08:00
Kubernetes Prow Robot
701f914f3a
Merge pull request #72731 from skarthiksrinivas/vsphere_volume_zone
...
Provision vsphere volume as per zone
2019-02-18 03:02:03 -08:00
danielqsj
79a3eb816c
rename latency to duration in metrics
2019-02-18 17:40:04 +08:00
Mikkel Oscar Lyderik Larsen
9f34d8bc79
Remove 'tlsConfig != nil' check
...
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
2019-02-18 09:45:37 +01:00
Mikkel Oscar Lyderik Larsen
93abdb1205
Fix websocket e2e tests for https endpoints
...
When running e2e conformance tests against a public https protected
APIserver the websocket tests would fail because it fell back to using
`ws://` instead of `wss://` for the websocket connection.
This happened because the code detect if HTTPS is used only looks for
HTTPS related configuration in the kubeconfig, like a custom CA or
certificates.
The fix is to always use HTTPS when the apiserver URL has the scheme `https://`.
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
2019-02-18 09:45:37 +01:00
andyzhangx
4e4684662d
add mixed protocol support for azure load balancer
2019-02-18 08:29:37 +00:00
Kubernetes Prow Robot
92e0c231fa
Merge pull request #74107 from truongnh1992/adding-shebang
...
Adding '/usr/bin/env bash'
2019-02-18 00:23:35 -08:00
Dmitry Rozhkov
193d0f21c4
kubeadm: use non-formatting constructor for new error
2019-02-18 09:51:53 +02:00
Kubernetes Prow Robot
cdbc9d8567
Merge pull request #73686 from ShivangGoswami/master
...
Cleanup: Audit log and error capitalization
2019-02-17 23:08:39 -08:00
xichengliudui
641f883b82
fix shellcheck in test/integration/... and test/kubemark/...
2019-02-18 01:16:39 -05:00
danielqsj
0bfe4c26b1
add default buckets for histogram metrics
2019-02-18 14:07:30 +08:00
danielqsj
4fa0ee7805
Mark deprecated in related kubelet metrics
2019-02-18 14:03:44 +08:00
danielqsj
0e9515c709
Move kubelet metrics to histogram metrics
2019-02-18 14:03:44 +08:00
danielqsj
9fd99a48f5
Change kubelet metrics to conform guideline
2019-02-18 14:01:58 +08:00
danielqsj
d065dd28cd
fix shellcheck in k8s.io/metrics
2019-02-18 13:54:11 +08:00
xichengliudui
fd044c5770
make more of the shell pass lints
2019-02-18 00:42:46 -05:00
skarthiksrinivas
a309d8a6c1
Provision vsphere volume honoring zones
2019-02-17 21:37:00 -08:00
Cheng Pan
6355186c3e
Add In-tree to CSI migration logic for Mount and Unmount
2019-02-18 04:55:31 +00:00
Kubernetes Prow Robot
2de487c91f
Merge pull request #74182 from andyzhangx/azuredisk-snapshot-client
...
add azure disk snapshot client in azure cloud provider
2019-02-17 20:22:50 -08:00
Nguyen Hai Truong
62fb9773de
Adding detail of how to check the OS version
...
Use command `cat /etc/os-release` to check the version of OS.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-02-17 23:45:22 +07:00
Mehdy Bohlool
0f186323bc
Update generated files
2019-02-16 13:28:48 -08:00
Mehdy Bohlool
cebb4ee2ac
Remove the propagated scheme from the Admission chain
2019-02-16 13:28:47 -08:00
Mehdy Bohlool
d08bc3774d
Mechanical changes due to signature change for Admit and Validate functions
2019-02-16 13:28:47 -08:00
Mehdy Bohlool
513a87c7b2
Add ObjectInterfaces to Admission and Validation
2019-02-16 13:28:47 -08:00
Jean Rouge
b1ea622359
Review from @yujuhong
...
Signed-off-by: Jean Rouge <rougej+github@gmail.com>
2019-02-16 07:55:43 -08:00
andyzhangx
3b37dc566e
add azure disk snapshot client in cloud provider
2019-02-16 13:35:39 +00:00
Fabio Bertinatto
d6c642b46a
Only return CSI driver registration error
2019-02-16 10:06:33 +01:00
Mehdy Bohlool
c14e7e2004
Add e2e test for multi-version CRD admission webhook patch bug
2019-02-16 00:46:57 -08:00
Kubernetes Prow Robot
07a5488b2a
Merge pull request #74141 from zetaab/fixtest
...
disable xfs localvolume test
2019-02-16 00:29:57 -08:00
Kubernetes Prow Robot
528cf14aa2
Merge pull request #74121 from truongnh1992/edit-owner-contact
...
Correct typecheck contact info
2019-02-15 22:59:48 -08:00
Kubernetes Prow Robot
e4db1471f1
Merge pull request #71147 from pivotal-k8s/vsphere-windows-uuid
...
Support retrieving the VM UUID on Windows
2019-02-15 21:49:50 -08:00
gaorong
5efbdb02bf
fix kubectl describe static pod cann't get event messages
2019-02-16 13:01:06 +08:00
Kubernetes Prow Robot
95c3cbaf9f
Merge pull request #74094 from gnufied/fix-multizone-test-resizing
...
Use delayed binding for multizone tests
2019-02-15 20:35:51 -08:00
Kubernetes Prow Robot
e691e5f2d9
Merge pull request #74082 from pivotal-k8s/loopback_check
...
Fix testing if an interface is the loopback
2019-02-15 20:35:41 -08:00
Kubernetes Prow Robot
c88dcee3e9
Merge pull request #73824 from jiayingz/reallocate
...
Checks whether we have cached runtime state before starting a container
2019-02-15 20:35:30 -08:00
Kubernetes Prow Robot
f9e102cac7
Merge pull request #67212 from SneakyFish5/fix-node-pod-doc
...
Use pod instead of node
2019-02-15 19:17:08 -08:00
Nguyen Hai Truong
4c18fbcbb5
Correct owner's contact
...
@rmmh was no longer involved in the project anymore.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-02-16 09:19:34 +07:00
Kubernetes Prow Robot
149d6f1115
Merge pull request #74117 from carlory/patch-1
...
fix typo
2019-02-15 18:02:58 -08:00
Kubernetes Prow Robot
063e7ff358
Merge pull request #73833 from haiyanmeng/cri_runtimeclass
...
Add `runtime_handler` into PodSandbox and PodSandboxStatus
2019-02-15 18:02:46 -08:00
Kubernetes Prow Robot
5aaf6cd61b
Merge pull request #72386 from logicalhan/readiness
...
fail faster for readiness checks
2019-02-15 18:02:30 -08:00