- 05 Jul, 2015 1 commit
-
-
Zach Loafman authored
Run fluentd on the master to collect the core master logs
-
- 04 Jul, 2015 3 commits
-
-
Prashanth B authored
Delete namespace after pods test
-
Zach Loafman authored
Ban MaxPods to flaky test list. See #10720.
-
Zach Loafman authored
If you revert this, please notify @zmerlynn to fix the GKE list.
-
- 03 Jul, 2015 6 commits
-
-
Alex Robinson authored
-
Nikhil Jindal authored
Fixed typo
-
Nikhil Jindal authored
WIP: AWS: Use private dns name for node name again
-
Wojciech Tyczynski authored
-
hyeongkyu.lee authored
-
Justin Santa Barbara authored
This is a partial reversion of #9728, and should fix #10612. 9728 used the AWS instance id as the node name. But proxy, logs and exec all used the node name as the host name for contacting the minion. It is possible to resolve a host to the IP, and this fixes logs. But exec and proxy also require an SSL certificate match on the hostname, and this is harder to fix. So the sensible fix seems to be a minimal reversion of the changes in #9728, and we can revisit this post 1.0.
-
- 02 Jul, 2015 16 commits
-
-
Nikhil Jindal authored
Add max-pods e2e test
-
Nikhil Jindal authored
Using NAME to replace ID in help string
-
Nikhil Jindal authored
Add Subject Alt Names to self signed apiserver certs
-
Nikhil Jindal authored
Output error when using kubectl describe for a nonexisting resource
-
Nikhil Jindal authored
Persistent Volume/Claim docs
-
Nikhil Jindal authored
Fix node not rejoining cluster on reboot
-
markturansky authored
-
Wojciech Tyczynski authored
Kubelet: stop logging "Error on reading termination-log..." messages
-
Wojciech Tyczynski authored
Make util.empty public for conversions
-
Zach Loafman authored
e2e: update namespace test to create/delete test namespaces in parallel
-
Zach Loafman authored
Set resource limit for addon containers
-
Zach Loafman authored
Unify command line namespace resolution
-
Zach Loafman authored
Improve image docs.
-
Jeff Grafton authored
-
Jeff Grafton authored
The namespace test is currently taking about 18 minutes because it creates and deletes namespaces sequentially, and for various reasons it takes at least 10 seconds for each namespace. By parallelizing the creation and deletion of namespaces, this test now takes about 2-3 minutes.
-
Dawn Chen authored
-
- 01 Jul, 2015 14 commits
-
-
Zach Loafman authored
Add an e2e test to verify that pods are deleted on nodes
-
Eric Tune authored
ImagePullKeys -> ImagePullSecret Explain that overwriting the /root/.dockercfg not recommended for GKE. Give detailed and tested steps for distributing a .dockercfg.
-
Zach Loafman authored
Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
-
Yu-Ju Hong authored
The test verifies that kubelet deletes the pods/containers within a reasonable time. It queries the kubelet /runningpods endpoint to retrieve a list of running pods directly. The outline of the test is: - Create an RC - Wait until all pods are running (based on the pod status) - Verify pods are running by querying the /runningpods - Delete the RC - Check all pods are deleted by querying /runningpods
-
Paulo Pires authored
Added instrumentation and configuration for service account tokens. Fixes #9075
-
Zach Loafman authored
Ansible: Get DNS working - Add kubectl kubeconfig file
-
Dawn Chen authored
-
Zach Loafman authored
Move dashboard UI out of the apiserver to a separate pod
-
Zach Loafman authored
add documentation and script on how to get recent and "nightly" builds
-
Zach Loafman authored
Initial design doc for scheduler.
-
Zach Loafman authored
Updating scripts to use v1 instead of v1beta3
-
Zach Loafman authored
Update tests/examples to v1
-
Zach Loafman authored
AWS: Use the SSH key fingerprint, not the AWS fingerprint
-
Zach Loafman authored
Fix incorrect doc link in Federation.md
-