- 22 Feb, 2019 21 commits
-
-
Kubernetes Prow Robot authored
fix mixed protocol issue for azure load balancer
-
Kubernetes Prow Robot authored
Don't update the Pod object after each scheduling attempt
-
Patrick Barker authored
* changes audit e2e event version scheme; adds internal audit to common audit scheme; removes unneeded comments * add more detail to audit missing events in e2e/integration tests * adds version priority to audit scheme; updates comment
-
Kubernetes Prow Robot authored
kubeadm: Remove etcd members from the etcd cluster when reset the nodes
-
Kubernetes Prow Robot authored
update k8s.io/utils to fix keymutex issues
-
Kubernetes Prow Robot authored
Fix scanning of failed targets
-
Kubernetes Prow Robot authored
Fix golint failures on pkg/kubectl/cmd/completion, pkg/kubectl/cmd/cp, pkg/kubectl/cmd/edit
-
Kubernetes Prow Robot authored
Limit the list of scheduling maintainers to active members of the sig
-
Kubernetes Prow Robot authored
Enable OpenSSH on Windows nodes in test clusters.
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in cluster/addons/fluentd-elasticsearch/fl……uentd-es-image/run.sh
-
Kubernetes Prow Robot authored
fix the disruption-recheck metrics register error
-
Kubernetes Prow Robot authored
fix shellcheck in k8s.io/metrics
-
danielqsj authored
-
danielqsj authored
-
Kubernetes Prow Robot authored
kubeadm: Support >= 5.0 Linux kernel
-
Kubernetes Prow Robot authored
clarify PreStop hook intended behavior in doc
-
Kubernetes Prow Robot authored
Lowers the default nodelocaldns denial cache TTL
-
wangqingcan authored
-
pytimer authored
-
Kubernetes Prow Robot authored
Add health plugin for CoreDNS in the DNS tests
-
Kubernetes Prow Robot authored
Fix typo, and note BoundObjectRef isn't always checked
-
- 21 Feb, 2019 19 commits
-
-
Blake authored
https://github.com/coredns/coredns/blob/master/plugin/cache/cache.go#L236 This gets rounded down to the nearest multiple of 256: 9984
-
Peter Hornyack authored
Also switches to the most recent 64-bit version of OpenSSH for Windows. Tested: PROJECT=${CLOUDSDK_CORE_PROJECT} KUBERNETES_SKIP_CONFIRM=y NUM_NODES=2 \ NUM_WINDOWS_NODES=2 KUBE_GCE_ENABLE_IP_ALIASES=true TEST_CLUSTER=true \ ./cluster/kube-up.sh -
Kubernetes Prow Robot authored
Default to Windows Server version 1809 for Windows nodes.
-
Sandeep Rajan authored
-
Kubernetes Prow Robot authored
Turn off command echoing in test to avoid illegal bytes in XML
-
Kubernetes Prow Robot authored
Narrow k8s.io/api auto-labeling
-
Kubernetes Prow Robot authored
make test/cmd/delete.sh pass shellcheck
-
Mike Danese authored
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.2)
-
Kubernetes Prow Robot authored
tests: Adds [LinuxOnly] tag to conformance test
-
Peter Hornyack authored
Removes all references to 1803, including moving "win1803" directory to just "windows". A single Windows directory suffices for now, if necessary in the future we can shard it into directories for each Windows version. We've been running tests with Windows 1809 nodes for a couple days in our fork without major problems: https://testgrid.k8s.io/google-windows#windows-prototype&width=20. Testing on Azure is already using 1809: https://testgrid.k8s.io/sig-windows#Conformance%20acs-engine%20on%20Azure&width=20.
-
Katharine Berry authored
-
Kubernetes Prow Robot authored
Use same fsGroup for both pods
-
Kubernetes Prow Robot authored
correct error string according to golang best practice
-
Martynas Pumputis authored
Signed-off-by:Martynas Pumputis <m@lambda.lt>
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Delete unuse const and fix some typos
-
Kubernetes Prow Robot authored
kubeadm: drop applyFlags.newK8sVersionStr field
-
danielqsj authored
-