Kubernetes Submit Queue
8c67d08e3a
Merge pull request #36125 from kubernetes/typofixgodepdoc
...
Automatic merge from submit-queue
Fix typo in docs/devel/godep.md
2016-11-03 02:09:05 -07:00
Saad Ali
fd80fd2e88
Fix typo in docs/devel/godep.md
2016-11-02 19:07:35 -07:00
Tim Hockin
43d3824a9a
Remove a few versioned-warnings that snuck in
2016-11-02 14:21:40 -07:00
Tim Hockin
f4c2a05eea
Merge pull request #33656 from koep/typos
...
Fix typos
2016-11-02 07:25:16 +01:00
Kubernetes Submit Queue
cc84673ebe
Merge pull request #35928 from caesarxuchao/remove-clientset-archive
...
Automatic merge from submit-queue
Remove archived clientset
We have [client-go](https://github.com/kubernetes/client-go ) now, no need to keep archived clientset in master of k8s.io/kubernetes.
Also updated the client-gen README.
Fix https://github.com/kubernetes/kubernetes/issues/35803 .
cc @mikedanese
```release-note
The main kubernetes repository stops hosting archived version of released clients. Please use [client-go](https://github.com/kubernetes/client-go ).
```
2016-11-01 00:41:46 -07:00
Kubernetes Submit Queue
a9b183db7f
Merge pull request #32557 from asalkeld/an-ingress-docs
...
Automatic merge from submit-queue
Correct the article in generated documents
**What this PR does / why we need it**:
Fix the article in generated docs for "create/delete [article] [kind]"
**Which issue this PR fixes**
fixes #32305
**Special notes for your reviewer**:
None
**Release note**:
``` release-note
Correct the article in generated documents
```
For example:
"a Ingress" > "an Ingress"
2016-10-31 23:16:46 -07:00
Chao Xu
4cf7adf937
remove release_1_4
...
remove archived federation clientsets
update README
2016-10-31 15:05:26 -07:00
Christian Koep
cc1d8951a9
Fix typos and linted_packages sorting
2016-10-31 18:31:08 +01:00
Kubernetes Submit Queue
3e3ff447d2
Merge pull request #30285 from jsafrane/external-provisioner-proposal
...
Automatic merge from submit-queue
Proposal for external dynamic provisioners
@kubernetes/sig-storage
2016-10-31 08:45:08 -07:00
Angus Salkeld
3a08cf0619
Correct the article in generated documents
...
For example:
"a Ingress" > "an Ingress"
2016-10-31 09:46:29 +10:00
Kubernetes Submit Queue
f448f24c73
Merge pull request #34914 from brendandburns/kubectl-cp
...
Automatic merge from submit-queue
add kubectl cp
Implements `kubectl cp` (https://github.com/kubernetes/kubernetes/issues/13776 )
Syntax examples:
```sh
# Copy from pod to local machine
$ kubectl cp [namespace/]pod:/some/file/or/dir ./some/local/file/or/dir
# Copy from local machine to pod
$ kubectl cp /some/local/file/or/dir [namespace/]pod:/some/remote/file/or/dir
```
@deads2k @smarterclayton @kubernetes/sig-cli
2016-10-30 15:12:41 -07:00
Kubernetes Submit Queue
8e213a4a26
Merge pull request #35390 from kargakis/update-eviction-comment
...
Automatic merge from submit-queue
apis: update comment for Eviction resource
2016-10-30 03:53:19 -07:00
Brendan Burns
d65757fb88
add kubectl cp
2016-10-29 20:24:54 -07:00
Clayton Coleman
edd5262e03
generated: API docs
2016-10-28 11:30:12 -04:00
Kubernetes Submit Queue
433848c18f
Merge pull request #35753 from philips/remove-troubleshooting
...
Automatic merge from submit-queue
docs: remove troubleshooting
2016-10-27 23:57:41 -07:00
Kubernetes Submit Queue
2ff7e26796
Merge pull request #35674 from YuPengZTE/devIE
...
Automatic merge from submit-queue
"ie." is not the correct abbreviation for "ID EST"
**What this PR does / why we need it**:
"i.e." is the correct abbreviation for "ID EST"
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
2016-10-27 23:57:33 -07:00
Brandon Philips
ae3bd5db4e
docs: remove troubleshooting
...
Based on comment from @bgrant0607 https://github.com/kubernetes/kubernetes/pull/35544/files#r85368740
2016-10-27 21:42:28 -07:00
Kubernetes Submit Queue
e37b7cbde0
Merge pull request #35663 from janetkuo/statefulset
...
Automatic merge from submit-queue
Rename PetSet to StatefulSet
<!-- 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**: #35534
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*:
**Special notes for your reviewer**: cc @erictune @foxish @kubernetes/sig-apps @ymqytw
**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-10-27 20:16:50 -07:00
Kubernetes Submit Queue
b98a990a31
Merge pull request #19343 from kargakis/perma-failed-deployments
...
Automatic merge from submit-queue
Add perma-failed deployments API
@kubernetes/deployment @smarterclayton
API for https://github.com/kubernetes/kubernetes/issues/14519
Docs at https://github.com/kubernetes/kubernetes.github.io/pull/1337
2016-10-27 18:46:48 -07:00
Janet Kuo
74dbfdca97
(Auto-gen) Run update-all.sh, codecgen, munge docs, and bazel
2016-10-27 17:25:10 -07:00
Kubernetes Submit Queue
4773b71f38
Merge pull request #18016 from smarterclayton/petset
...
Automatic merge from submit-queue
Proposal for implementing nominal services AKA StatefulSets AKA The-Proposal-Formerly-Known-As-PetSets
This is the draft proposal for #260 .
2016-10-27 16:46:59 -07:00
Clayton Coleman
14258ce056
StatefulSet proposal
2016-10-27 15:08:23 -04:00
Kubernetes Submit Queue
5423eaf431
Merge pull request #35431 from deads2k/client-16-remove-old
...
Automatic merge from submit-queue
remove the non-generated client
Removes the non-generated client from kube. The package has a few methods left, but nothing that needs updating when adding new groups.
@ingvagabund
2016-10-27 05:12:33 -07:00
Michail Kargakis
cf9fd31d00
extensions: generated changes for perma-failed deployments
2016-10-27 12:56:55 +02:00
yupeng
746dd4d4cd
ie. is not the correct abbreviation for ID EST
...
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
2016-10-27 14:18:20 +08:00
Kubernetes Submit Queue
ab0ee35462
Merge pull request #35651 from caesarxuchao/remove-label-selectors
...
Automatic merge from submit-queue
Sending #35255 again: Remove versioned LabelSelectors
ref #35255 : "Remove versioned LabelSelectors"
FYI @smarterclayton
2016-10-26 18:21:22 -07:00
Chao Xu
0a896a9e57
remove versioned LabelSelector definitions
2016-10-26 13:50:13 -07:00
deads2k
81ae13084d
handle non-generated client removal
2016-10-26 16:10:41 -04:00
gmarek
24975aad30
Revert "remove versioned LabelSelector definitions"
...
This reverts commit 1ace8fa9ce
.
2016-10-26 16:52:02 +02:00
Michail Kargakis
3eaa6ca4a6
apis: update comment for Eviction resource
2016-10-26 13:46:11 +02:00
Chao Xu
1ace8fa9ce
remove versioned LabelSelector definitions
2016-10-25 22:09:02 -07:00
Tim Hockin
9a1799fa09
versionize-docs is dead
2016-10-26 00:06:59 +02:00
Tim Hockin
b0fa2056a6
Remove 'this is HEAD' warning on docs
2016-10-26 00:06:59 +02:00
Kubernetes Submit Queue
c0b7b75713
Merge pull request #35057 from rhcarvalho/typos
...
Automatic merge from submit-queue
Fix some typos
<!-- 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**: fixes a typo an its auto-generated repetitions.
**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
NONE
```
2016-10-25 11:02:08 -07:00
Mike Danese
27116c6818
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
Kubernetes Submit Queue
dfe801de10
Merge pull request #35127 from pmorie/selinux-overhaul
...
Automatic merge from submit-queue
Amendments to SELinux enhancement proposal
Makes some changes to the proposal from #33951 based on some further research.
2016-10-24 14:23:09 -07:00
Clayton Coleman
d2ea4d5168
Clarify backwards and forwards compatibility in docs
...
We weren't necessarily clear that we consider both required.
2016-10-24 12:04:39 -04:00
Kubernetes Submit Queue
081ee2d5ad
Merge pull request #34090 from mwielgus/designdoc-rs
...
Automatic merge from submit-queue
Federated replica set design doc
cc: @quinton-hoole @kubernetes/sig-cluster-federation
2016-10-22 14:55:29 -07:00
Marcin Wielgus
c44897f97d
Federated replica set design doc
2016-10-22 23:05:35 +02:00
Kubernetes Submit Queue
24144be499
Merge pull request #34058 from euank/volume-qualifications
...
Automatic merge from submit-queue
proposals: Add Volume Hostpath "type" proposal
This is a continuation of #31384 . It's related to #26816 as well.
The discussion in #31384 is worth reading and this proposal largely derives from my comments there.
cc @thockin @pmorie @saad-ali @kubernetes/sig-storage
cc @yujuhong since it talks briefly about kubelet doing more
cc @calebamiles I think we might need a "Feature" for this since it's an api change, though a minor one?
2016-10-21 19:47:41 -07:00
Mike Danese
64ca9decae
add some docs about building with bazel
2016-10-21 17:32:33 -07:00
Kubernetes Submit Queue
c98eb3867f
Merge pull request #35199 from kargakis/remove-last-probe-time
...
Automatic merge from submit-queue
Remove last probe time from replica sets
While experimenting with Deployment conditions I found out that if we are going to use lastProbeTime as we are supposed to be using it then we hotloop between updates (see https://github.com/kubernetes/kubernetes/pull/19343#issuecomment-255096778 for more info)
cc: @smarterclayton @soltysh
2016-10-21 01:47:01 -07:00
Michail Kargakis
a4694ef1af
Generated changes for lastProbeTime removal
2016-10-20 15:16:46 +02:00
Kubernetes Submit Queue
d7e70bd448
Merge pull request #35085 from xilabao/fix-testing-against-local-clusters
...
Automatic merge from submit-queue
check_node_count falls out of use, clear from docs/devel/e2e-tests.md
delete "--check_node_count " for testing against local clusters
2016-10-20 00:08:05 -07:00
Paul Morie
0770dcdc2d
Amendments to SELinux enhancement proposal
2016-10-19 11:01:01 -04:00
Jan Safranek
95197536fc
Proposal for external dynamic provisioners
2016-10-19 12:01:50 +02:00
Kubernetes Submit Queue
cd44cec587
Merge pull request #34765 from ivan4th/fix-more-typos
...
Automatic merge from submit-queue
Fix typos
2016-10-19 00:21:11 -07:00
xilabao
e5d2740c47
check_node_count falls out of use, clear from docs
2016-10-19 11:04:36 +08:00
Euan Kemp
a0739bf062
proposals: Add Volume Hostpath "type" proposal
2016-10-18 13:56:23 -07:00
Kubernetes Submit Queue
97525c0c7d
Merge pull request #32628 from caesarxuchao/sync-gc
...
Automatic merge from submit-queue
[RFC] Add a proposal for synchronous garbage collection
Tracking issue: #29891
@lavalamp @kubernetes/sig-api-machinery @kubernetes/api-review-team
2016-10-18 12:37:42 -07:00