Clayton Coleman
83f84a9821
OPTIONS should be passed through the proxy
2015-06-19 14:30:27 -04:00
Robert Bailey
abac8c86c7
Merge pull request #10096 from brendandburns/merge-release-0.19-to-master
...
Merge release 0.19.1 to master
2015-06-19 10:36:09 -07:00
Satnam Singh
f83d5356d7
Merge pull request #9987 from mbforbes/livingUpgrade
...
Node upgrade test
2015-06-19 10:02:52 -07:00
Satnam Singh
d77e79a469
Merge pull request #10099 from mikedanese/fix-precommit
...
fix master precommit hook
2015-06-19 10:02:21 -07:00
Mike Danese
0e8a7d3760
fix master precommit hook
2015-06-19 09:59:27 -07:00
Satnam Singh
02c3e9f8ec
Merge pull request #10095 from swagiaal/iscsi-example
...
Minor fixups to iSCSI example.
2015-06-19 09:41:03 -07:00
Satnam Singh
0e91a7fb7f
Merge pull request #10094 from marekbiskup/doc-userguide
...
add links to unlinked documents; move making-release-notes.md to devel
2015-06-19 09:40:45 -07:00
Satnam Singh
3839636cc5
Merge pull request #10092 from markturansky/unmount_error_msg
...
Fixed formatting of unmount error message
2015-06-19 09:39:01 -07:00
Brendan Burns
3907ed5104
Merge remote-tracking branch 'upstream/release-0.19' into merge-release-0.19-to-master
2015-06-19 09:24:39 -07:00
Sami Wagiaalla
ce40c4d7c2
Minor fixups to iSCSI example.
...
- Put the link for setting up the target before initiator link.
- Add a comment about removing the partition created in the linked
tutorial.
- Change the settings in the pod to resemble those you would if you
follow the tutorial
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-19 11:49:41 -04:00
Marek Biskup
7644845b9e
add links to unlinked documents; move making-release-notes.md to docs/devel
2015-06-19 17:46:30 +02:00
Satnam Singh
b81d88d52d
Merge pull request #9842 from brendandburns/release-0.19
...
Release 0.19.1
2015-06-19 08:41:43 -07:00
markturansky
450002a52e
Fixed formatting of error message
2015-06-19 11:21:57 -04:00
Satnam Singh
e584629272
Merge pull request #10048 from rajatchopra/master
...
Assign host's IPAddress to podIP when pod shares the host's network
2015-06-19 08:16:24 -07:00
Satnam Singh
d06a460007
Merge pull request #10066 from dchen1107/clean
...
Make kubelet first acknowledge time of a pod as Pod.Status.StartTime.
2015-06-19 08:05:15 -07:00
Satnam Singh
a3ffb05004
Merge pull request #9972 from smarterclayton/split_versioned_object
...
Split AsVersionedObjects so it can be reused
2015-06-19 08:04:23 -07:00
Satnam Singh
341e5f9899
Merge pull request #10081 from liggitt/service_account_name
...
Rename pod.spec.serviceAccount -> pod.spec.serviceAccountName for v1
2015-06-19 08:03:09 -07:00
Satnam Singh
4da15e318c
Merge pull request #10011 from tnguyen-rh/docs-fix-markdown
...
docs: add some missing newlines
2015-06-19 07:55:57 -07:00
Satnam Singh
a45ddb69d2
Merge pull request #10073 from rajatchopra/vagrant_network
...
fix vagrant networking
2015-06-19 07:51:27 -07:00
Satnam Singh
9f4b504e84
Merge pull request #9921 from justinsb/aws_asg
...
AWS: Run minions in Auto Scaling Group
2015-06-19 07:47:28 -07:00
Satnam Singh
6c0d324946
Merge pull request #10088 from marekbiskup/doc-dns
...
add link to cluster addons README
2015-06-19 07:44:58 -07:00
Satnam Singh
864412334f
Merge pull request #10090 from GoogleCloudPlatform/revert-10083-revert-9688-validate_pod_spec
...
Revert "Revert "Validate service account name in pod spec""
2015-06-19 07:31:27 -07:00
Satnam Singh
0f70095fff
Revert "Revert "Validate service account name in pod spec""
2015-06-19 07:31:19 -07:00
Justin Santa Barbara
2a5ed2f086
AWS: Use auto-scaling group to run minions
...
This uses the dynamic CIDR work, and we set source-dest-check to false
when we configure the route (which kind-of makes sense)
2015-06-19 10:22:15 -04:00
Marek Biskup
dd7b41e5a3
add link to cluster addons README
2015-06-19 14:52:46 +02:00
Piotr Szczesniak
d9dabd749c
Merge pull request #10086 from marekbiskup/issues-for-TODO
...
add issue reference to TODOs
2015-06-19 13:19:30 +02:00
Marek Biskup
ade1399ece
add issue reference to TODOs
2015-06-19 11:58:42 +02:00
Piotr Szczesniak
31675c2b88
Merge pull request #9851 from marekbiskup/addon-doc
...
addon doc improved
2015-06-19 11:57:57 +02:00
Marek Biskup
dfb702a6e4
addon doc improved
2015-06-19 11:14:01 +02:00
Satnam Singh
b2e9fed349
Merge pull request #10083 from GoogleCloudPlatform/revert-9688-validate_pod_spec
...
Revert "Validate service account name in pod spec"
2015-06-18 23:37:53 -07:00
Satnam Singh
90a1aea42a
Revert "Validate service account name in pod spec"
2015-06-18 23:37:14 -07:00
Brendan Burns
f291074866
Kubernetes version v0.19.1-dev
2015-06-18 23:07:53 -07:00
Brendan Burns
bb63f031d4
Kubernetes version v0.19.1
2015-06-18 23:06:41 -07:00
Jeff Lowdermilk
8eb382075c
Fix #9506
...
(cherry picked from commit 2af7dd5b57
)
2015-06-18 23:02:40 -07:00
Thien-Thi Nguyen
1647e12c4e
docs: make markdown less GitHub-specific
...
- add newline before lists
- use ‘*’ for lists instead of ‘-’; use 4 spaces to indent nested list
2015-06-19 07:50:07 +02:00
CJ Cullen
0a3ff4fa28
Make resize tests work on GKE
...
(cherry picked from commit abc4e53648
)
2015-06-18 22:33:48 -07:00
CJ Cullen
42106432a0
Make GKE-CI test firewalls work on Jenkins
...
(cherry picked from commit 6f30aa78a7
)
2015-06-18 22:07:57 -07:00
CJ Cullen
0c19b58df2
Make GKE test firewalls work with new short-hash node names.
...
(cherry picked from commit 4e57dbdc26
)
2015-06-18 22:07:38 -07:00
CJ Cullen
0cae951dae
Apply test firewalls to both the new gke- node tags and the old k8s- tags
...
(cherry picked from commit 69f5765fa2
)
2015-06-18 22:07:22 -07:00
Jordan Liggitt
68a8a25494
Rename pod.spec.serviceAccount -> pod.spec.serviceAccountName for v1
2015-06-18 22:38:00 -04:00
Satnam Singh
d8e5225144
Merge pull request #10069 from lavalamp/sshLockingFix
...
fix locking around ssh tunnels
2015-06-18 17:50:06 -07:00
Rajat Chopra
d0816be55d
fix vagrant networking
2015-06-18 17:48:32 -07:00
Satnam Singh
3d8a3a809f
Merge pull request #10067 from lavalamp/miscFix
...
fix config file
2015-06-18 17:48:07 -07:00
Satnam Singh
59a96f1028
Merge pull request #9688 from liggitt/validate_pod_spec
...
Validate service account name in pod spec
2015-06-18 17:18:09 -07:00
Satnam Singh
9f32599bee
Merge pull request #9720 from justinsb/aws_routes
...
Refactor Routes, and dynamically configure minion CIDRs on AWS
2015-06-18 17:16:29 -07:00
Satnam Singh
b84826ee23
Merge pull request #9692 from caesarxuchao/clusterinfo-v1
...
update cluster-info output to v1
2015-06-18 17:15:58 -07:00
Justin Santa Barbara
0ad16a187d
Refactor findRouteTable to be less verbose
...
Thanks for the suggestion @cjcullen
2015-06-18 17:08:32 -07:00
Daniel Smith
4126622388
fix locking around ssh tunnels
2015-06-18 16:52:10 -07:00
Chao Xu
5d89dda9a8
respect --api-version in the output of "kubectl cluster-info"
2015-06-18 16:51:10 -07:00
Daniel Smith
63d8e08394
fix config file
2015-06-18 16:35:59 -07:00