- 02 Sep, 2015 24 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Marcin Wielgus authored
Fix race condition for consuming podIP via downward API
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Marcin Wielgus authored
Implemented first version of InitialResources plugin.
-
Marcin Wielgus authored
Fix scalability test suite
-
Marcin Wielgus authored
Fix a typo `-cadvisor_port` to `--cadvisor-port`
-
qiaolei authored
Where `-cadvisor_port` should be `--cadvisor-port`
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
Edit the community, discussion, and support section of the Kubernetes README
-
Wojciech Tyczynski authored
Create registrytest support for etcd test to reduce amount of boilerplate in tests
-
Wojciech Tyczynski authored
Stop supporting name field in resourcequota field selector
-
Wojciech Tyczynski authored
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
-
Wojciech Tyczynski authored
Adjust the architecture diagram
-
hw-qiaolei authored
Some modifications of the architecture diagram: 1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it 2. adjust the arrow to point to kubelet instead of to node of the second node 3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server 4. some tiny adjustments of the arrow position 5. affected files: architecture.svg, architecture.png and architecture.dia
-
Wojciech Tyczynski authored
Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md Update quota example in admission_control_resource_quota.md
-
qiaolei authored
Update quota example to track latest changes
-
nikhiljindal authored
-
Wojciech Tyczynski authored
-
Brendan Burns authored
Fixed typo in CentOS doc: api-servers arg
-
Brendan Burns authored
Fix buggy placement of imagePullPolicy in documentation example.
-
Daniel Smith authored
Revert "Revert "Don't take the proxy mutex in the traffic path""
-
Alex Robinson authored
Clean up the fluentd images to make them more debuggable
-
- 01 Sep, 2015 16 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Daniel Smith authored
-
Daniel Smith authored
Increase timeout to fix flaky tests
-
Daniel Smith authored
-
Yu-Ju Hong authored
PR #13293 added a safety check to not remove a pod directory if the child volumes directory is not empty. This logic is faulty because kubelet may have directory structures podUID/volumes/volumeKind/volumeName. E.g., `056db95d-50ee-11e5-a2e4-42010af0ba1d/volumes/kubernetes.io~empty-dir/default-token-al3r2` This change fixes that by properly listing all volumes under a pod.
-
Justin Santa Barbara authored
PullIfNotPresent is the internal name in go code; IfNotPresent is the user-facing value that is specified in json/yaml. For docs, we should use the user-facing string. Similarly PullAlways -> Always
-
Daniel Smith authored
MESOS: rewrite Process implementation from scratch, unskip previously failing test
-
Daniel Smith authored
Add SharedCredentials Provider to AWS
-
RichieEscarez authored
Edit the community, discussion, and support section - add link to community page and cloud native computing foundation Also fixed urls: Changed: GoogleCloudPlatform To: kubernetes
-
Daniel Smith authored
Revert "Don't take the proxy mutex in the traffic path"
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Daniel Smith authored
-
nikhiljindal authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Daniel Smith authored
Aggregate errors when validate kubectl required parameters and labels
-
Daniel Smith authored
Don't take the proxy mutex in the traffic path
-