- 06 Nov, 2018 18 commits
-
-
Yago Nobre authored
-
k8s-ci-robot authored
Update to use go1.11.2
-
k8s-ci-robot authored
Add dns capabilities for Windows CNI plugins
-
k8s-ci-robot authored
Remove subPath tests from host_path.go
-
k8s-ci-robot authored
Move volume scheduling feature to GA
-
k8s-ci-robot authored
kubeadm: make sure that commands are not added for hidden phases
-
k8s-ci-robot authored
periodically reload tokens read from TokenFile in kubeconfig
-
k8s-ci-robot authored
Update to rules_go 0.16.2 and gazelle 0.15.0
-
k8s-ci-robot authored
delete some para no need used in local volume
-
k8s-ci-robot authored
fix local volume getVolumeSourceFSType func by golint
-
k8s-ci-robot authored
Fix typos
-
k8s-ci-robot authored
updates audit endpoints test
-
k8s-ci-robot authored
Replace resyncTicker with syncTicker in comment
-
k8s-ci-robot authored
fix a bug that --tail option does not take effects in 'kubectl logs --selector xx=xx --tail 3'
-
k8s-ci-robot authored
cmd/kube-controller-manager: add myself as owner
-
k8s-ci-robot authored
remove webhook cache implementation and replace with token cache
-
k8s-ci-robot authored
Use versioned loopbacke connection in master endpoint reconciliation
-
k8s-ci-robot authored
Remove unused function in downwardapi.go
-
- 05 Nov, 2018 22 commits
-
-
Jeff Grafton authored
-
Jeff Grafton authored
-
Michelle Au authored
-
k8s-ci-robot authored
Modify and update the comments
-
k8s-ci-robot authored
Validate kubeconfig files in case of external CA mode
-
Kenichi Omichi authored
As discussing on #68905 some tests of test/e2e/common/host_path.go are covered with test/e2e/storage/testsuites/subpath.go So we don't need to keep them in test/e2e/common/host_path.go anymore for the maintenance.
-
Mike Danese authored
The striped cache used by the token cache is slightly more sophisticated however the simple cache provides about the same exact behavior. I used the striped cache rather than the simple cache because: * It has been used without issue as the primary token cache. * It preforms better under load. * It is already exposed in the public API of the token cache package.
-
k8s-ci-robot authored
remove duplicate default value in `kubelet --help`
-
k8s-ci-robot authored
Fix a wrong judgement in elasticsearch_logging_discovery.go
-
Lubomir I. Ivanov authored
-
k8s-ci-robot authored
fix typo Kubernets to Kubernetes
-
k8s-ci-robot authored
fix typo in comment
-
k8s-ci-robot authored
Use `audit.k8s.io/v1` as default value of option --audit-webhook-vers…
-
k8s-ci-robot authored
fix golint errors in pkg/volume/*
-
k8s-ci-robot authored
cleanup pkg/apis/core/types.go
-
k8s-ci-robot authored
kubeadm: Perform IPVS check on join only if the cluster was set up with IPVS
-
Mike Danese authored
Like we do with InClusterConfig.
-
k8s-ci-robot authored
git ignore vendordiff.patch to avoid accidental checkin
-
k8s-ci-robot authored
combine similar code where calucate schedule priority
-
k8s-ci-robot authored
Add CRDs to etcd storage path test
-
k8s-ci-robot authored
kubeadm: Add configurable control plane up timeout
-
k8s-ci-robot authored
Fix some golint errors for packages in `pkg/kubectl`
-