- 27 Feb, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Support dumping logs from Windows test nodes on GCE
-
Kubernetes Prow Robot authored
add more fields to be stripped from managedFields
-
Kubernetes Prow Robot authored
GCE/Windows: create a C:\tmp directory
-
Kubernetes Prow Robot authored
kubeadm: Join download certs
-
Kubernetes Prow Robot authored
Ensure that pods obey backoff timers.
-
- 26 Feb, 2019 35 commits
-
-
Kubernetes Prow Robot authored
make audit metadata work for custom resources
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.6)
-
Kubernetes Prow Robot authored
fix golint failures for test/e2e/cloud|kubectl|servicecatalog
-
Kubernetes Prow Robot authored
Fix golint under test/e2e/framework/ingress
-
Kubernetes Prow Robot authored
fix golint failures for test/e2e/ui
-
Kubernetes Prow Robot authored
Avoid using ghodss/yaml - switch to our forked repo
-
Kubernetes Prow Robot authored
Adding Selinux test in validation
-
Rafael Fernández López authored
This implements the certificate download for the join process. If certificates have been uploaded during init (or explicitly on any master node) and the secret is still present in the cluster, the join process will try to download the secret data, decrypting it with the provided key in the new `--certificate-key` flag.
-
Kubernetes Prow Robot authored
Don't fail if iface is being used by iSCSI session
-
Kubernetes Prow Robot authored
Add port constants
-
Kubernetes Prow Robot authored
Explicitly set GVK when sending objects to webhooks
-
Kubernetes Prow Robot authored
Remove deprecated versionless client interface methods
-
Kubernetes Prow Robot authored
kubeadm: reduce the number of fetch configuration when reset
-
Peter Hornyack authored
Tested: ``` $ PROJECT=${CLOUDSDK_CORE_PROJECT} KUBERNETES_SKIP_CONFIRM=y NUM_NODES=2 \ NUM_WINDOWS_NODES=2 KUBE_GCE_ENABLE_IP_ALIASES=true go run \ ./hack/e2e.go -- --up $ cluster/log-dump/log-dump.sh $ ls _artifacts ``` And with: NUM_NODES=2 NUM_WINDOWS_NODES=0; NUM_NODES=0 NUM_WINDOWS_NODES=2 -
David Eads authored
-
Kevin Wiesmüller authored
-
Kevin Wiesmüller authored
-
Anago GCB authored
-
Daniel (Shijun) Qian authored
* merge pkg/api/v1/node with pkg/util/node * update test case for utilnode * remove package pkg/api/v1/node * move isNodeReady to internal func * Split GetNodeCondition into e2e and controller pkg * fix import errors
-
Kubernetes Prow Robot authored
kubectl run --quiet suppresses deletion messages
-
Kubernetes Prow Robot authored
Add Custom Resource support to "kubectl autoscale"
-
Kubernetes Prow Robot authored
Always run untag when removing docker image
-
Kubernetes Prow Robot authored
Add new Japanese translations for kubectl
-
Yu-Ju Hong authored
This is required for running host path tests.
-
Jonathan Basseri authored
The function AddUnschedulableIfNotPresent is responsible for initializing or updating backoff timers for pods that could not be scheduled. The helper function backoffPod does that work, but was not being called in all cases. This moves that call to be (mostly) unconditional, while cleaning up comments and error handling.
-
Kubernetes Prow Robot authored
updated elasticsearch to 6.6.1
-
Fabio Bertinatto authored
-
Anago GCB authored
-
Kubernetes Prow Robot authored
fix typo kubeadm joiń -> kubeadm join
-
Kubernetes Prow Robot authored
Fix fluentd-gcp addon liveness probe
-
Kubernetes Prow Robot authored
tests: Separates DNS hosts entries test
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}
-