Clayton Coleman
02dbb95447
Add TerminationGracePeriodSeconds to API
...
Set defaulting for pod spec
2015-08-20 11:03:38 -04:00
Wojciech Tyczynski
aeb450ccee
Merge pull request #12890 from alexhersh/ubuntu-calico-update
...
Update ubuntu-calico guide
2015-08-20 09:36:41 +02:00
Alexander Hersh
dc35afcada
update generated docs
2015-08-19 22:33:03 -07:00
Saad Ali
8a43bd621e
Merge pull request #12745 from eparis/even-less-dash-false-positive
...
verify-flags-underscore.py: Even fewer dash false positives
2015-08-19 17:03:29 -07:00
Alexander Hersh
f795b67521
Update ubuntu-calico guide
...
Update Release Versions and Repo Names.
2015-08-19 11:04:36 -07:00
Ilya Dmitrichenko
cb3425351a
Make typography more consistent
2015-08-19 12:01:50 +01:00
Robert Bailey
08e6a43c1d
Revert "Merge pull request #9165 from smarterclayton/graceful"
...
This reverts commit 4f856b595d
, reversing
changes made to d78525a83b
.
Conflicts:
pkg/kubelet/status_manager.go
2015-08-18 17:34:49 -07:00
Robert Bailey
fd4147f6c5
Merge pull request #11125 from nak3/mesos-readme
...
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-18 11:48:49 -07:00
Robert Bailey
4f856b595d
Merge pull request #9165 from smarterclayton/graceful
...
Enable graceful deletion using reconciliation loops in the Kubelet without TTL
2015-08-18 10:01:40 -07:00
Robert Bailey
6103a7f852
Merge pull request #12683 from feelobot/patch-2
...
Update AWS Configs to 1.0.3
2015-08-18 09:14:52 -07:00
Robert Bailey
f94f6c48fd
Merge pull request #10829 from ZJU-SEL/adddns2docker
...
add kube-dns for docker k8s
2015-08-18 09:13:54 -07:00
Clayton Coleman
89f1f3b1b8
Alter graceful deletion to not use TTL
...
Avoid TTL by deleting pods immediately when they aren't
scheduled, and letting the Kubelet delete them otherwise.
Ensure the Kubelet uses pod.Spec.TerminationGracePeriodSeconds
when no pod.DeletionGracePeriodSeconds is available.
2015-08-18 09:08:43 -04:00
Felix Rodriguez
2fba24e989
Update AWS Configs to 1.0.3
2015-08-17 13:59:38 -07:00
Eric Paris
c560f41a4b
Update docs which were incorrectly using _ in flag names
...
Each of these was verified that the actual flag declaration correctly
used -
2015-08-17 11:18:43 -07:00
Marek Grabowski
31e115eb73
Merge pull request #12656 from vallard/master
...
added OpenStack instructions to coreos multinode cluster document. C…
2015-08-17 11:58:19 +02:00
Kenjiro Nakayama
5e58bedae2
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-16 17:08:56 +09:00
Filip Grzadkowski
15d39857e0
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:42:07 +02:00
Vallard Benincosa
964d4c7111
ran ./hack/update-generated-docks.sh
2015-08-13 22:59:39 -07:00
Brendan Burns
868aca04a0
Merge pull request #12687 from eparis/verfiy-dash
...
Update flag-dash whitelist
2015-08-14 10:12:54 +08:00
Brendan Burns
35c22714d1
Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2
...
Make the libvirt-coreos cluster use the etcd2 shipped within CoreOS
2015-08-13 11:19:54 -07:00
Brendan Burns
5865971acb
Merge pull request #12387 from resouer/patch-docker
...
vxlan as bankend of flannel & auto restart k8s with daemon
2015-08-13 10:18:14 -07:00
Vallard Benincosa
1419806ca8
added OpenStack instructions to coreos multinode cluster document. Close #12587
2015-08-13 07:45:02 -07:00
Wojciech Tyczynski
968cbbee5d
Merge pull request #12629 from erictune/conformance_checkbox_gke
...
Mark GKE as conformant.
2015-08-13 11:42:42 +02:00
Lénaïc Huard
0535ca9263
Better explain what are the purposes of the libvirt-coreos cluster provider
2015-08-13 11:36:04 +02:00
Eric Tune
a2e1719a56
Mark GKE as conformant.
2015-08-13 00:41:15 -07:00
CJ Cullen
8767d04639
Merge pull request #11127 from nak3/mesos-readme2
...
Add --secure-port=0 to run `km apiserver` in Kubernetes on Mesos getting started guide
2015-08-12 13:40:24 -07:00
Piotr Szczesniak
0ded91c521
Merge pull request #12403 from stensonb/consolidate-cloudprovider-imports
...
consolidate cloudproviders into a single import
2015-08-12 09:56:09 +02:00
Byungjoon Lee
5de9094652
Fix the problem that Kubernetes UI is not installed by deployAddons.sh script in Ubuntu environment.
2015-08-12 15:33:07 +09:00
Bryan Stenson
9541414742
create cloudprovider "providers" package
...
move all providers into new package
update all references to old package path
2015-08-11 22:36:51 -07:00
Piotr Szczesniak
1df0267f4a
Merge pull request #12551 from eparis/underscore-to-dash
...
Update code and docs to use - in flag names instead of _
2015-08-12 07:16:31 +02:00
Lei Zhang
6a2e58552d
vxlan as bankend of flannel & auto restart k8s.
2015-08-12 11:16:19 +08:00
Eric Paris
5aa495cdad
Update code to use - in flag names instead of _
2015-08-11 16:31:52 -04:00
Alex Robinson
cbc41eda76
Strip out extra gunk from the end of an example output line.
2015-08-11 20:13:48 +00:00
Filip Grzadkowski
9dd3cac82e
Merge pull request #12423 from brendandburns/service
...
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Brendan Burns
3f18641857
Merge pull request #12434 from ZJU-SEL/unsupported-param
...
fix unsupported param of containerized kubelet
2015-08-10 21:04:40 -07:00
Brendan Burns
79fb674679
Fix the service printer to be a single line per service
2015-08-10 10:57:45 -07:00
Karl Isenberg
73ca343e69
Clarify build instructions in mesos/docker guide
...
- Linux build requires docker sudo group
- Golang & Make optional
- Extracted a section on building locally
2015-08-10 09:46:30 -07:00
Marek Grabowski
5f9cefc1d8
Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
...
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Ed Costello
35a5eda585
Copy edits for typos
2015-08-09 14:18:06 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
He Simei
be26f1c5ab
fix unsupported param of containerized kubelet
2015-08-08 20:22:02 +08:00
Eric Paris
e4d0389b4a
Converts docs/ from --flag_name= to --flag-name=
2015-08-07 11:00:13 -04:00
Jerzy Szczepkowski
a53f4c8695
Merge pull request #12394 from Huawei-PaaS/issue_ubuntu_md_variable_typos
...
Amend some variable typos in ubuntu.md
2015-08-07 14:27:47 +02:00
qiaolei
60ef96a135
Amend some variable typos in ubuntu.md
...
Amend some variable typos. 1, `roles`->`role`; 2, service_cluster_ip_range -> `SERVICE_CLUSTER_IP_RANGE`.
2015-08-07 20:05:20 +08:00
David Walter
76bb6bbf12
change underscores to dashes to match the command line argument
2015-08-06 22:48:21 -05:00
David Walter
792fc2269b
change underscores to dashes to match the command line argument
2015-08-06 22:13:44 -05:00
Brendan Burns
1407aee8b0
fix invalid flag --insecure-bind-address to --address
2015-08-06 09:25:17 -07:00
Mike Danese
fe6b15ba2f
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Dawn Chen
49d62ca0be
Merge pull request #12295 from feelobot/master
...
Update Binary Versions in AWS cloud-config's
2015-08-05 15:25:44 -07:00
Dawn Chen
e532a1ddd8
Merge pull request #12046 from asridharan/master
...
Updating instructions for launching kubernets in a local docker installation
2015-08-05 15:09:44 -07:00