Alex Robinson
542a750ff2
Merge pull request #10459 from mwielgus/liveness
...
Updated kubectl output for examples/liveness
2015-06-29 09:12:02 -07:00
Alex Robinson
71d42f8109
Merge pull request #10465 from thockin/typo
...
Fix typos and minor grammar
2015-06-29 09:09:38 -07:00
Sami Wagiaalla
a317b5ffc8
iscsi plugin: print error messages not just exit status.
...
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-29 11:28:56 -04:00
Marcin Wielgus
c114aa2d9e
Hint for running kubectl proxy in examples/update-demo + updated outputs
2015-06-29 16:41:49 +02:00
Wojciech Tyczynski
6ec77c2c7f
Merge pull request #10448 from mwielgus/downward
...
Add a link to the downward api in the downward example
2015-06-29 15:50:17 +02:00
Wojciech Tyczynski
08b35940c8
Merge pull request #10444 from ae6rt/issue/10373
...
Issue-10373
2015-06-29 15:34:45 +02:00
Marek Biskup
01e1d3710a
add description to timeout messages
2015-06-29 10:25:39 +02:00
feihujiang
878a72228f
Provide more helpful error when using unsupported api version
2015-06-29 15:32:54 +08:00
Tim Hockin
025f728e50
Fix 'a' vs 'an'
2015-06-28 20:51:36 -07:00
Justin Santa Barbara
e29e9f0033
Add explicit dependency of docker pkg on the deb download
...
Salt ordering continues to surprise me. I saw them execute
out of order, though I don't know why. Adding an explicit
dependency to prevent out-of-order execution.
2015-06-28 23:51:12 -04:00
Prashanth Balasubramanian
029e0ad350
Kubelet doesn't fight apiserver for cputime on the master.
2015-06-28 19:53:35 -07:00
Tim Hockin
08f66f04d6
Fix error message
2015-06-28 14:49:38 -07:00
Dr. Stefan Schimanski
dc7a9c8792
Update the mesos.md getting started guide
2015-06-28 16:55:08 +02:00
Shlomi Zadok
7054b5848f
fix typos: wating should be waiting
2015-06-28 16:52:43 +03:00
Marcin Wielgus
bad1d4426b
Updated output for examples/liveness
2015-06-28 14:02:17 +02:00
Marcin Wielgus
b697dc313f
Link and kubectl describe in examples/secret
2015-06-28 13:31:01 +02:00
Mike Danese
595220d1a7
make service_account e2e test verify that RootCA cert file exists
2015-06-28 00:10:13 -07:00
Marcin Wielgus
fb3adfe7db
Add link to downward api in downward example
2015-06-27 11:49:33 +02:00
Robert Bailey
1c0b765df6
Merge pull request #10359 from justinsb/aws_fix_options
...
Fix AWS options doc
2015-06-26 23:16:51 -07:00
Tim Hockin
745c2af792
Add a simple hostport-to-service proxy
...
Example: a pod like the below should
proxy port 53 TCP and UDP to the main DNS service.
```
apiVersion: v1
kind: Pod
metadata:
name: localhost-dns-proxy
spec:
containers:
- name: proxy-udp
image: gcr.io/google_containers/proxy-to-service:v1
args: [ "udp", "53", "kube-dns.default" ]
ports:
- name: udp
protocol: UDP
containerPort: 53
hostPort: 53
- name: proxy-tcp
image: gcr.io/google_containers/proxy-to-service:v1
args: [ "tcp", "53", "kube-dns.default" ]
ports:
- name: tcp
protocol: TCP
containerPort: 53
hostPort: 53
```
2015-06-26 21:55:18 -07:00
Robert Bailey
e6f14a21ce
Merge pull request #10403 from justinsb/ebs-for-master-data-2
...
AWS: Use persistent disk on master
2015-06-26 21:52:10 -07:00
Robert Bailey
6b97ac0880
Merge pull request #10131 from thockin/svc-docs
...
Hopefully make NodePort docs clearer
2015-06-26 21:50:46 -07:00
Mark S. Petrovic
c16329208b
Issue-10373
...
Add a statement to docs/labels.md about the effect of the empty
selector on a collection of objects returning all objects in the
collection.
2015-06-26 18:47:34 -07:00
Aaron Levy
e991a1543f
Use blank default for old-etcd-prefix
2015-06-26 18:19:40 -07:00
Robert Bailey
ad12c98e6d
Merge pull request #10150 from thockin/kube2sky-with-token-fix
...
Make DNS not need its own token
2015-06-26 18:17:03 -07:00
Jeff Grafton
8c70fa42ee
Determine e2e test configs for GCE using Jenkins project name.
...
Most parameters can still be overridden by specifying them in the
Jenkins configs.
Additionally, remove --noColor option, since the ANSI Jenkins plugin
can handle the color codes.
2015-06-26 17:32:50 -07:00
Robert Bailey
ca789b01cc
Merge pull request #10419 from mikedanese/docs-fixup
...
updated kubernetes daemon man docs
2015-06-26 17:13:08 -07:00
Robert Bailey
017a43702a
Merge pull request #10400 from justinsb/fix_10379
...
Don't make kubelet systemd service depend on Docker
2015-06-26 17:12:51 -07:00
Robert Bailey
ed03973ae0
Merge pull request #10269 from nikhiljindal/eventsErrors
...
Returning api/errors from event/rest.go
2015-06-26 17:12:09 -07:00
Robert Bailey
8ee63307e4
Merge pull request #9958 from smarterclayton/use_copier
...
Use runtime.Copier instead of hardcoding api.Scheme
2015-06-26 17:11:48 -07:00
Robert Bailey
1c83591c3a
Merge pull request #10430 from GoogleCloudPlatform/revert-10260-clean
...
Revert "Set resource limit for both heapster and influxdb container b…
2015-06-26 17:07:52 -07:00
Robert Bailey
c6940932f7
Merge pull request #10378 from jeffbean/ansible-final
...
Ansible rework for Kubernetes cluster deployment
2015-06-26 16:55:00 -07:00
Dawn Chen
1a4d3ef680
Revert "Set resource limit for both heapster and influxdb container based on"
2015-06-26 15:45:26 -07:00
Mike Danese
bfc80095d4
bump heapster addon version to use inClusterConfig
2015-06-26 15:43:32 -07:00
Robert Bailey
29a55cc80c
Merge pull request #10363 from RichieEscarez/nogkegce
...
Replaced GKE/GCE with Google Container Engine/Google Compute Engine
2015-06-26 14:29:37 -07:00
Daniel Smith
45ac0cf25e
Don't block etcd client
2015-06-26 14:27:13 -07:00
BC Broussard
2f43fc72db
Update Web UI Bar Gauge Graphs
...
- Changed file system abbreviation from 'FS' to Filesystem
- Made chart height dynamic and incorporated legend height change into the master code/datafile.go binary
- Updated the max colors for the graph
- Realigned graph numbers
2015-06-26 13:52:08 -07:00
nikhiljindal
7b56d89e80
Returning api/errors from event
2015-06-26 13:51:55 -07:00
RichieEscarez
899145da10
Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine
...
Fixes #10354
2015-06-26 13:30:41 -07:00
Robert Bailey
ffb846a284
Merge pull request #10375 from eparis/enable_node_monitoring
...
Remove unused enable_node_monitoring
2015-06-26 12:58:14 -07:00
Robert Bailey
f9db614f95
Merge pull request #10234 from mikedanese/rolling-update-weird
...
Detect if replicas have been defaulted in rolling-update and use old replica count
2015-06-26 12:54:35 -07:00
Mike Danese
ff6d67e18c
updated kubernetes daemon docs
...
These docs are not autogenerated. They are generated from specially formated
markdown files that need to be updated when flags are changed but nobody knows
about this so it is not enforced. Thus the man page generation is not useful.
For the sake of having up to date docs up to date for v1, I am manually udating
the markdown files and removing the md2man generation. After v1 we need to gen
this man pages with the rest of our generated docs in a pre commit hook so that
they are not able to become out of date. We can do this by converting our daemons
to use cobra cmd like kubectl.
2015-06-26 12:06:29 -07:00
Clayton Coleman
6970dda54e
Use runtime.Copier instead of hardcoding api.Scheme
...
Allow other schemes to be supported by etcd_helper.go
runtime.Scheme.Copy() should be using the built in DeepCopy()
2015-06-26 14:50:33 -04:00
Robert Bailey
8ebd896351
Merge pull request #10274 from brendandburns/release-0.20
...
Release 0.20
2015-06-26 11:34:10 -07:00
Robert Bailey
91589143a3
Merge pull request #10370 from mikedanese/no-more-machines
...
remove --machines and related deprecated flags from code and docs
2015-06-26 10:54:01 -07:00
Robert Bailey
b08b3a17f8
Merge pull request #10388 from sdminonne/bug_fix2
...
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 10:52:23 -07:00
Robert Bailey
e5f44535a9
Merge pull request #10362 from bprashanth/latency_integration
...
Scrape latency stats from integration tests
2015-06-26 10:52:01 -07:00
Robert Bailey
508f7f1697
Merge pull request #10358 from caesarxuchao/add-force-update
...
Add --force to `kubectl update`
2015-06-26 10:49:04 -07:00
Robert Bailey
54a3ebef3c
Merge pull request #10315 from nikhiljindal/invalidValue
...
Updating the "invalid value" error message to include the list of valid values
2015-06-26 10:46:59 -07:00
Robert Bailey
198b334227
Merge pull request #10197 from mesosphere/ginkgo-skip
...
Use ginkgo's new Skip()
2015-06-26 10:44:34 -07:00