liangxia
6d431fa05b
Fix example urls
2019-08-05 11:45:52 +08:00
Jianfei Bai
5726b22fbc
Move docker specific const to dockershim.
2019-08-05 10:28:08 +08:00
Kubernetes Prow Robot
c4d00b1c5f
Merge pull request #80893 from nikhita/kubectl-redundant-rules
...
publishing: remove redundant rules for kubectl
2019-08-04 18:13:48 -07:00
Lubomir I. Ivanov
540c272f7b
kubeadm: use EnsureCertificateAuthorityIsEmbedded() for file discovery
...
For file discovery, in case the user feeds a file for the CA
from the kubeconfig, make sure it's preloaded and embedded using
the new function EnsureCertificateAuthorityIsEmbedded().
This commit also applies cleanup:
- unroll validateKubeConfig() into ValidateConfigInfo() as this way
the default cluster can be re-used.
- in ValidateConfigInfo() reuse the variable config instead of creating
a new variable kubeconfig.
- make the Ensure* functions return descriptive errors instead of
wrapping the errors on the side of the callers.
2019-08-05 03:23:41 +03:00
Kubernetes Prow Robot
b81d30a5b2
Merge pull request #80827 from smarterclayton/config_map
...
`kubectl get` does not count binaryData keys on ConfigMap
2019-08-04 13:03:48 -07:00
Kubernetes Prow Robot
695190da6b
Merge pull request #80218 from oxddr/kubeproxy-buckets
...
kube-proxy: change buckets used by NetworkProgrammingLatency
2019-08-04 08:33:49 -07:00
Kubernetes Prow Robot
71245db133
Merge pull request #80946 from verb/comments
...
Fix comment on dropPodStatusDisabledFields method
2019-08-03 20:17:50 -07:00
Kubernetes Prow Robot
369b765052
Merge pull request #80446 from hantaowang/test-verify-attach
...
Test verify attach
2019-08-03 15:33:49 -07:00
obitech
17d2ba0b3d
Re-import api/core/install for init function
2019-08-03 21:07:12 +02:00
obitech
a5bc997aa9
Fixed pull-kubernetes-verify issues
2019-08-03 21:07:12 +02:00
obitech
457972f1a4
Fix suggestions, track removed library in bazel
2019-08-03 21:07:12 +02:00
obitech
898c40a484
Fix golint failures in some pkg/kubelet packages
...
Fixed:
- pkg/kubelet/pod
- pkg/kubelet/metrics
- pkg/kubelet/configmap
- pkg/kubelet/config
2019-08-03 21:07:12 +02:00
Kubernetes Prow Robot
cc270c138d
Merge pull request #78097 from draveness/feature/post-filter-extension-point
...
feat: implement "post-filter" extension point for scheduling framework
2019-08-03 09:43:51 -07:00
Lubomir I. Ivanov
e142bf6203
kubeadm: enable secure serving for the kube-scheduler
...
Secure serving was already enabled for kube-controller-manager.
Do the same for kube-scheduler, by passing the flags
"authentication-kubeconfig" and "authorization-kubeconfig"
to the binary in the static Pod.
This change allows the scheduler to perform reviews on incoming
requests, such as:
- authentication.k8s.io/v1beta1 TokenReview
- authorization.k8s.io/v1 SubjectAccessReview
The authentication and authorization checks for "system:kube-scheduler"
users were previously enabled by PR 72491.
2019-08-03 19:15:32 +03:00
Lee Verberne
c7788b25f8
Fix comment on dropPodStatusDisabledFields method
2019-08-03 14:16:08 +00:00
Kubernetes Prow Robot
3e3addf6c8
Merge pull request #80936 from cblecker/generated-files-fix
...
Fix verify-generated-files to error on untracked files
2019-08-03 04:17:50 -07:00
Kubernetes Prow Robot
2adaa5d64d
Merge pull request #80933 from liggitt/validation-features
...
Preserve existing ephemeral containers on update, validate ephemeral containers and overhead unconditionally
2019-08-03 01:28:23 -07:00
Kubernetes Prow Robot
0ea8dd516d
Merge pull request #80932 from BenTheElder/fix-generated
...
update generated files
2019-08-03 01:28:10 -07:00
Kubernetes Prow Robot
7c86bdb8e5
Merge pull request #80928 from logicalhan/flake
...
increase timeout for maximum-startup-sequence-duration as a stopgap
2019-08-03 01:27:58 -07:00
Kubernetes Prow Robot
5c16a784c6
Merge pull request #80923 from davidz627/fix/pdAttachLimit
...
Reduce GCE PD Attach Limits by 1 because Node Boot Disk counts as 1 attached disk
2019-08-03 01:27:51 -07:00
Kubernetes Prow Robot
9f6ebf0feb
Merge pull request #79144 from tedyu/csi-x-recur
...
Remove recursion in csiAttacher#waitForVolumeAttachmentInternal
2019-08-03 00:05:51 -07:00
Kubernetes Prow Robot
d9a411df6b
Merge pull request #80660 from prameshj/ilb-err
...
Handle NotImplemented error in service_controller.
2019-08-02 22:39:51 -07:00
Kubernetes Prow Robot
9827a6edc8
Merge pull request #80922 from ravisantoshgudimetla/fix-priority-toleration
...
Toleration priority function score computation
2019-08-02 20:28:44 -07:00
Kubernetes Prow Robot
d0b2ff0876
Merge pull request #80884 from liggitt/admission-v1-docs
...
Fix admissionreview doc typos
2019-08-02 20:28:31 -07:00
Kubernetes Prow Robot
f19863c829
Merge pull request #80873 from tedyu/kube-get-ns
...
Omit namespace when kubectl get is for the cluster
2019-08-02 20:28:18 -07:00
Kubernetes Prow Robot
44f3aafc1a
Merge pull request #80867 from fabriziopandini/fix-certs-generation-for-external-etcd
...
kubeadm: fix-certs-generation-for-external-etcd
2019-08-02 20:28:06 -07:00
Kubernetes Prow Robot
36391966f2
Merge pull request #78736 from endocrimes/dani/comment-fix
...
csi: Fix socket extension comment
2019-08-02 20:27:53 -07:00
Christoph Blecker
61631bd204
Fix verify-generated-files to error on untracked files
2019-08-02 18:35:37 -07:00
Kubernetes Prow Robot
c63000ef81
Merge pull request #78793 from mattjmcnaughton/mattjmcnaughton/78629-fix-reserved-cgroup-systemd
...
Fix reserved cgroup systemd
2019-08-02 17:23:52 -07:00
Jordan Liggitt
2e604bedc8
Make Overhead validation unconditional
2019-08-02 20:09:52 -04:00
Jordan Liggitt
802e765444
Preserve existing ephemeral containers on update, validate unconditionally
2019-08-02 20:00:01 -04:00
Benjamin Elder
140f2d2af7
update generated files
2019-08-02 16:30:10 -07:00
Kubernetes Prow Robot
5de3cdb1d5
Merge pull request #80920 from seans3/unexport-kubectl-profiling
...
Unexport kubectl cmd profiling functions
2019-08-02 15:47:52 -07:00
Hantao (Will) Wang
1da12e9435
add unit tests for attacher DisksAreAttached and BulkDisksAreAttached
2019-08-02 14:24:51 -07:00
ravisantoshgudimetla
7c53ccfd68
Toleration priority function score computation
...
I think, if a pod doesn't have any tolerations, we don't prefer node without taints to
the one which has taints in https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/algorithm/priorities/taint_toleration.go#L29 , so there is no point in testing that particular functionality. The side effect of the above is, since we're going round-robin in every scheduling cycle sometimes we're choosing first node and in the next cycle we'd move onto next node(where taints are not being applied), so it's causing problem unnecessarily
2019-08-02 14:18:25 -07:00
Ted Yu
e1ee01af48
Omit namespace when kubectl get is for the cluster
2019-08-02 14:13:52 -07:00
Han Kang
981a4c95d9
increase timeout for maximum-startup-sequence-duration to decrease probability of a flake
2019-08-02 13:48:02 -07:00
David Zhu
9ed06e2cf9
Reduce GCE PD Attach Limits by 1 because Node Boot Disk counts as 1 attached disk
2019-08-02 13:37:10 -07:00
Clayton Coleman
33521b41d4
Disable gzip compression in core control plane components
...
On local networks (such as the typical connection path between
control plane components) gzip compression increases CPU use and
end to end p99 latency rather than decreasing it. Disable compression
within the control plane components like a 1.15 cluster would be
configured.
2019-08-02 16:18:15 -04:00
Clayton Coleman
dee6de70d0
Allow gzip compression to be disabled from rest.Config
...
Golang automatically enables transport level gzip, but local network
clients may wish to disable it for better CPU usage and lower latency
(scheduler, controller-manager). Allow DisableCompression on rest.Config
to modify the underlying transport. This impacts the transport cache,
but it is expected that most clients connecting to the same servers
within a process will have the same compression config.
2019-08-02 16:18:14 -04:00
Sean Sullivan
2621e6a0d6
Unexport kubectl cmd profiling
2019-08-02 12:45:15 -07:00
Kubernetes Prow Robot
c68eeb230a
Merge pull request #80902 from bskiba/fix-prom-to-sd-image
...
Fix registry for prometheus-to-sd
2019-08-02 12:40:48 -07:00
Kubernetes Prow Robot
40178ccf7f
Merge pull request #80894 from bart0sh/PR0077-kubeadm-simplified-returns
...
kubeadm: simplified returns
2019-08-02 12:40:35 -07:00
Kubernetes Prow Robot
cd04b13a1d
Merge pull request #80882 from ravisantoshgudimetla/add-logging
...
Don't supress the node update error while logging
2019-08-02 12:40:22 -07:00
Kubernetes Prow Robot
48e3811952
Merge pull request #80505 from k-toyoda-pi/fix_shellcheck_verify-test-featuregates
...
Fix shellcheck failures in hack/verify-test-featuregates.sh
2019-08-02 12:40:09 -07:00
Kubernetes Prow Robot
d58970e141
Merge pull request #80440 from munnerz/replace-hyphens-informer-gen
...
informer-gen: correctly generate group packages when groups contain hyphens
2019-08-02 12:39:56 -07:00
Pavithra Ramesh
ecad65a3f8
Added comment after invoking ensureLoadBalancer
2019-08-02 11:24:24 -07:00
ravisantoshgudimetla
b4ea510529
Wait for pods to be running before eviction starts
2019-08-02 11:00:26 -07:00
Pavithra Ramesh
501081e64f
Moved nil check inside AlphaFeatureGate.Enabled
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
da887e85e9
Updated comment about ImplementedElsewhere
...
Removed handling ImplementedElsewhere error in call to EnsureLoadBalancerDeleted.
2019-08-02 10:54:09 -07:00