- 27 Feb, 2019 15 commits
-
-
Zhen Wang authored
-
Kubernetes Prow Robot authored
client-go: Dynamically assigned local port number not retrievable when port-forwarding
-
Kubernetes Prow Robot authored
DaemonSet e2e: Update image and rolling upgrade test timeout
-
Kubernetes Prow Robot authored
Lower the log level for non-exist cadvisor stats.
-
Kubernetes Prow Robot authored
Fix the legacy of #74479
-
Kubernetes Prow Robot authored
Add feature gate check for migration at beginning of useCSIPlugin check
-
Kubernetes Prow Robot authored
add -k flag in cli-runtime and kubectl to process kustomization directories
-
Kubernetes Prow Robot authored
#50102 Task 3: Until, backed by retry watcher
-
Kubernetes Prow Robot authored
fix some golint failures in pkg/registry/...
-
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.
-
Lantao Liu authored
For exited container, it is quite normal that cri stats are returned, but there is no corresponding cadvisor stats.
-
- 26 Feb, 2019 25 commits
-
-
Kubernetes Prow Robot authored
make audit metadata work for custom resources
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.6)
-
Jingfang Liu authored
-
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 Zhu authored
-
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
-