Girish Kalele
30e7c055d4
External Load Balancer Source IP Preservation Proposal
2016-09-06 14:14:56 -07:00
harry zhang
b0e1d2369c
Wrong cron job date in scheduledjob.md
...
It seems we wrote a wrong date? `"0 14 21 7 *"` is July 21.
2016-09-06 22:07:56 +08:00
deads2k
6320dc6e73
generated code for moving StorageClass
2016-09-06 08:41:17 -04:00
Kubernetes Submit Queue
6bcc4e9f2a
Merge pull request #31194 from mml/evict.followup
...
Automatic merge from submit-queue
Fix followups from #31033
2016-09-05 13:38:30 -07:00
Kubernetes Submit Queue
2650047f65
Merge pull request #31259 from rombit-be/update-dev-doc
...
Automatic merge from submit-queue
Add go-bindata as development dependency
**What this PR does / why we need it**:
Small update in the developer notes (a go dependency was missing, which I noticed when setting up my own development environment)
**Which issue this PR fixes**:
Not applicable
**Special notes for your reviewer**:
**Release note**:
N/A
```release-note
```
2016-09-05 11:10:14 -07:00
Kubernetes Submit Queue
d022750ad2
Merge pull request #31919 from ciwang/designdoc
...
Automatic merge from submit-queue
Snapshotting design doc
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
Design doc for volume snapshotting feature (alpha)
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-09-03 09:11:19 -07:00
Kubernetes Submit Queue
8730514bd2
Merge pull request #31861 from YuPengZTE/devNote
...
Automatic merge from submit-queue
The first letter is small
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
2016-09-03 09:11:15 -07:00
Kubernetes Submit Queue
11765ab92e
Merge pull request #31887 from liggitt/certificates-group
...
Automatic merge from submit-queue
Namespace certificates API group
New API groups should follow best-practices for naming, including using DNS names within the k8s.io namespace
```release-note
The certificates API group has been renamed to certificates.k8s.io
```
2016-09-02 15:08:55 -07:00
Cindy Wang
3a28c09efb
Snapshotting design doc
...
minor edits, changing prefix on annotations
update-munge-docs
2016-09-02 13:39:50 -07:00
Tim Hockin
4bd9ad7a8c
Merge pull request #31864 from YuPengZTE/devEG
...
eg. should be e.g.
2016-09-01 23:17:21 -07:00
David McMahon
385fb81407
Update the latestReleaseBranch to release-1.4 in the munger.
2016-09-01 14:40:55 -07:00
Kubernetes Submit Queue
e81b3fd340
Merge pull request #31900 from mikedanese/broken-link
...
Automatic merge from submit-queue
fix broken link to sytlye guide in docs/devel
shell with style!
2016-09-01 12:49:38 -07:00
Jordan Liggitt
a869de61bd
Namespace certificates API group
2016-09-01 14:39:06 -04:00
Mike Danese
34d248d5ed
fix broken link in docs
2016-09-01 11:24:46 -07:00
jay vyas
1b18b3b232
Ascii-gram for scheduler, more structured doc
2016-09-01 13:56:42 -04:00
YuPengZTE
bb8980a8ad
eg. should be e.g.
2016-09-01 17:34:38 +08:00
YuPengZTE
b367764167
The first letter is small
2016-09-01 17:23:21 +08:00
Kubernetes Submit Queue
3269849ded
Merge pull request #31750 from caesarxuchao/minor-doc
...
Automatic merge from submit-queue
update doc to point to the client-go repo
cc @devin-donnelly @lavalamp
2016-08-31 17:52:59 -07:00
Matt Liggett
15899451a5
// update-all
2016-08-30 16:25:04 -07:00
Chao Xu
faef914087
update doc
2016-08-30 15:16:41 -07:00
Kubernetes Submit Queue
3fd14d97fb
Merge pull request #31229 from pigmej/typos_englishify_pkg_api
...
Automatic merge from submit-queue
Fix various typos in pkg/api
Just fixed some typos + "englishify" in pkg/api
2016-08-30 13:35:36 -07:00
Kubernetes Submit Queue
be848f2adc
Merge pull request #26863 from luxas/multi_platform
...
Automatic merge from submit-queue
Add a multi-platform proposal
This is a proposal for the work I've done with multiarch Kubernetes. I've worked quite a lot on it and now I've written it down so others may easily use and learn from it, while at the same time pointing out issues that we should fix in the future.
I would like to get this in before `v1.3`.
Feel free to comment on it if it's something that's unclear.
@david-mcmahon @ixdy @mikedanese @Pensu @davidopp @bgrant0607 @dlorenc @eparis @vishh @thockin @dchen1107 @lavalamp
2016-08-30 05:40:39 -07:00
Lucas Käldström
b033b25f64
Add a multiarch proposal
2016-08-30 14:39:51 +03:00
Kubernetes Submit Queue
1b184f29d0
Merge pull request #29287 from caitong93/patch-2
...
Automatic merge from submit-queue
Fix a typo in resource-qos design doc
2016-08-29 12:15:31 -07:00
Erick Fejta
fd15911910
Convert bool to error, helper func for cd to skew
2016-08-29 10:15:57 -07:00
Jedrzej Nowak
f2d6302b5c
added auto generated stuff
2016-08-29 11:31:16 +02:00
Kubernetes Submit Queue
961ef2b51d
Merge pull request #31470 from caesarxuchao/regenerate-release-1-4
...
Automatic merge from submit-queue
Fix missing expansion files in clientset release 1.4
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**:
Fix missing expansion files in clientset release 1.4;
Update the client-gen tool to automatically update generated_expansion.go;
Update the readme to document the best practice of using client-gen.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
https://github.com/kubernetes/kubernetes/issues/29698#issuecomment-241315798
**Special notes for your reviewer**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
cc @lavalamp @krousey @mbohlool
2016-08-27 00:45:52 -07:00
Kubernetes Submit Queue
e24aff0711
Merge pull request #29821 from alexbrand/config-cluster
...
Automatic merge from submit-queue
Add get/delete cluster, delete context to kubectl config
Fixes #29794 by adding `get-clusters`, `delete-cluster` and `delete-context` actions to `kubectl config`.
2016-08-26 11:44:46 -07:00
Chao Xu
889b100e63
update readme
2016-08-26 10:55:22 -07:00
Eric Paris
6f90869996
Merge pull request #31452 from jeffmendoza/cleanup-docs-yamls
...
Removed non-md files from docs. Moved doc yamls to test/fixtures.
2016-08-26 12:17:12 -04:00
Jeff Mendoza
95b73058d2
Removed non-md files from docs. Moved doc yamls to test/fixtures.
...
Most of the contents of docs/ has moved to kubernetes.github.io.
Development of the docs and accompanying files has continued there, making
the copies in this repo stale. I've removed everything but the .md files
which remain to redirect old links. The .yaml config files in the docs
were used by some tests, these have been moved to test/fixtures/doc-yaml,
and can remain there to be used by tests or other purposes.
2016-08-25 15:09:27 -07:00
Jedrzej Nowak
13b33e04cc
added auto generated stuff
2016-08-25 12:15:35 +02:00
yuexiao-wang
2d17b43361
Add targets for PHONY in Makefile
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2016-08-25 09:03:05 +08:00
Erick Fejta
1aea03e7a8
Moved runner to test-infra
2016-08-24 15:47:10 -07:00
Kubernetes Submit Queue
bb16ac239a
Merge pull request #31159 from Clarifai/ext-svc-ref-no-e2e
...
Automatic merge from submit-queue
Implement ExternalName in kube-dns
Part of the ongoing saga formerly known as https://github.com/kubernetes/features/issues/33
This is the prelude (first commit) in #30931 , spawn into a separate PR to allow building a new kube-dns image before e2e tests (the rest of #30931 ) are updated.
ExternalName allows kubedns to return CNAME records for external
services. No proxying is involved.
cc @thockin
2016-08-24 05:37:58 -07:00
Kubernetes Submit Queue
3544f8a717
Merge pull request #29836 from rootfs/azuredd
...
Automatic merge from submit-queue
support Azure data disk volume
This is a WIP of supporting azure data disk volume. Will add test and dynamic provisioning support once #29006 is merged
replace #25915
fix #23259
@kubernetes/sig-storage
@colemickens @brendandburns
2016-08-24 02:49:54 -07:00
Kubernetes Submit Queue
8ba1be314e
Merge pull request #29785 from petemiron/patch-1
...
Automatic merge from submit-queue
Clarify documentation that new admission control plugin must be imported
```release-note
```
Admission control design doc doesn't mention importing the plugin to plugins.go. I was unable to get the plugin to build into my binary without it. Updated documentation to prevent future confusion.
2016-08-23 16:52:40 -07:00
Peter Miron
f078f8df94
New plugin must be imported
...
Admission control design doc doesn't mention importing the plugin to plugins.go. I was unable to get the plugin to build into my binary without it.
2016-08-23 11:51:46 -04:00
Huamin Chen
dea4b0226d
support Azure data disk volume
...
Signed-off-by: Huamin Chen <hchen@redhat.com >
2016-08-23 13:23:07 +00:00
Bart Van Bos
cfd9922d7c
Add go-bindata as development dependency
2016-08-23 14:10:43 +02:00
jianhuiz
494129b089
add generated files
2016-08-22 23:00:23 -07:00
Rudi Chiarito
b5464a970f
Implement ExternalName in kube-dns
2016-08-23 00:55:47 -04:00
Kubernetes Submit Queue
df22dd70b8
Merge pull request #31033 from mml/evict
...
Automatic merge from submit-queue
Implementation of the /eviction subresource.
2016-08-22 20:25:09 -07:00
Matt Liggett
d82a5914da
Re-run hack/update-all
2016-08-22 16:38:00 -07:00
Kubernetes Submit Queue
9de9405be7
Merge pull request #30765 from lixiaobing10051267/masterOrder
...
Automatic merge from submit-queue
Optimize order description for turning down cluster
Optimize order description for turning down cluster.
2016-08-22 15:27:03 -07:00
Kubernetes Submit Queue
4ac7972f73
Merge pull request #30968 from Crazykev/fix-t
...
Automatic merge from submit-queue
correct object in downward_api_resources_limits_requests
2016-08-22 15:26:58 -07:00
Dr. Stefan Schimanski
7a7e059ac6
Add some docs about the missing node e2e scheduling
2016-08-22 13:07:16 +02:00
Kubernetes Submit Queue
5b6e1c37c6
Merge pull request #29481 from kargakis/available-replicas-on-replica-sets
...
Automatic merge from submit-queue
Add readyReplicas to replica sets
@bgrant0607 for the api changes
@bprashanth for the controllers changes
@deads2k fyi
2016-08-21 19:44:50 -07:00
Kubernetes Submit Queue
a956dd1c25
Merge pull request #25524 from AdoHe/kubectl_reorg
...
Automatic merge from submit-queue
update kubectl help output for better organization
## Pull Request Guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md ).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md ).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes ) in the block below.
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
[]()
2016-08-21 09:08:56 -07:00
Michail Kargakis
46291d51df
api: generated code for readyReplicas
2016-08-21 15:47:23 +02:00