k8s-ci-robot
be800e623a
Merge pull request #69663 from sttts/sttts-scheduler-secure-serving
...
scheduler: enable secure port and authn/z
2018-11-08 17:36:14 -08:00
seunghunee
c0cacd2525
Fix conformance test error with log level 8
...
Fix : #70788
e2e conformance test completely passed with log level 5,
but failed only with log level 8.
2018-11-09 00:30:52 +00:00
Renaud Gaubert
11fef8ba3b
Pluginwatcher should prevent kubelet from starting if we cannot watch the plugin root
2018-11-09 00:20:22 +00:00
Mike Danese
1469bb413e
finish controller name change and don't double check feature flag
2018-11-08 15:51:49 -08:00
Renaud Gaubert
3a467ff44b
Pluginwatcher: log error when walking fs rather than fail
2018-11-08 23:22:07 +00:00
Renaud Gaubert
3f5039a2d1
Fix pluginwatcher panic on failed startup
2018-11-08 23:22:07 +00:00
Rafael Fernández López
47b4e04842
kubeadm: Remove cluster name from JoinConfiguration
2018-11-08 23:29:52 +01:00
k8s-ci-robot
b2b25462c1
Merge pull request #70755 from ereslibre/remove-feature-gates-from-join-configuration
...
kubeadm: Remove feature gates from JoinConfiguration
2018-11-08 14:27:08 -08:00
k8s-ci-robot
62d9999f8f
Merge pull request #66409 from roycaihw/remove-unused-openapi-gen-cmd
...
Clean up unused openapi-gen cmd
2018-11-08 14:26:58 -08:00
k8s-ci-robot
91d6d75303
Merge pull request #70796 from detiber/revCoreDNS
...
[kubeadm] Update CoreDNS Version
2018-11-08 12:13:10 -08:00
Sean Sullivan
62ec499d6f
kubectl convert: add deprecation warning for 1.13
2018-11-08 11:50:49 -08:00
Haowei Cai
01c3274677
generated
2018-11-08 11:19:40 -08:00
Haowei Cai
3de9c01e85
Remove unused openapi-gen cmd
...
as we switched to use k8s.io/kube-openapi/cmd/openapi-gen
2018-11-08 11:07:33 -08:00
k8s-ci-robot
f212b9db23
Merge pull request #70598 from dims/switch-from-sigs.k8s.io/yaml-to-ghodss/yaml
...
Switch to sigs.k8s.io/yaml from ghodss/yaml
2018-11-08 10:57:36 -08:00
k8s-ci-robot
3f5db92840
Merge pull request #68812 from WanLinghao/token_projection_ca_secret_create
...
Create Ca-certificate configmap used by token projected volume
2018-11-08 10:57:25 -08:00
ravisantoshgudimetla
5d60471688
Revert resource limits priority function
2018-11-08 13:44:24 -05:00
Rafael Fernández López
fb88c199cd
kubeadm: Remove feature gates from JoinConfiguration
...
Relay on the feature gates provided by the ClusterConfiguration
when downloaded from the cluster during the join process.
2018-11-08 19:35:50 +01:00
k8s-ci-robot
040cc281f4
Merge pull request #70469 from WanLinghao/audit_validation_fix
...
fix auditsink validation output
2018-11-08 08:44:18 -08:00
Dr. Stefan Schimanski
1588af4031
kube-scheduler: add secure serving and authn/z integration tests
2018-11-08 16:43:59 +01:00
Dr. Stefan Schimanski
0ba66130b3
kube-scheduler: split out cmd Run func
2018-11-08 16:43:59 +01:00
Dr. Stefan Schimanski
98d8e87120
integration: rename test/integration/{controllermanager -> serving}
2018-11-08 16:43:59 +01:00
Dr. Stefan Schimanski
d91feb6d18
kube-scheduler: move stopCh creation out of scheduler factory code
...
Enforces clean ownership of the channel.
2018-11-08 16:43:59 +01:00
tanshanshan
cb95edafe8
kube-scheduler: enable secure ports 10259
2018-11-08 16:43:59 +01:00
k8s-ci-robot
ea74b0b59d
Merge pull request #70520 from yue9944882/chore/switch-client-ca-hook-internalclient
...
Follow-up of #70409 : internal clientset switcher for registration hook
2018-11-08 07:27:34 -08:00
Jason DeTiberus
30048e2e6a
[kubeadm] Update CoreDNS Version
...
Resolves an issue that has been seen with ExternalName services not resolving.
2018-11-08 08:55:48 -05:00
Sandeep Rajan
4161277b9b
update version of CoreDNS to 1.2.6
2018-11-08 08:53:33 -05:00
k8s-ci-robot
1af76aee9a
Merge pull request #69863 from stewart-yu/stewart-cloud-controller-manager-clean
...
fix register wrong configz for *-controller-manager
2018-11-08 04:06:43 -08:00
k8s-ci-robot
c5b453b717
Merge pull request #70783 from hex108/debug_extender
...
Add debug info: scheduler extenders's score and its name for each pod
2018-11-08 02:51:12 -08:00
k8s-ci-robot
8696cfcfe2
Merge pull request #70776 from kubernetes/revert-70366-scheduler_optimization
...
Revert "Activate unschedulable pods only if the node became more schedulable"
2018-11-08 00:24:49 -08:00
k8s-ci-robot
3c10143967
Merge pull request #60195 from humblec/glusterfs-pvspec-3
...
Refactor GlusterFS PV spec.
2018-11-08 00:24:39 -08:00
Jun Gong
9fc369dd0d
Add debug info: scheduler extenders's score and its name for each pod
2018-11-08 13:02:57 +08:00
Zhen Wang
b8b12796fc
Delete node lease if the corresponding node is deleted
2018-11-07 20:31:47 -08:00
k8s-ci-robot
16d0992534
Merge pull request #69753 from wangzhen127/diff-node-status
...
Update kubelet node status report logic with node lease feature
2018-11-07 20:26:45 -08:00
saad-ali
4a4176db42
Fix CSI CRD installation for Alpha clusters
2018-11-07 19:46:54 -08:00
WanLinghao
efac533f92
To inject ca.crt into container when projected volume was specified, configmap should be created in each namespace.
...
This patch add a controller called "root-ca-cert-publisher" to complete above job as well as some bootstrap rbac policies.
2018-11-08 11:33:47 +08:00
k8s-ci-robot
ac217310bf
Merge pull request #70769 from mkimuram/issue/70760
...
Fix test driver's unique name consistent
2018-11-07 19:10:55 -08:00
k8s-ci-robot
e998d6c2bc
Merge pull request #70718 from cblecker/godep-round-a-million
...
Fork godep to fix inconsistent abbreviation size
2018-11-07 19:10:45 -08:00
k8s-ci-robot
66989e8bf3
Merge pull request #70670 from deads2k/default-healthz
...
Add `With` method for allowed paths on delegated authorization
2018-11-07 19:10:35 -08:00
k8s-ci-robot
e41f297d11
Merge pull request #69878 from Klaven/kubeadm_1072
...
Fixes /kubernetes/kubeadm/issues/1072 Cleanup of selfhosting logic
2018-11-07 19:10:25 -08:00
k8s-ci-robot
3bf41a210b
Merge pull request #69820 from ixdy/fork-multiarch-register
...
Use a forked copy of multiarch/qemu-user-static scripts instead of a privileged container
2018-11-07 19:10:15 -08:00
Yago Nobre
e743f0e475
kubeadm graduate bootstrap-token phase
2018-11-08 01:01:21 -02:00
k8s-ci-robot
e4c5d451db
Merge pull request #68761 from fanzhangio/vsphere-volume
...
Feature: Implements Raw Block Volume Support for in-tree vSphere plugin
2018-11-07 17:51:04 -08:00
Babak "Bobby" Salamat
2c8e73a16b
Revert "Activate unschedulable pods only if the node became more schedulable"
2018-11-07 16:57:47 -08:00
Minhan Xia
c987e95282
add readiness gates column in the wide printout for pod
2018-11-07 16:45:49 -08:00
Lubomir I. Ivanov
8bc0447d8c
kubeadm: use client-go's MakeCSRFromTemplate() in 'renew'
...
Create CSR using the mentioned function which also encodes the
type CertificateRequestBlockType.
Without that 'certs renew' is failing with:
'PEM block type must be CERTIFICATE REQUEST'
2018-11-08 01:16:33 +02:00
k8s-ci-robot
224448b858
Merge pull request #70754 from mikedanese/cluster-old
...
remove unused python-image from cluster/addons
2018-11-07 14:26:42 -08:00
k8s-ci-robot
df713d2711
Merge pull request #70729 from Pingan2017/remove-dulp-default
...
remove duplicate default in `kubelet --help`
2018-11-07 14:26:34 -08:00
k8s-ci-robot
e83804d364
Merge pull request #70720 from roycaihw/sig-node-tests
...
Mark configmap and downward_api e2e tests under [sig-node]
2018-11-07 14:26:24 -08:00
k8s-ci-robot
98cd708619
Merge pull request #70648 from maht/master
...
Fix end-to-end test logic to get image name
2018-11-07 14:26:14 -08:00
Masaki Kimura
d33211dc44
Fix test driver's unique name consistent
...
Fixes : #70760
2018-11-07 22:24:48 +00:00