k8s-ci-robot
a8e8e891f2
Merge pull request #68289 from denkensk/fix-simple-pkg-kubelet
...
Simple code fixed in in pkg/kubelet
2018-09-25 06:14:03 -07:00
k8s-ci-robot
cdfd62ffb9
Merge pull request #68263 from islinwb/patch-1
...
add a missing "%s"
2018-09-25 06:13:53 -07:00
k8s-ci-robot
c16691037d
Merge pull request #68255 from leakingtapan/golint-fix-ebs
...
Fix golint for pkg/volume/aws_ebs
2018-09-25 06:13:33 -07:00
k8s-ci-robot
a67689dfca
Merge pull request #68245 from jingyih/remove_tagName_in_goDoc
...
*: Remove comment tags in GoDoc
2018-09-25 06:13:23 -07:00
k8s-ci-robot
59ad8c0f51
Merge pull request #68121 from dixudx/remove_rs_controller_options
...
cleanup: remove unused options for rs controller
2018-09-25 05:02:24 -07:00
k8s-ci-robot
5b864ac971
Merge pull request #68113 from fengzixu/master
...
Fixes #68026 : revise some errors about golint in some packages
2018-09-25 05:02:14 -07:00
k8s-ci-robot
0805860dba
Merge pull request #67870 from yue9944882/refactor/externalize-resource-quota-admission-controller
...
Externalize resource quota admission controller & controller reconciliation
2018-09-25 02:41:40 -07:00
k8s-ci-robot
2970366327
Merge pull request #67860 from m1kola/cleanup_logsForObject
...
Cleanup: removes support of internal types from logsForObject
2018-09-25 01:27:40 -07:00
k8s-ci-robot
b875ad8c08
Merge pull request #67508 from brahmaroutu/flex_metrics
...
Provide Flex volume metrics if the plugin supports.
2018-09-25 00:18:10 -07:00
k8s-ci-robot
28d86ac47d
Merge pull request #67308 from cofyc/fix67260
...
Use monotonically increasing generation to prevent equivalence cache race
2018-09-25 00:18:00 -07:00
k8s-ci-robot
e1989af060
Merge pull request #64526 from misterikkit/metrics
...
Add scheduler throughput metric
2018-09-25 00:17:40 -07:00
Pengfei Ni
f8b2781f4f
Add unit tests for getting vmss node IP
2018-09-25 11:22:52 +08:00
Pengfei Ni
303af63ec9
Get public IP for Azure vmss nodes
...
This is required for getting public IP when --public-ip-per-vm
(publicIpAddressConfiguration) is enabled for vmss.
2018-09-25 11:22:47 +08:00
k8s-ci-robot
8346631860
Merge pull request #68053 from Pingan2017/rmifblock
...
clean up unneeded else block
2018-09-24 17:17:29 -07:00
k8s-ci-robot
fdd9c2e2a0
Merge pull request #67990 from tizhou86/newPR5
...
Fix golint error under pkg/proxy.
2018-09-24 17:17:19 -07:00
k8s-ci-robot
9120dc01e1
Merge pull request #67939 from NickrenREN/rbd-ams
...
RBD AccessModes checking when attaching
2018-09-24 17:17:00 -07:00
k8s-ci-robot
836ce7357a
Merge pull request #67914 from Huang-Wei/inconsistent-dscontroller-comment
...
fix a comment inconsistency in Daemonset Controller
2018-09-24 17:16:50 -07:00
Jonathan Basseri
b0a8dbbc9d
Add scheduler throughput metric.
...
This adds a counter to the scheduler that can be used to calculate
throughput and error ratio. Pods which fail to schedule are not counted
as errors, but can still be tracked separately from successes.
We already measure scheduler latency, but throughput was missing. This
should be considered a key metric for the scheduler.
2018-09-24 14:38:39 -07:00
k8s-ci-robot
170dcc2ea0
Merge pull request #68754 from bradhoekstra/optional-service-env-variables
...
kubelet: Make service environment variables optional
2018-09-24 10:59:32 -07:00
k8s-ci-robot
7ffaa2f713
Merge pull request #68388 from wgliang/fixbug/defer-in-loop
...
fix bug that defer in infinite loop
2018-09-23 19:27:03 -07:00
Cheng Pan
000e30086b
fix golint for pkg/volume/aws_ebs
2018-09-22 05:56:05 +00:00
Brad Hoekstra
a596030cb3
Update bazel
2018-09-22 00:10:08 -04:00
Yecheng Fu
b3f1e1200b
Update notes to document why invalidation order is important.
2018-09-22 12:09:24 +08:00
Yecheng Fu
2f46bc8a18
Use seqeuence number to represent generation of equivalence cache.
...
- snapshot equivalence cache generation numbers before snapshotting the
scheduler cache
- skip update when generation does not match live generation
- keep the node and increment its generation to invalidate it instead of
deletion
- use predicates order ID as key to improve performance
2018-09-22 12:08:21 +08:00
Brad Hoekstra
69551689d5
Fix spelling
2018-09-22 00:07:08 -04:00
Yecheng Fu
a2cc1b1a20
Revert "Use sync.map to scale ecache better"
...
This reverts commit 17d0190706
.
2018-09-22 11:33:06 +08:00
Brad Hoekstra
42da186b62
Address review comments
2018-09-21 20:06:32 -04:00
Brad Hoekstra
c4ec40eca8
Update comment to reflect the new logic
2018-09-21 16:26:37 -04:00
Brad Hoekstra
2c5cc79eed
Add comment to specify default
2018-09-21 16:21:32 -04:00
k8s-ci-robot
5dc2c13e74
Merge pull request #68921 from feiskyer/powerstate
...
Fix nodes power state on Azure
2018-09-20 23:11:54 -07:00
Pengfei Ni
83e64dd6d0
Add unit tests for InstanceShutdownByProviderID
2018-09-21 12:55:11 +08:00
Pengfei Ni
67069cc1e8
Fix nodes power state on Azure
2018-09-21 12:55:08 +08:00
k8s-ci-robot
fb50b3cb32
Merge pull request #67793 from fisherxu/use_ctx
...
Refactor grpc dial with dialcontext
2018-09-20 20:35:36 -07:00
k8s-ci-robot
3690f8fc54
Merge pull request #68831 from jbartosik/fix-first-hpa-recommendation
...
Fix first hpa recommendation
2018-09-19 09:48:00 -07:00
k8s-ci-robot
3429b9aca4
Merge pull request #62544 from astefanutti/56297
...
Init Kubelet runtime cache before dependent stats provider
2018-09-19 08:38:16 -07:00
Joachim Bartosik
7d7c48a647
HPA stabilizes initial recommendation
...
HPA will treat initial size of autoscalee to avoid hastily overriding
recomendations made by HPA (if HPA set size and then was restarted) or by user
(initial size should be treated as human-generated recommendation).
2018-09-19 14:54:55 +02:00
k8s-ci-robot
e3dbad3211
Merge pull request #68786 from alexjx/pr/68194
...
Restore *filter table for ipvs
2018-09-19 03:30:29 -07:00
k8s-ci-robot
9228bec334
Merge pull request #68579 from verult/adc-crd-access
...
Updating CSI e2e test to create CSI CRDs
2018-09-19 02:00:30 -07:00
k8s-ci-robot
400981797e
Merge pull request #68767 from ravisantoshgudimetla/fix-drain
...
Fix drain for evicting terminal DS pods and pods with local storage
2018-09-18 22:34:40 -07:00
k8s-ci-robot
76518f154b
Merge pull request #68803 from dims/avoid-setting-masked-read-only-when-pod-is-privilged
...
Avoid setting Masked/ReadOnly paths when pod is privileged
2018-09-18 17:41:47 -07:00
Davanum Srinivas
02489f8988
Avoid setting Masked/ReadOnly paths when pod is privileged
...
In the recent PR on adding ProcMount, we introduced a regression when
pods are privileged. This shows up in 18.06 docker with kubeadm in the
kube-proxy container.
The kube-proxy container is privilged, but we end up setting the
`/proc/sys` to Read-Only which causes failures when running kube-proxy
as a pod. This shows up as a failure when using sysctl to set various
network things.
Change-Id: Ic61c4c9c961843a4e064e783fab0b54350762a8d
2018-09-18 17:46:16 -04:00
Cheng Xing
8555408f42
Removing CRD installation from attach detach controller
2018-09-18 14:25:15 -07:00
Cheng Xing
4ff1e32974
Updating CSI e2e test to create CSI CRDs; storing CRD spec in a common location
2018-09-18 14:25:00 -07:00
David Zhu
704573d304
GetMountRefs shouldn't error when file doesn'g exist in Windows and nsenter. Add unit test
2018-09-18 10:45:02 -07:00
Jia Xin
4ca62e4f39
Restore *filter table for ipvs
...
Resolve : #68194
2018-09-18 20:26:27 +08:00
Guoliang Wang
05aeea12ce
fix bug that defer in infinite loop
2018-09-18 15:45:43 +08:00
ravisantoshgudimetla
452615c53f
Fix drain for evicting terminal DS pods and pods with local storage
2018-09-17 23:01:48 -04:00
David Zhu
9d207b3e3c
GetMountRefs should not fail if the path supplied does not exist anymore. It has no mount references
2018-09-17 17:35:12 -07:00
Brad Hoekstra
e8366c8e99
Fix to inject KUBERNETES_ env vars when enableServiceLinks is
...
false and the pod is in the master namespace.
2018-09-17 16:28:49 -04:00
Brad Hoekstra
ac8799a80d
kubelet: Make service environment variables optional
2018-09-17 16:27:36 -04:00