k8s-merge-robot
f1eff2a737
Merge pull request #23862 from nelcy/flexsecrets
...
Automatic merge from submit-queue
Flexvolume: Add support for multiple secrets
This PR adds support to pass multiple secrets for flexvolume plugins.
To allow multiple secrets, secrets are now passed as:
"kubernetes.io/secret/id-rsa":"value-2\r\n\r\n","kubernetes.io/secret/id-rsa.pub":"value-1\r\n"
2016-04-16 16:32:48 -07:00
k8s-merge-robot
957ee1d50a
Merge pull request #23819 from rrati/controller-manager-startup-delay
...
Automatic merge from submit-queue
Added optional delays to starting controller managers. #22669
2016-04-16 15:33:32 -07:00
k8s-merge-robot
fe6a7a2c7d
Merge pull request #23689 from maclof/drain-replicaset-pods
...
Automatic merge from submit-queue
Drain pods created from ReplicaSets
Refer to my issue here: https://github.com/kubernetes/kubernetes/issues/23531
2016-04-16 00:37:41 -07:00
Prashanth Balasubramanian
98070fccd3
Clarify api-group docs by a tiny bit.
2016-04-15 19:25:32 -07:00
Janet Kuo
aa2ac9b1d1
-t shorthand for --tty instead of --template
2016-04-15 17:12:42 -07:00
Chakravarthy Nelluri
f53bc4ebe0
Flexvolume: Add support for multiple secrets
2016-04-15 02:40:38 -07:00
Marc Lough
fdf409861a
Drain pods created from ReplicaSets
2016-04-15 08:51:40 +01:00
Brian Grant
1a7ee1206a
Merge pull request #24311 from johndmulhausen/patch-3
...
Fix for User Guide link
2016-04-14 21:49:30 -07:00
johndmulhausen
cec228ca19
Fix for User Guide link
2016-04-14 18:07:33 -07:00
nikhiljindal
8bb7c80f9d
updating generated api reference docs
2016-04-14 18:06:25 -07:00
Mike Danese
845451c8af
fix the build
2016-04-14 17:20:31 -07:00
Daniel Smith
bbe5299371
Merge pull request #23798 from nak3/bash-completion
...
Bash completion updates
2016-04-14 16:59:48 -07:00
Daniel Smith
a42d7fa31c
Merge pull request #23756 from smarterclayton/force_delete
...
Add a client flag to delete "--now" for grace period 0
2016-04-14 16:55:07 -07:00
Daniel Smith
f778cb3bc7
Merge pull request #24223 from tyangliu/generate-yaml-docs
...
Include genyaml in update/verify generated docs scripts
2016-04-14 16:22:03 -07:00
George Tankersley
5d479cc971
docs/proposals: specify encoding of certificate requests
2016-04-14 14:03:31 -07:00
deads2k
ac4c545b91
add act-as powers
2016-04-14 12:49:10 -04:00
André Martins
c1a360b1d5
Removing IPv4 enforcement on Endpoints
...
Signed-off-by: André Martins <aanm90@gmail.com >
2016-04-14 16:20:00 +01:00
Kenjiro Nakayama
c9d34870ed
Update bashcompletion codes for kubectl expose
2016-04-14 23:43:48 +09:00
Kenjiro Nakayama
84e3ee8ec4
Update bashcompletion codes for kubectl annotate
2016-04-14 23:40:34 +09:00
k8s-merge-robot
29ef6b618d
Merge pull request #24226 from fejta/swagger
...
Automatic merge from submit-queue
Update swagger specs
Trying to figure out why they got out of date in parallel.. maybe we missed this in https://github.com/kubernetes/kubernetes/pull/23806 ?
2016-04-14 00:48:08 -07:00
Erick Fejta
2b00328530
Update swagger specs
2016-04-13 18:41:38 -07:00
Thomas Liu
f4f04e2985
Include genyaml in update/verify generated docs scripts
2016-04-13 15:11:31 -07:00
Daniel Smith
e99f05a9bb
Merge pull request #23526 from tyangliu/generate-yaml-docs
...
Generate yaml docs for kubectl
2016-04-13 14:24:20 -07:00
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
Robert Rati
83de3e9733
Added optional delays to starting controller managers. #22669
2016-04-13 09:52:28 -04:00
Klaus Ma
b8c5c15f44
Corrected typo in federation doc.
2016-04-13 14:57:33 +08:00
George Tankersley
ac1e82c38c
docs/proposals: update kubelet tls bootstrap proposal
2016-04-12 12:38:38 -07:00
k8s-merge-robot
acf9492cb1
Merge pull request #23660 from goltermann/vetclean
...
Automatic merge from submit-queue
Additional go vet fixes
Mostly:
- pass lock by value
- bad syntax for struct tag value
- example functions not formatted properly
2016-04-12 06:22:16 -07:00
James Ravn
5bb0595260
Make deserialization cache size configurable
...
Instead of the default 50K entries, allow users to specify more sensible
sizes for their cluster.
2016-04-12 13:42:27 +01:00
Thomas Liu
ad9f9d2ce0
Create cmd to generate kubectl yaml docs
2016-04-11 17:07:45 -07:00
k8s-merge-robot
96a32fda4e
Merge pull request #23949 from mikebrow/development-guide-update
...
Automatic merge from submit-queue
Minor doc edits to development.md
Noted a few small clarity issues going through the development guide and while it mentioned local builds, it was missing instructions for building on a local go developer environment.
Signed-off-by: mikebrow <brownwm@us.ibm.com >
2016-04-11 05:14:59 -07:00
Jeff Lowdermilk
7720a16bcf
Merge pull request #23893 from mbhinder/kubernetes
...
Fixed typo: kuberntes -> kubernetes
2016-04-08 12:47:36 -07:00
Clayton Coleman
ea3467f822
Add a client flag for --now delete
...
Is equivalent to --grace-period=0 but is more intuitive for end users.
2016-04-07 23:45:08 -04:00
David McMahon
a71cb19867
Clarify release-note label requirement for non-master PRs.
2016-04-07 17:14:13 -07:00
k8s-merge-robot
2912fcc3ba
Merge pull request #23939 from david-mcmahon/relnotes-fixall
...
Automatic merge from submit-queue
Sync up all release note related docs with the latest process/procedures
@eparis we also need to get the munger in line with the latest. I think we've stopped making changes at this point. #23743 is coming up but is an enhancement to the base procedures here.
cc @bgrant0607
2016-04-07 17:07:58 -07:00
David McMahon
68b2c8eb07
Sync up all release note related docs with the latest process/procedures.
2016-04-07 15:10:06 -07:00
k8s-merge-robot
235f8f13c0
Merge pull request #22146 from luxas/binary_release_notes
...
Automatic merge from submit-queue
Add some info about binary downloads
This should be merged before `v1.2`. Useful information.
WDYT?
@wojtek-t @fgrzadkowski @zmerlynn @mikedanese @brendandburns @thockin
2016-04-07 04:03:09 -07:00
mikebrow
8ad866aa18
minor edits to development.md to make the first steps easier and more obvious for newcommers
...
Signed-off-by: mikebrow <brownwm@us.ibm.com >
2016-04-06 19:37:14 -05:00
k8s-merge-robot
b141c6903e
Merge pull request #23925 from luxas/go_version_support
...
Automatic merge from submit-queue
Add a note about supported go version
Broke out from #22149
@wojtek-t
2016-04-06 15:33:52 -07:00
goltermann
696423e044
Vet fixes, mostly pass lock by value errors.
2016-04-06 11:27:40 -07:00
Lucas Käldström
e9eaba3cbd
Add a note about supported go version
2016-04-06 20:08:45 +03:00
Preet Bhinder
d178d78013
Fixed typo: kuberntes -> kubernetes
...
"Kubernetes" was misspelled in a couple of places.
2016-04-05 16:20:08 -07:00
Wojciech Tyczynski
57b76eff45
Remove Shippable
2016-04-06 01:06:38 +02:00
k8s-merge-robot
4f329516ae
Merge pull request #22149 from luxas/onedotsix
...
Automatic merge from submit-queue
Up to golang 1.6
A second attempt to upgrade go version above `go1.4`
Merge ASAP after you've cut the `release-1.2` branch and feel ready.
`go1.6` should perform slightly better than `go1.5`, so this time it might work
@gmarek @wojtek-t @zmerlynn @mikedanese @brendandburns @ixdy @thockin
2016-04-05 13:26:18 -07:00
k8s-merge-robot
6950fab441
Merge pull request #23786 from tnguyen-rh/fix-typo
...
Automatic merge from submit-queue
Fix typo
2016-04-04 12:55:00 -07:00
k8s-merge-robot
7d7ca5ab72
Merge pull request #23608 from caesarxuchao/mv-typed-clients
...
Automatic merge from submit-queue
Move typed clients into clientset folder
Move typed clients from `pkg/client/typed/` to `pkg/client/clientset_generated/${clientset_name}/typed`.
The first commit changes the client-gen, the last commit updates the doc, other commits are just moving things around.
@lavalamp @krousey
2016-04-02 19:31:40 -07:00
Alex Robinson
0337f3fbf8
Merge pull request #23665 from a-robinson/buildcop
...
Fix the link for unlabeled issues in the build cop guide.
2016-04-02 13:50:38 -07:00
Thien-Thi Nguyen
dd7b94db20
Fix typo
2016-04-02 12:46:57 +02:00
k8s-merge-robot
c7af842fac
Merge pull request #23766 from mikebrow/docs-minor-edit-testing-guide
...
Automatic merge from submit-queue
minor edits to testing guide
Noted a few small issues going through the getting started testing guide.
Cheers, Mike
Signed-off-by: mikebrow <brownwm@us.ibm.com >
2016-04-01 23:17:37 -07:00
k8s-merge-robot
c927790cc6
Merge pull request #22877 from fabianofranz/mark_filename_flags_for_completions
...
Automatic merge from submit-queue
Mark filename flags for completions
Adds filename bash completion to some flags that were missing.
2016-04-01 22:38:54 -07:00