derekwaynecarr
12229f3473
Add generated artifacts for new kubelet flag
2016-05-13 11:44:20 -04:00
k8s-merge-robot
17345bf857
Merge pull request #25372 from derekwaynecarr/more-eviction-flags
...
Automatic merge from submit-queue
Add eviction-pressure-transitition-period flag to kubelet
This PR does the following:
* add the new flag to control how often a node will go out of memory pressure or disk pressure conditions see: https://github.com/kubernetes/kubernetes/pull/25282
* pass an `eviction.Config` into `kubelet` so we can group config
/cc @vishh
2016-05-13 05:46:15 -07:00
Tim Hockin
0114eef83d
Update docs re: godep
2016-05-12 22:04:24 -04:00
Eric Paris
ad3e18d60c
Stop pinning to version v53
2016-05-12 22:04:24 -04:00
derekwaynecarr
dee976ad79
Add generated artifacts for kubelet flags
2016-05-12 17:54:20 -04:00
derekwaynecarr
eee9a589db
node spec for systemd environments
2016-05-12 17:32:08 -04:00
k8s-merge-robot
08440b5dcc
Merge pull request #24836 from Clarifai/gpu-impl
...
Automatic merge from submit-queue
WIP v0 NVIDIA GPU support
```release-note
* Alpha support for scheduling pods on machines with NVIDIA GPUs whose kubelets use the `--experimental-nvidia-gpus` flag, using the alpha.kubernetes.io/nvidia-gpu resource
```
Implements part of #24071 for #23587
I am not familiar with the scheduler enough to know what to do with the scores. Mostly punting for now.
Missing items from the implementation plan: limitranger, rkt support, kubectl
support and docs
cc @erictune @davidopp @dchen1107 @vishh @Hui-Zhi @gopinatht
2016-05-12 14:04:15 -07:00
k8s-merge-robot
3f2fe8b5b8
Merge pull request #25336 from piosz/remove-proposal
...
Automatic merge from submit-queue
Removed obsolete metrics API proposal
As requested in https://github.com/kubernetes/kubernetes/pull/24253#discussion_r60985010
ref #23376
2016-05-12 13:03:53 -07:00
k8s-merge-robot
0c2641d4ea
Merge pull request #19946 from janetkuo/kubectl-rollout-status
...
Automatic merge from submit-queue
Add `kubectl rollout status`
## 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
Implement `kubectl rollout status` that can be used to watch a deployment's rollout status
```
Addresses #17168 ; depends on #19882 (the "Add kubectl rollout" commit).
See [proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/deploy.md#deployment-version ).
cc @bgrant0607 @nikhiljindal @ironcladlou @kargakis @kubernetes/sig-config @kubernetes/kubectl @madhusudancs
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/19946 )
<!-- Reviewable:end -->
2016-05-12 06:28:49 -07:00
k8s-merge-robot
0ef4c6407b
Merge pull request #24902 from cjcullen/webhookAuthn
...
Automatic merge from submit-queue
Webhook Token Authenticator
Add a webhook token authenticator plugin to allow a remote service to make authentication decisions.
2016-05-11 22:08:58 -07:00
AdoHe
ad97cddb3e
fix expose multi protocols issue
2016-05-12 00:07:07 -04:00
Paul Weil
f11a4ab9a7
generated code
2016-05-11 18:07:36 -04:00
Piotr Szczesniak
212d39e74a
Removed obsolete metrics API proposal
2016-05-11 21:36:15 +02:00
k8s-merge-robot
c042156590
Merge pull request #25444 from janetkuo/kubectl-set
...
Automatic merge from submit-queue
Add 'kubectl set'
## 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
```
Ref #21648 , the parent `kubectl set` command; will add more sub-command in subsequent PRs. @kubernetes/kubectl
[]()
2016-05-11 05:15:32 -07:00
Fabio Yeon
a206b3680c
Merge pull request #25282 from derekwaynecarr/eviction_proposal_update
...
Eviction proposal transition frequency
2016-05-10 19:33:00 -07:00
k8s-merge-robot
7339b7c094
Merge pull request #25162 from mikebrow/devel-tree-80col-updates-C
...
Automatic merge from submit-queue
devel/ tree further minor edits
Address line wrap issue #1488 . Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links, content tables...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-10 18:15:19 -07:00
Janet Kuo
eb58cd6676
Add 'kubectl set'
2016-05-10 17:24:25 -07:00
derekwaynecarr
44372c9a16
Eviction proposal transition frequency
2016-05-10 20:24:22 -04:00
k8s-merge-robot
a598ae2ab4
Merge pull request #25420 from caesarxuchao/finish-24099
...
Automatic merge from submit-queue
remove extra quotation mark that breaks API docs
Finish #24099
2016-05-10 16:08:55 -07:00
CJ Cullen
eb3b0e78b4
Add a webhook token authenticator plugin.
2016-05-10 14:54:35 -07:00
Janet Kuo
67becccda0
Add kubectl rollout status
2016-05-10 13:49:39 -07:00
Chao Xu
a013351ba3
remove extra quotation mark that breaks API docs
2016-05-10 13:29:55 -07:00
Robert Bailey
c7a7f0592f
Update links for the user and troubleshooting guides for the build
...
cop to copy-paste from the oncall documentation.
2016-05-10 11:15:18 -07:00
Lucas Käldström
0b6b723575
Run hack/update-all.sh
2016-05-10 20:39:25 +03:00
k8s-merge-robot
f6eefd4762
Merge pull request #25168 from mikebrow/devel-tree-80col-updates-D
...
Automatic merge from submit-queue
devel/ tree more minor edits
Address line wrap issue #1488 . Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links, content tables...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-10 09:35:34 -07:00
nikhiljindal
2ffa3b4586
Moving StorageFactory building logic to genericapiserver
2016-05-10 00:57:11 -07:00
David Oppenheimer
c7343fc4fc
Merge pull request #24853 from kevin-wangzefeng/pod-anti-affinity-admission-controller
...
Pod anti affinity admission controller
2016-05-10 00:13:22 -07:00
k8s-merge-robot
aade9eaabc
Merge pull request #24878 from pwittrock/docsdoc
...
Automatic merge from submit-queue
How to update docs - doc
## Contributor 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. (_this would also contain updated detail later about this new template_)
```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-05-09 23:18:22 -07:00
k8s-merge-robot
27f418848d
Merge pull request #25099 from mikebrow/devel-tree-80col-updates
...
Automatic merge from submit-queue
devel/ tree minor edits
Address line wrap issue #1488 . Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links,...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 21:09:38 -07:00
k8s-merge-robot
088694fa72
Merge pull request #23343 from derekparker/self-hosted-kubelet-proposal
...
Automatic merge from submit-queue
docs: Self-hosted Kubelet proposal
Provides a proposal for changes needed with Kubernetes to allow for a
self-hosted Kubelet bootstrap.
2016-05-09 21:09:35 -07:00
Mike Brown
0054ddcad1
devel/ tree 80col updates; and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 18:39:56 -05:00
Phillip Wittrock
c6aa507aae
Address PR comments
2016-05-09 23:20:08 +00:00
Rudi Chiarito
362c763fca
WIP v0 NVIDIA GPU support
...
Implements part of #24071
I am not familiar with the scheduler enough to know what to do with the scores. Punting for now.
Missing items from the implementation plan: limitranger, rkt support, kubectl
support and user docs
2016-05-09 19:20:05 -04:00
k8s-merge-robot
ff339c77cf
Merge pull request #25269 from janetkuo/kubectl-conventions
...
Automatic merge from submit-queue
Document that kubectl commands shouldn't have aliases
## 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
```
Ref https://github.com/kubernetes/kubernetes/issues/25180#issuecomment-217453402 @kubernetes/kubectl
[]()
2016-05-09 15:03:19 -07:00
k8s-merge-robot
8d336ad9ba
Merge pull request #25087 from ihmccreery/skew
...
Automatic merge from submit-queue
Clarify supported version skew between masters, nodes, and clients
Per discussion on #22897 .
cc @bgrant0607 @roberthbailey
2016-05-09 15:03:16 -07:00
Phillip Wittrock
448cc8754d
Address PR comments
2016-05-09 13:39:27 -07:00
Phillip Wittrock
163a4873c4
How to update docs - doc
2016-05-09 13:39:27 -07:00
k8s-merge-robot
833cfc08b3
Merge pull request #24894 from david-mcmahon/cp2
...
Automatic merge from submit-queue
Update cherrypick doc for release notes to more accurately reflect current process.
## Contributor 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.
2016-05-09 12:12:11 -07:00
Janet Kuo
b5ccc1465d
Document that kubectl commands shouldn't have aliases
2016-05-09 11:19:52 -07:00
Mike Brown
a42ea536ba
devel/ tree 80col wrap and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 12:42:50 -05:00
David McMahon
8c15651ff2
Update pull request and cherrypick docs for release notes to more accurately reflect current process.
2016-05-09 10:19:19 -07:00
Kevin
b7014561c1
Add admission controller to limit pod anti affinity topologykey to node level
2016-05-09 12:23:41 +00:00
deads2k
8e8e9cdce0
create command guidance
2016-05-09 08:14:48 -04:00
Tim Hockin
18e7a3eb24
Get rid of hack/after-build scripts
...
The build is now fast enough to not need them.
2016-05-08 20:32:06 -07:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
k8s-merge-robot
41b7b04faf
Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers
...
Automatic merge from submit-queue
Introduce events flag for describers
Printing events for a given object is not always needed. Thus, introducing --show-events=false to ``kubectl describe`` to skip events printing.
Fixes : #24239
2016-05-08 14:41:28 -07:00
k8s-merge-robot
03d64c6aa4
Merge pull request #25312 from cjcullen/newtypedocs
...
Automatic merge from submit-queue
Update adding-an-APIGroup.md for #23110
Change the doc to point at the new conversion/deep-copy binaries instead of the old scripts.
2016-05-08 11:30:47 -07:00
k8s-merge-robot
8a04506546
Merge pull request #23009 from uluyol/c-pause
...
Automatic merge from submit-queue
Reimplement 'pause' in C - smaller footprint all around
Statically links against musl. Size of amd64 binary is 3560 bytes.
I couldn't test the arm binary since I have no hardware to test it on, though I assume we want it to work on a raspberry pi.
This PR also adds the gcc5/musl cross compiling image used to build the binaries.
@thockin
2016-05-08 09:29:32 -07:00
k8s-merge-robot
f2f3b49f58
Merge pull request #22575 from MikaelCluseau/wip-issue-20466
...
Automatic merge from submit-queue
Add subPath to mount a child dir or file of a volumeMount
Allow users to specify a subPath in Container.volumeMounts so they can use a single volume for many mounts instead of creating many volumes. For instance, a user can now use a single PersistentVolume to store the Mysql database and the document root of an Apache server of a LAMP stack pod by mapping them to different subPaths in this single volume.
Also solves https://github.com/kubernetes/kubernetes/issues/20466 .
2016-05-08 08:45:15 -07:00
CJ Cullen
69756576f2
Update adding-an-APIGroup.md for #23110
2016-05-07 11:23:39 -07:00
k8s-merge-robot
3ee833ca3b
Merge pull request #25006 from liggitt/third-party-root-scope
...
Automatic merge from submit-queue
Make ThirdPartyResource a root scoped object
ThirdPartyResource (the registration of a third party type) belongs at the cluster scope. It results in resource handlers installed in every namespace, and the same name in two namespaces collides (namespace is ignored when determining group/kind).
ThirdPartyResourceData (an actual instance of that type) is still namespace-scoped.
This PR moves ThirdPartyResource to be a root scope object. Someone previously using ThirdPartyResource definitions in alpha should be able to move them from namespace to root scope like this:
setup (run on 1.2):
```
kubectl create ns ns1
echo '{"kind":"ThirdPartyResource","apiVersion":"extensions/v1beta1","metadata":{"name":"foo.example.com"},"versions":[{"name":"v8"}]}' | kubectl create -f - --namespace=ns1
echo '{"kind":"Foo","apiVersion":"example.com/v8","metadata":{"name":"MyFoo"},"testkey":"testvalue"}' | kubectl create -f - --namespace=ns1
```
export:
```
kubectl get thirdpartyresource --all-namespaces -o yaml > tprs.yaml
```
remove namespaced kind registrations (this shouldn't remove the data of that type, which is another possible issue):
```
kubectl delete -f tprs.yaml
```
... upgrade ...
re-register the custom types at the root scope:
```
kubectl create -f tprs.yaml
```
Additionally, pre-1.3 clients that expect to read/write ThirdPartyResource at a namespace scope will not be compatible with 1.3+ servers, and 1.3+ clients that expect to read/write ThirdPartyResource at a root scope will not be compatible with pre-1.3 servers.
2016-05-06 20:50:35 -07:00
Robert Bailey
331a2ecb51
Merge pull request #24700 from janetkuo/kubectl-run-help
...
Clarify limit/requests flags in kubectl run
2016-05-06 20:41:59 -07:00
Matt Liggett
e1fa2a08e5
Regenerate everything.
2016-05-06 17:24:54 -07:00
Janet Kuo
57c2a28b92
Clarify limit/requests flags in kubectl run
2016-05-06 16:32:43 -07:00
Robert Bailey
bb08b27e43
Merge pull request #25072 from AdoHe/deprecate_container_port
...
mark container-port flag as deprecated
2016-05-06 14:10:14 -07:00
Robert Bailey
742a164ba1
Merge pull request #24889 from dlorenc/docfix
...
Add missing "--test" flag to conformance test instructions.
2016-05-06 13:29:13 -07:00
Jan Chaloupka
dd2c9c578d
Introduce kubectl describe --show-events
...
Introduce DescriberSettings for Describer display options
Introduce --show-events flag and DescriberSettings in Describer methods
Introduce unit-tests
Regenerated kubectl describe docs
Add events flag tests to test-cmd.sh
Signed-off-by: dhodovsk@redhat.com
Signed-off-by: jchaloup@redhat.com
2016-05-06 11:40:11 +02:00
Kevin
82ba4f077e
implement inter pod topological affinity and anti-affinity
2016-05-06 06:46:23 +00:00
Mikaël Cluseau
4c2dc566ac
VolumeMount.SubPath: API change.
2016-05-06 15:40:10 +11:00
k8s-merge-robot
4a7ec6034f
Merge pull request #23928 from caesarxuchao/cascading-deletion-API-changes
...
Automatic merge from submit-queue
API changes for Cascading deletion
This PR includes the necessary API changes to implement cascading deletion with finalizers as proposed is in #23656 . Comments are welcome.
@lavalamp @derekwaynecarr @bgrant0607 @rata @hongchaodeng
2016-05-05 19:46:40 -07:00
Isaac Hollander McCreery
e618e335f6
Add clarifying language about supported version skews
2016-05-05 09:38:27 -07:00
Clayton Coleman
e0ebcf4216
Split the storage and negotiation parts of Codecs
...
The codec factory should support two distinct interfaces - negotiating
for a serializer with a client, vs reading or writing data to a storage
form (etcd, disk, etc). Make the EncodeForVersion and DecodeToVersion
methods only take Encoder and Decoder, and slight refactoring elsewhere.
In the storage factory, use a content type to control what serializer to
pick, and use the universal deserializer. This ensures that storage can
read JSON (which might be from older objects) while only writing
protobuf. Add exceptions for those resources that may not be able to
write to protobuf (specifically third party resources, but potentially
others in the future).
2016-05-05 12:08:23 -04:00
Clayton Coleman
5622c8a471
Generated files
2016-05-05 12:08:23 -04:00
Piotr Szczesniak
0aeedb759c
Merge pull request #24253 from piosz/master-metrics-proposal
...
Resource Metrics API proposal
2016-05-05 09:56:54 +02:00
Piotr Szczesniak
d3f43cc4c3
Resource Metrics API proposal
2016-05-05 08:57:29 +02:00
Chao Xu
4562a26d34
generated changes
2016-05-04 21:54:55 -07:00
Muhammed Uluyol
f3690e2d5e
build/pause: write in C
...
Builds statically against glibc. References to the old pause
image have been updated.
2016-05-04 21:45:52 -04:00
Mike Brown
77e63c5043
devel/ tree 80col wrap and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-04 17:05:44 -05:00
k8s-merge-robot
53ea2cb444
Merge pull request #25074 from AdoHe/remove_container_args
...
Automatic merge from submit-queue
update kubectl apply help info
Please refer #22342 for more detail. @bgrant0607 ptal. Also I have open a PR to update docs on `kuberntes.github.io`
2016-05-04 14:44:14 -07:00
Chao Xu
b3d7297386
add a proposal for generic garbage collection
2016-05-04 11:15:59 -07:00
k8s-merge-robot
1642083e60
Merge pull request #24645 from jlowdermilk/rolling-update
...
Automatic merge from submit-queue
kubectl rolling-update support for same image
Fixes #23497 .
Enables `kubectl rolling-update --image` to the same image, adding a `--image-pull-policy` flag to remove ambiguity. This allows rolling-update to behave as an "update and/or restart" (https://github.com/kubernetes/kubernetes/issues/23497#issuecomment-212349730 ), or as a forced update when the same tag can mean multiple versions (e.g. `:latest`). cc @janetkuo @nikhiljindal
2016-05-04 07:24:22 -07:00
k8s-merge-robot
fee33e1a5c
Merge pull request #25048 from david-mcmahon/note-in-body
...
Automatic merge from submit-queue
Update docs to describe new PR release-note block parsing.
2016-05-04 03:06:57 -07:00
k8s-merge-robot
981890160e
Merge pull request #18724 from derekwaynecarr/eviction_policy_spec
...
Automatic merge from submit-queue
Kubelet pod eviction proposal
The following is a proposal for how the `kubelet` may pro-actively fail a pod in response to local compute resources being starved. The proposal focuses on memory as a first candidate, and defines a `greedy` strategy for reclaiming starved resources on the node since it seemed easiest to describe for operators versus other options and probably satisfies a broad set of use case environments.
Putting this out now for community feedback, but anticipate some more refinement around how we report eviction configuration back to users in the `Node API`.
/cc @bgrant0607 @smarterclayton @vishh @dchen1107 @kubernetes/rh-cluster-infra @kubernetes/goog-node
2016-05-04 03:06:54 -07:00
AdoHe
036ac359d1
update kubectl apply help info
2016-05-03 22:50:24 -04:00
k8s-merge-robot
4cf9754968
Merge pull request #20439 from gtank/kubelet-tls-bootstrap
...
Automatic merge from submit-queue
Add proposal for kubelet TLS bootstrap
A proposal based on the discussion of issue #18112 , to implement a process by which kubelets can obtain TLS certificates in a streamlined manner.
2016-05-03 17:41:20 -07:00
AdoHe
ba69f0f367
mark container-port flag as deprecated
2016-05-03 20:36:42 -04:00
k8s-merge-robot
56d1afba5c
Merge pull request #25089 from janetkuo/test-convention-doc
...
Automatic merge from submit-queue
Update testing convention docs
@bgrant0607 @kubernetes/docs
[]()
2016-05-03 16:34:40 -07:00
George Tankersley
5a65bb0044
docs: correct csr resource prefix
2016-05-03 14:20:24 -07:00
David McMahon
3118b0c6c4
Update docs to describe new PR release-note block parsing.
2016-05-03 11:45:35 -07:00
k8s-merge-robot
525515f52c
Merge pull request #24071 from Clarifai/gpu
...
Automatic merge from submit-queue
Initial design doc for AWS GPU support
This is really v0
cc @erictune @davidopp @ravigadde @Hui-Zhi @Random-Liu
2016-05-03 11:26:21 -07:00
Janet Kuo
446ed330ac
Update testing convention docs
2016-05-03 10:29:48 -07:00
Dan Lorenc
d6279917fe
Add missing "--test" flag to conformance test instructions.
2016-05-03 07:25:07 -07:00
k8s-merge-robot
926ee5b90f
Merge pull request #24641 from caesarxuchao/pods-test
...
Automatic merge from submit-queue
move pods.go to pods_test.go
fix #24635
2016-05-02 13:16:20 -07:00
Derek Parker
a7f4402e41
docs: Update self-hosted proposal
2016-05-02 12:09:37 -07:00
Derek Parker
8db2677e9e
docs: Update proposal to address node draining
2016-05-02 11:49:43 -07:00
Derek Parker
73973b429d
docs: Update proposal based on feedback
2016-05-02 11:49:43 -07:00
Derek Parker
2588d2516b
docs: update docs after running hack script
2016-05-02 11:49:43 -07:00
Derek Parker
aafb96a21c
docs: update self-hosted proposal
2016-05-02 11:49:43 -07:00
Derek Parker
1d13a82e32
docs: Self-hosted Kubelet proposal
...
Provides a proposal for changes needed with Kubernetes to allow for a
self-hosted Kubelet bootstrap.
2016-05-02 11:49:43 -07:00
k8s-merge-robot
b930d58fcb
Merge pull request #24994 from pmorie/kubectl-configmap
...
Automatic merge from submit-queue
Fix `kubectl create configmap` help
Resurrection of #23290
cc @bgrant0607 @janetkuo @ncdc
2016-04-29 23:09:42 -07:00
Jordan Liggitt
e41d504739
Move ThirdPartyResource to root scoped object
2016-04-30 01:06:07 -04:00
Andy Goldstein
8858d20044
Fix kubectl create configmap
help
...
Remove "generic" from the help text, as that was an inadvertent carry-over from `kubectl create
secret generic`.
2016-04-29 16:31:24 -04:00
k8s-merge-robot
ad86986c87
Merge pull request #24958 from MHBauer/pre-commit-hook-reqs
...
Automatic merge from submit-queue
more explicit requirements for pre-commit hook
I don't know if using the pre-commit hook is still a best-practice, but godep and etcd are requirements for it to succeed.
2016-04-29 12:24:51 -07:00
k8s-merge-robot
11298d02e0
Merge pull request #24455 from hongchaodeng/fl
...
Automatic merge from submit-queue
Provide flags to use etcd3 backed storage
ref: #24405
What's in this PR?
- Add a new flag "storage-backend" to choose "etcd2" or "etcd3". By default (i.e. empty), it's "etcd2".
- Take out etcd config code into a standalone package and let it create etcd2 or etcd3 storage backend given user input.
2016-04-29 08:49:04 -07:00
derekwaynecarr
542668cc79
Kubelet pod eviction proposal
2016-04-29 10:25:40 -04:00
k8s-merge-robot
ad67363c12
Merge pull request #24362 from ArtfulCoder/hostname-field
...
Automatic merge from submit-queue
Promote Pod Hostname & Subdomain to fields (were annotations)
Deprecating the podHostName, subdomain and PodHostnames annotations and created corresponding new fields for them on PodSpec and Endpoints types.
Annotation doc: #22564
Annotation code: #20688
2016-04-29 01:06:45 -07:00
Morgan Bauer
d2caed3ecc
more explicit requirements for pre-commit hook
2016-04-28 18:45:20 -07:00
Chao Xu
6ceebe72b9
move pods.go to pods_test.go
2016-04-28 15:39:28 -07:00
Abhishek Shah
8a3ed48808
Added Hostname and Subdomain field to Pod.Spec
2016-04-28 10:56:56 -07:00
k8s-merge-robot
97f1f5993e
Merge pull request #24231 from mikebrow/design-docs-80col-updates
...
Automatic merge from submit-queue
Cleans up line wrap at 80 cols and some minor editing issues
Address line wrap issue #1488 . Also cleans up other minor editing issues in the docs/design/* tree such as spelling errors.
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-28 06:49:46 -07:00
k8s-merge-robot
410975ab82
Merge pull request #22627 from mdshuai/udpate-configmap-doc
...
Automatic merge from submit-queue
Update configmap design doc
1. Update ConfigMapSelector -> ConfigMapKeySelector
2. Update apiVersion to v1
3. Fix error validating data: expected type array, for field spec.containers[0].command, got string; if you choose to ignore these errors, turn validation off with --validate=false
2016-04-28 04:38:45 -07:00
k8s-merge-robot
ae5065a2c2
Merge pull request #24365 from janetkuo/remove-t-for-tty
...
Automatic merge from submit-queue
Add flag -t as shorthand for --tty
`-t` was deprecated in #12813 (Aug. 2015, about 6+ months ago).
Now remove `--template`'s shorthand `-t` and create a shorthand `-t` for `--tty` in `kubectl run`.
@kubernetes/kubectl
2016-04-28 00:23:11 -07:00
Hongchao Deng
c0071a1595
add flags to enable etcd3
2016-04-28 09:48:16 +08:00
Clayton Coleman
bd1ddd32d8
Protobuf doc changes
2016-04-27 21:15:36 -04:00
k8s-merge-robot
3a19ad7908
Merge pull request #24559 from derekwaynecarr/eviction_flags
...
Automatic merge from submit-queue
Add kubelet flags for eviction threshold configuration
This PR just adds the flags for kubelet eviction and the associated generated code.
I am happy to tweak text, but we can also do that later at this point in the release.
Since this causes codegen, I wanted to stage this first.
/cc @vishh @kubernetes/sig-node
2016-04-27 10:25:48 -07:00
k8s-merge-robot
96586e7c60
Merge pull request #23958 from petervo/byte-args
...
Automatic merge from submit-queue
kubectl: Allow []byte config fields to be set by the cli
Allows []byte config fields such as 'certificate-authority-data' to be set using `kubectl config set` commands.
2016-04-26 10:23:07 -07:00
George Tankersley
a81beb3bde
docs/proposals: further review comments
2016-04-25 18:30:40 -07:00
k8s-merge-robot
48a2d00981
Merge pull request #24724 from pyle/patch-1
...
Automatic merge from submit-queue
Incorrect attribute - docs - pod-security-context
Pod definition had incorrect spelling on attribute `securityContext`
Also fixed the flow of Motivation introduction paragraph.
2016-04-25 16:05:14 -07:00
Rudi Chiarito
82e1949170
Initial design doc for AWS GPU support
2016-04-25 13:03:42 -04:00
Jeff Lowdermilk
1baa473ef2
kubectl rolling-update support for same image
2016-04-25 09:20:15 -07:00
Adam Pyle
ea53fd7697
Incorrect attribute - docs - pod-security-context
...
Pod definition had incorrect spelling on attribute `securityContext`
Also fixed the flow of Motivation intro paragraph.
2016-04-25 09:18:26 +10:00
derekwaynecarr
1ff0a793d7
Add generated artifacts for kubelet flags
2016-04-24 19:03:23 -04:00
petervo
4f9d3ace5d
kubectl: Allow []byte config fields to be set by the cli
...
Allows []byte config fields such as 'certificate-authority-data'
to be set using `kubectl config set` commands.
2016-04-22 15:53:24 -07:00
Clayton Coleman
668fae253f
Generated spec and docs
2016-04-22 11:07:33 -04:00
k8s-merge-robot
66dc446ba0
Merge pull request #24347 from derekwaynecarr/fix_configmap
...
Automatic merge from submit-queue
Fix ConfigMapList.Items to not use omitempty
Fixes https://github.com/kubernetes/kubernetes/issues/24335
2016-04-22 04:07:44 -07:00
k8s-merge-robot
34fc7f0401
Merge pull request #24461 from wojtek-t/enable_components_to_use_protobufs
...
Automatic merge from submit-queue
Allow components to use protobufs while talking to apiserver.
2016-04-21 12:46:17 -07:00
k8s-merge-robot
a0e4a80eb4
Merge pull request #24492 from mikebrow/vagrant-doc-updates
...
Automatic merge from submit-queue
updates to vagrant.md
Addresses issue #24259 ; merges in edits from the now deleted version of vagrant.md from the kubernetes.github.io/docs/getting-started-guides directory see PR
https://github.com/kubernetes/kubernetes.github.io/pull/294
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-21 09:16:54 -07:00
Wojciech Tyczynski
31e2f8e485
Regenerate files
2016-04-21 14:12:13 +02:00
k8s-merge-robot
09adffb318
Merge pull request #23317 from aanm/removing-ipv4-enforcement
...
Automatic merge from submit-queue
Remove requirement that Endpoints IPs be IPv4
Signed-off-by: André Martins <aanm90@gmail.com>
Release Note: The `Endpoints` API object now allows IPv6 addresses to be stored. Other components of the system are not ready for IPv6 yet, and many cloud providers are not IPv6 compatible, but installations that use their own controller logic can now store v6 endpoints.
2016-04-21 03:34:50 -07:00
derekwaynecarr
fd04ff1bd1
Generated artifacts for ConfigMapList change
2016-04-21 02:07:45 -04:00
Prashanth Balasubramanian
0ac10c6cc2
PetSet type, apps apigroup
2016-04-20 18:49:31 -07:00
k8s-merge-robot
cee4273e43
Merge pull request #24374 from smarterclayton/proto_default_on
...
Automatic merge from submit-queue
Enable protobuf compilation by default
Enables protobuf compilation, build verification checks, and generates all initial code.
kubectl is now 47M on OSX, build time from clean on a 2014 MBP (4 core) on Go 1.6 is ~150s.
@wojtek-t
2016-04-20 18:27:26 -07:00
mikebrow
eb43e19fd0
updates to vagrant.md
...
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-20 17:17:13 -05:00
k8s-merge-robot
8a8177f99e
Merge pull request #24106 from vishh/local-cluster-setup
...
Automatic merge from submit-queue
Proposal for improving local cluster experience.
This proposal attempts to improve the existing single node, local cluster experience in Kubernetes.
It is **not** a proposal that helps with setting up a multi-node, production cluster.
cc @dlorenc @ethernetdan @runseb @mfburnett @bgrant0607 @pwittrock
2016-04-20 11:34:14 -07:00
Clayton Coleman
6586074e88
Update API docs
2016-04-20 12:13:09 -04:00
CJ Cullen
760568796f
Masquerade traffic from off-cluster going through kube-proxy.
2016-04-19 21:39:34 -07:00
Vishnu kannan
3805b9c33d
Proposal for improving local cluster experience.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-19 16:16:58 -07:00
mikebrow
1053be8e33
updates to devel/*.md files
...
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-19 13:31:01 -05:00
mikebrow
6bdc0bfdb7
address issue #1488 ; clean up linewrap and some minor editing issues in the docs/design/* tree
...
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-19 13:04:24 -05:00
k8s-merge-robot
7ab0a9f634
Merge pull request #23424 from ddysher/update-api-changes
...
Automatic merge from submit-queue
Update API change for internal types
2016-04-19 05:16:49 -07:00
k8s-merge-robot
8489299324
Merge pull request #24372 from bprashanth/apigroup
...
Automatic merge from submit-queue
Clarify api-group docs by a tiny bit.
I realize this area is in flux and the doc is out of date, but it's strictly better with this update than without?
2016-04-19 04:29:57 -07:00
Deyuan Deng
998559a99c
Update API change for internal types
2016-04-19 18:57:07 +08:00
k8s-merge-robot
4fee8b5eaf
Merge pull request #24181 from k82/doc_typo
...
Automatic merge from submit-queue
Corrected typo in federation doc.
Correct typo :).
2016-04-17 02:17:57 -07:00
k8s-merge-robot
a275a045d1
Merge pull request #23914 from sky-uk/make-etcd-cache-size-configurable
...
Automatic merge from submit-queue
Make etcd cache size configurable
Instead of the prior 50K limit, allow users to specify a more sensible size for their cluster.
I'm not sure what a sensible default is here. I'm still experimenting on my own clusters. 50 gives me a 270MB max footprint. 50K caused my apiserver to run out of memory as it exceeded >2GB. I believe that number is far too large for most people's use cases.
There are some other fundamental issues that I'm not addressing here:
- Old etcd items are cached and potentially never removed (it stores using modifiedIndex, and doesn't remove the old object when it gets updated)
- Cache isn't LRU, so there's no guarantee the cache remains hot. This makes its performance difficult to predict. More of an issue with a smaller cache size.
- 1.2 etcd entries seem to have a larger memory footprint (I never had an issue in 1.1, even though this cache existed there). I suspect that's due to image lists on the node status.
This is provided as a fix for #23323
2016-04-17 00:06:31 -07:00
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
k8s-merge-robot
7166754d07
Merge pull request #22006 from derekwaynecarr/vagrant_doc_fix
...
Automatic merge from submit-queue
Update vagrant developer guide for where logs are located
Fixes https://github.com/kubernetes/kubernetes/issues/21915
2016-04-01 16:28:11 -07:00
mikebrow
23fddb3a08
minor edits to testing guide
...
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-01 16:48:14 -05:00
k8s-merge-robot
24111ab31f
Merge pull request #23555 from david-mcmahon/cherrypicksdoc
...
Automatic merge from submit-queue
Clarify labeling states on proposed cherrypicks.
Modernized the examples.
2016-04-01 13:33:49 -07:00
Fabiano Franz
9ddacfa25f
Mark filename flags for completions
2016-04-01 16:14:36 -03:00
AdoHe
1b305ee3bd
update kubelet cluster-dns doc
2016-04-01 11:34:34 -04:00
David McMahon
d7c80befaf
Clarify labeling states on proposed cherrypicks.
...
Sync the examples with the scripts usage so we don't need to update this
doc with every new branch.
Supporting updates to docs/devel/pull-requests.md#release-notes.
2016-03-31 19:02:25 -07:00
k8s-merge-robot
07929972a3
Merge pull request #18835 from brendandburns/3rdparty
...
Automatic merge from submit-queue
Add support for 3rd party objects to kubectl
@deads2k @jlowdermilk
Instructions for playing around with this:
Run an apiserver with third party resources turned on (`--runtime-config=extensions/v1beta1=true,extensions/v1beta1/thirdpartyresources=true`)
Then you should be able to:
```
kubectl create -f rsrc.json
```
```json
{
"metadata": {
"name": "foo.company.com"
},
"apiVersion": "extensions/v1beta1",
"kind": "ThirdPartyResource",
"versions": [
{
"apiGroup": "group",
"name": "v1"
},
{
"apiGroup": "group",
"name": "v2"
}
]
}
```
Once that is done, you should be able to:
```
curl http://<server>/apis/company.com/v1/foos
```
```
curl -X POST -d @${HOME}/foo.json http://localhost:8080/apis/company.com/v1/namespaces/default/foos
```
```json
{
"kind": "Foo",
"apiVersion": "company.com/v1",
"metadata": {
"name": "baz"
},
"someField": "hello world",
"otherField": 1
}
```
After this PR, you can do:
```
kubectl create -f foo.json
```
```
kubectl get foos
```
etc.
2016-03-31 18:09:56 -07:00
Chao Xu
49559a3332
Generate the typed clients under the clientset folder
2016-03-31 15:28:45 -07:00
Brendan Burns
be6c5b332b
Add third party support to kubectl
2016-03-31 10:53:32 -07:00
Alex Robinson
62f03b108b
Fix the link for unlabeled issues in the build cop guide.
2016-03-30 18:46:37 -07:00
k8s-merge-robot
2ac788b492
Merge pull request #23315 from david-mcmahon/relnotes-proposal
...
Automatic merge from submit-queue
Release Notes proposal
Get the conversation started.
cc @eparis @vishh @davidopp @thockin @dchen1107
Ref #23070
2016-03-30 12:53:55 -07:00
k8s-merge-robot
be8ce6c385
Merge pull request #23353 from spiffxp/conformance-docs
...
Automatic merge from submit-queue
Update conformance test policy
Addresses #14913
/cc @kubernetes/sig-testing
2016-03-30 06:21:13 -07:00
k8s-merge-robot
6226cbe6ca
Merge pull request #23308 from yifan-gu/rkt_bump
...
Automatic merge from submit-queue
rkt: bump rkt version to 1.2.1
Upon bumping the rkt version, `--hostname` is supported. Also we now gets the configs from the rkt api service, so `stage1-image` is deprecated.
cc @yujuhong @Random-Liu
2016-03-30 05:42:58 -07:00
k8s-merge-robot
9b6e4aa9b4
Merge pull request #23116 from metral/recursive-visit
...
Automatic merge from submit-queue
allow kubectl cmds to process files recursively, when given a dir
This PR accomplishes two things:
1. It creates a `--recursive` flag for use with certain `kubectl` commands that _currently_ do not process files beyond their first level of children, as seen in the issue https://github.com/kubernetes/kubernetes/issues/19767
2. It enables the ability to use the `--recursive` flag in the `kubectl` commands that currently _only_ support processing a directory up to its first level of children.
2016-03-30 05:07:47 -07:00
David McMahon
f18600f86c
Release notes collection proposal.
2016-03-29 13:50:19 -07:00
k8s-merge-robot
fb5181a596
Merge pull request #23500 from tam7t/tls-sni-routing
...
Auto commit by PR queue bot
2016-03-29 07:16:22 -07:00
Tommy Murphy
4d22c2fd6a
IngressTLS: allow secretName to be blank for SNI routing
2016-03-28 21:25:54 -04:00
Yifan Gu
e817d1e26f
*.*: Run hack/update-all.sh, Run hack/update-generated-docs.sh
2016-03-28 17:06:14 -07:00
Dawn Chen
c47f74a470
Merge pull request #23348 from pwittrock/docs
...
Update docs to reflect `kubectl run` creates deployments by default i…
2016-03-28 17:03:47 -07:00
Phillip Wittrock
4d2f3c1c17
Update docs to reflect kubectl run
creates deployments by default instead of replicatino controllers.
2016-03-28 16:25:02 -07:00
Mike Metral
7403878ac0
allow kubectl cmd to process dirs recursively
...
reqs:
- the kubectl cmd must support the -f | --filename flag
- the kubectl cmd must support visiting a dir one level deep,
or using more than one resource
2016-03-28 12:44:21 -07:00
k8s-merge-robot
e01feae75a
Merge pull request #23453 from luxas/kubectl_sa_shorthand
...
Auto commit by PR queue bot
2016-03-28 07:29:57 -07:00
Lucas Käldström
2928d0a8ec
Up to golang 1.6
2016-03-27 17:17:04 +03:00
k8s-merge-robot
2205a30348
Merge pull request #23368 from saad-ali/renameBuilderCleaner
...
Auto commit by PR queue bot
2016-03-26 13:01:25 -07:00
Lucas Käldström
3507bf814f
Add sa as a shorthand for serviceaccounts
2016-03-25 23:28:52 +02:00
saadali
79012f6d53
Rename volume.Builder to Mounter and volume.Cleaner to Unmounter
2016-03-25 11:29:58 -07:00
Chao Xu
31b425b3a1
add delete precondition
2016-03-25 11:21:39 -07:00
Brian Grant
48ba29f680
Merge pull request #23356 from david-mcmahon/delete
...
Update references for known issues back to CHANGELOG.md (release notes).
2016-03-25 06:58:18 -07:00
k8s-merge-robot
b8e390a0f3
Merge pull request #22824 from brendandburns/enable
...
Auto commit by PR queue bot
2016-03-24 22:26:39 -07:00
David McMahon
5f693f97a1
Add a Release Notes section.
...
Also fix up markdown headers and add a TOC.
Ref: #23409
2016-03-24 16:23:17 -07:00
David McMahon
e687aa38bf
Update references for known issues back to CHANGELOG.md (release notes).
2016-03-24 15:27:54 -07:00
David McMahon
eebfc1efed
Merge pull request #23345 from david-mcmahon/cherry-picks-doc
...
Update the cherry-pick guide to guide based on new batching method.
2016-03-24 13:18:07 -07:00
David McMahon
1b8554647c
Update the cherry-pick guide to guide based on new batching method.
2016-03-23 16:30:32 -07:00
nikhiljindal
bc6d3ab1b7
Updating documentation
2016-03-23 13:19:22 -07:00
nikhiljindal
1cccfc7074
Disabling swagger ui by default. Adding a flag to enable it
2016-03-23 13:19:22 -07:00
Aaron Crickenberger
d794b86d34
Fix typo
2016-03-23 12:14:54 -07:00
k8s-merge-robot
2f89867821
Merge pull request #23305 from janetkuo/update-kubectl-help
...
Auto commit by PR queue bot
2016-03-22 19:17:45 -07:00
Aaron Crickenberger
d8d785f244
Update versioning per supported releases policy
2016-03-22 15:36:27 -07:00
Brendan Burns
87a1635c93
Machine generated stuff
2016-03-22 14:41:37 -07:00
Janet Kuo
e93b855242
Update kubectl help for 1.2 resources
2016-03-22 14:14:35 -07:00
Marc Lough
b6252cb9fc
Update generated docs
2016-03-22 20:55:55 +00:00
Aaron Crickenberger
9182fbf8f2
Run hack/update-generated-docs.sh
2016-03-22 13:48:31 -07:00
Aaron Crickenberger
0dc1f5da04
Update conformance test policy
...
Mostly doc updates and cruft removal
- describe conformance test policy and howto in e2e-tests.md
- rm e2e test info from testing.md in the name of DRY
- rm cluster/test-conformance.sh; unusable in release tar, not e2e.go
- update e2e test link in write-a-getting-started-guide.md
2016-03-22 13:09:31 -07:00
k8s-merge-robot
2906d25204
Merge pull request #23080 from nikhiljindal/apiRefDoc
...
Auto commit by PR queue bot
2016-03-21 14:58:03 -07:00
k8s-merge-robot
5c90a1d212
Merge pull request #23219 from david-mcmahon/cherry-picks
...
Auto commit by PR queue bot
2016-03-21 09:19:19 -07:00
k8s-merge-robot
b56252e338
Merge pull request #23161 from thockin/drain-help-typo
...
Auto commit by PR queue bot
2016-03-19 22:44:54 -07:00
Tim Hockin
1e5ce735fc
Fix typo in help for kubectl drain
2016-03-19 20:42:51 -07:00
AdoHe
57534eaec9
update expose command description to add deployment
2016-03-19 13:51:21 -04:00
Madhusudan.C.S
67b70d7c89
Add a Deployment example for kubectl expose.
2016-03-18 17:05:49 -07:00
David McMahon
4432d2271b
Update with release-1.2.
2016-03-18 15:20:45 -07:00
David McMahon
73449887c9
Updated for v1.2.0.
2016-03-18 14:20:56 -07:00
k8s-merge-robot
78adb885c4
Merge pull request #23143 from vishh/23113
...
Auto commit by PR queue bot
2016-03-17 17:59:25 -07:00
David McMahon
98de58dd28
Merge pull request #19424 from david-mcmahon/versioning
...
Add section on branched patch releases
2016-03-17 16:21:39 -07:00
Vishnu kannan
516559022c
1. Make kubelet default to 10ms for CPU quota if limit < 10m for
...
backwards compat.
2. Update documentation to reflect minimum CPU limits.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-17 13:30:06 -07:00
k8s-merge-robot
a7f1466556
Merge pull request #19577 from caesarxuchao/expose-swagger-for-discovery-types
...
Auto commit by PR queue bot
2016-03-17 12:50:17 -07:00
k8s-merge-robot
e3049d6e69
Merge pull request #22600 from smarterclayton/protoproposal
...
Auto commit by PR queue bot
2016-03-17 00:02:54 -07:00
Clayton Coleman
95cf60be23
Proposal for introducing Protobuf serialization
2016-03-16 22:15:29 -04:00
nikhiljindal
2f6991cf38
Add a README for api-reference docs and link to it instead of linking to swagger-ui
2016-03-16 15:47:30 -07:00
k8s-merge-robot
5044c7690b
Merge pull request #23015 from eparis/typo
...
Auto commit by PR queue bot
2016-03-15 16:56:29 -07:00
Chao Xu
051865adb7
run update-all.sh
2016-03-15 16:44:06 -07:00
David McMahon
81c133e5f0
Add section on branched patch releases.
...
Some minor formatting changes.
Add semver.org reference to file.
Ref #19849
2016-03-15 15:40:18 -07:00
yeasy
592be0921f
Remove duplicated words
2016-03-15 18:39:47 -04:00
Chao Xu
9bdd30fdf1
make fullyLabeledReplicas optional in rc and rs status
2016-03-15 15:10:55 -07:00
k8s-merge-robot
536a30fe45
Merge pull request #19313 from quinton-hoole/2015-01-05-ube-design-docs
...
Auto commit by PR queue bot
2016-03-14 22:25:28 -07:00
Chao Xu
039986abb0
generating
2016-03-14 14:59:39 -07:00
Michail Kargakis
7b3d1b370f
docs: pod affinity proposal fix
2016-03-12 12:53:11 +01:00
Chao Xu
a6240c1ab8
add FullyLabeledReplicas in Replicaset Status and ReplicationController Status
2016-03-11 23:55:04 -08:00
Brian Grant
b7984b2fa7
Merge pull request #22862 from jlowdermilk/typo
...
fix typo in kubectl run help string
2016-03-11 12:26:48 -08:00
Brian Grant
3defbc6680
Merge pull request #22410 from nikhiljindal/apiReferenceFlag
...
Deprecating --api-version flag
2016-03-11 12:14:43 -08:00
Brian Grant
532ba5a3c6
Merge pull request #21535 from AdoHe/restore_secure_etcd
...
restore ability to run against secured etcd
2016-03-11 12:14:06 -08:00
nikhiljindal
593b78f925
Deprecating --api-version flag
2016-03-11 10:12:44 -08:00
Jeff Lowdermilk
627615c870
fix typo in kubectl run help string
2016-03-11 10:11:14 -08:00
Brian Grant
1c50f1831c
Merge pull request #22849 from soltysh/issue22836
...
Added api discovery to kubectl run, based on which we decide which generators to use
2016-03-11 09:04:12 -08:00
AdoHe
7228b9b987
restore ability to run against secured etcd
2016-03-11 11:21:16 -05:00
Maciej Szulik
f27871e60d
Added api discovery to kubectl run, based on which we decide which generators to use
2016-03-11 16:59:14 +01:00
k8s-merge-robot
4ee7424a7a
Merge pull request #22624 from fejta/testing
...
Auto commit by PR queue bot
2016-03-11 02:57:10 -08:00
Erick Fejta
df29612092
Address thockin nits
2016-03-11 02:06:05 -08:00
Brian Grant
54e97c7755
Merge pull request #22757 from jayunit100/fix-liveness
...
Concurrent liveness test to gaurantee test finishes in 2 minutes with…
2016-03-10 23:46:39 -08:00
David McMahon
9f62a2b196
Merge pull request #22732 from david-mcmahon/releasing.md
...
Update the section on jenkins changes for a new branch.
2016-03-10 17:50:19 -08:00
k8s-merge-robot
5b00059fd2
Merge pull request #22762 from soltysh/job_run
...
Auto commit by PR queue bot
2016-03-10 13:22:29 -08:00
Maciej Szulik
de83631768
Added job/v1 generator to kubectl run
2016-03-10 19:56:57 +01:00
David McMahon
aedc7c4942
Update the section on jenkins changes for a new branch.
...
This reflects the actual state of things at the moment.
There is quite a bit of assumed knowledge here in a rapidly changing
(test) environment.
referencing #22672 .
2016-03-10 10:33:26 -08:00
derekwaynecarr
26de7a7df5
Comment that godep versions 54 or above do not play nice with Kubernetes
2016-03-10 13:12:53 -05:00
Madhusudan.C.S
fe26381c90
Support for both map-based and set-based selectors in extensions/v1beta1.Scale
...
Here are a list of changes along with an explanation of how they work:
1. Add a new string field called TargetSelector to the external version of
extensions Scale type (extensions/v1beta1.Scale). This is a serialized
version of either the map-based selector (in case of ReplicationControllers)
or the unversioned.LabelSelector struct (in case of Deployments and
ReplicaSets).
2. Change the selector field in the internal Scale type (extensions.Scale) to
unversioned.LabelSelector.
3. Add conversion functions to convert from two external selector fields to a
single internal selector field. The rules for conversion are as follows:
i. If the target resource that this scale targets supports LabelSelector
(Deployments and ReplicaSets), then serialize the LabelSelector and
store the string in the TargetSelector field in the external version
and leave the map-based Selector field as nil.
ii. If the target resource only supports a map-based selector
(ReplicationControllers), then still serialize that selector and
store the serialized string in the TargetSelector field. Also,
set the the Selector map field in the external Scale type.
iii. When converting from external to internal version, parse the
TargetSelector string into LabelSelector struct if the string isn't
empty. If it is empty, then check if the Selector map is set and just
assign that map to the MatchLabels component of the LabelSelector.
iv. When converting from internal to external version, serialize the
LabelSelector and store it in the TargetSelector field. If only
the MatchLabel component is set, then also copy that value to
the Selector map field in the external version.
4. HPA now just converts the LabelSelector field to a Selector interface
type to list the pods.
5. Scale Get and Update etcd methods for Deployments and ReplicaSets now
return extensions.Scale instead of autoscaling.Scale.
6. Consequently, SubresourceGroupVersion override and is "autoscaling"
enabled check is now removed from pkg/master/master.go
7. Other small changes to labels package, fuzzer and LabelSelector
helpers to piece this all together.
8. Add unit tests to HPA targeting Deployments and ReplicaSets.
9. Add an e2e test to HPA targeting ReplicaSets.
2016-03-09 17:54:17 -08:00
jay vyas
61102b5ac7
Concurrent liveness test to gaurantee test finishes in 2 minutes with meaningfull results
2016-03-09 16:55:07 -05:00
David McMahon
dae84f5306
Update the latestReleaseBranch to release-1.2 in the munger.
2016-03-08 18:59:28 -08:00
Eric Paris
ca40c5dccb
Fix docs README.md links to kubernetes.github.io
...
kubernetes.github.io uses index not README for it's base dir. So we were
linking to the wrong place.
2016-03-08 10:07:41 -05:00
Maciej Szulik
178f8310f6
Updated kubectl convetions with information about describing empty fields
2016-03-07 13:31:19 +01:00
mdshuai
fe74e492c8
Update configmap design doc
2016-03-07 17:56:05 +08:00
Erick Fejta
aaa51d0bb2
Add conventions
2016-03-06 19:50:31 -08:00
Erick Fejta
fd4fee788b
Add simplified testing instructions and etcd installation check.
2016-03-06 19:07:34 -08:00
mdshuai
56e6a752c3
Update configmaps doc charaters error
2016-03-07 10:58:27 +08:00
Lucas Käldström
2c99a6e2a0
Add some info about binary downloads
2016-03-06 23:07:51 +02:00
k8s-merge-robot
bc295857db
Merge pull request #22285 from AdoHe/fix_service_export
...
Auto commit by PR queue bot
2016-03-06 10:06:22 -08:00
k8s-merge-robot
e5a908c898
Merge pull request #22476 from ixdy/cluster-logs
...
Auto commit by PR queue bot
2016-03-05 23:06:29 -08:00
AdoHe
5fdfc4bde3
fix can not export service bug
2016-03-05 11:23:50 -05:00
k8s-merge-robot
2808973503
Merge pull request #22038 from mqliang/daemonset-cache
...
Auto commit by PR queue bot
2016-03-05 03:38:55 -08:00
k8s-merge-robot
3994e5f725
Merge pull request #22519 from rutsky/patch-5
...
Auto commit by PR queue bot
2016-03-05 01:25:42 -08:00
k8s-merge-robot
83d1383edd
Merge pull request #22562 from jpiccari/master
...
Auto commit by PR queue bot
2016-03-04 17:39:09 -08:00
Brian Grant
2e5d89523f
Merge pull request #22490 from eparis/kill-docs
...
Remove all docs which are moving to http://kubernetes.github.io
2016-03-04 16:25:37 -08:00
k8s-merge-robot
a435537e27
Merge pull request #21966 from madhusudancs/scale-deployment-replicaset
...
Auto commit by PR queue bot
2016-03-04 14:40:10 -08:00
Joshua Piccari
01e2d8c115
Fix typo in developer guide README.md
2016-03-04 14:36:37 -08:00
Madhusudan.C.S
fa0794098f
Define etcd storage methods for replicationcontrollers/scale subresource.
...
Also register replicationcontrollers/scale subresource. Along with
registering the resource, also specify the cross-group override for the
subresource since Scale belongs belongs to autoscaling/v1 but
ReplicationController belongs to api/v1.
2016-03-04 11:02:37 -08:00
Madhusudan.C.S
9e99f9fa0e
Register scale subresource for Deployments and ReplicaSets.
...
Define etcd registry methods for scale subresource in Deployments and
ReplicaSets. Register them with the API server.
2016-03-04 11:01:36 -08:00
Eric Paris
f334fc4179
Remove all docs which are moving to http://kubernetes.github.io
...
All .md files now are only a pointer to where they likely are on the new
site.
All other files are untouched.
2016-03-04 12:49:17 -05:00
Alex Robinson
29eb6020fb
Merge pull request #22074 from a-robinson/images
...
Update the logging images to parse sub-second docker timestamps.
2016-03-04 09:04:33 -08:00
Vladimir Rutsky
3a0c97d180
add missing comma in JSON
2016-03-04 14:51:06 +03:00
k8s-merge-robot
527c0270c8
Merge pull request #22475 from caseydavenport/remove-calico-fedora
...
Auto commit by PR queue bot
2016-03-04 00:32:27 -08:00
k8s-merge-robot
e3304e6a1d
Merge pull request #21773 from matthughes/patch-2
...
Auto commit by PR queue bot
2016-03-03 20:19:04 -08:00
Quinton Hoole
227710d25b
RFC design docs for Cluster Federation/Ubernetes.
2016-03-03 15:49:47 -08:00
Jeff Grafton
d70c516d4f
Remove log collection code in cluster/gce/util.sh.
...
Also update some docs to mention cluster/log-dump.sh.
2016-03-03 15:28:33 -08:00
Casey D
1cc9cc1894
Remove outdated Calico+Fedora guide
2016-03-03 15:05:40 -08:00
Jeff Lowdermilk
b05cf6d53a
Merge pull request #22204 from thockin/path-colon
...
Validate volume paths do not have ':'
2016-03-03 11:41:47 -08:00
Jeff Lowdermilk
434739b290
Merge pull request #22379 from jayunit100/conformance-rw-doc-only
...
Update Conformance definition section in e2e doc
2016-03-03 11:39:19 -08:00
k8s-merge-robot
eb15cd9f7e
Merge pull request #21851 from timstclair/gc
...
Auto commit by PR queue bot
2016-03-03 11:39:12 -08:00
Alex Robinson
feea376b5c
Update the logging images to parse sub-second docker timestamps.
2016-03-03 10:21:30 -08:00
k8s-merge-robot
a511961cc8
Merge pull request #22329 from david-mcmahon/push-official
...
Auto commit by PR queue bot
2016-03-03 08:52:35 -08:00
k8s-merge-robot
64e784173c
Merge pull request #21804 from vmware/vsphere-documentation-fix
...
Auto commit by PR queue bot
2016-03-02 23:32:36 -08:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
k8s-merge-robot
7b8485683c
Merge pull request #21146 from eldarion-gondor/add-pykube-client-library
...
Auto commit by PR queue bot
2016-03-02 18:51:53 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
Dhawal Yogesh Bhanushali
28b40be7ce
Fixing documentation
2016-03-02 17:34:24 -08:00
Jeff Lowdermilk
abfb54b97a
Merge pull request #21981 from bparees/syntax
...
fix syntax issues in template example json
2016-03-02 16:17:00 -08:00
Jeff Lowdermilk
ee20520ef5
Merge pull request #22323 from njuicsgz/patch-1
...
clerical error of nodeaffinity.md
2016-03-02 16:14:42 -08:00
Jeff Lowdermilk
d5f4595c5f
Merge pull request #21914 from spxtr/remove-prepare-version
...
Remove PrepareVersion from hack/e2e.go.
2016-03-02 15:57:59 -08:00
Jeff Lowdermilk
81efc5887b
Merge pull request #22258 from a-robinson/dep
...
Mark the old high-availability proposal as deprecated.
2016-03-02 15:04:36 -08:00
Tim St. Clair
3ad59de829
Garbage collect containers for deleted pods
2016-03-02 14:35:17 -08:00
David McMahon
efa588dcf9
Pass latest or stable to build/push-official-release.sh.
2016-03-02 12:43:27 -08:00
Jay Vyas
b81ea8a55f
Update Conformance definition section in e2e doc.
2016-03-02 14:54:53 -05:00
k8s-merge-robot
98d91b7172
Merge pull request #22350 from jasrusable/master
...
Auto commit by PR queue bot
2016-03-02 08:33:59 -08:00
k8s-merge-robot
6dbdcfe78f
Merge pull request #22116 from david-mcmahon/license-tool
...
Auto commit by PR queue bot
2016-03-02 07:14:40 -08:00
k8s-merge-robot
b25b261fcf
Merge pull request #22276 from GertiPoppel/userdoc
...
Auto commit by PR queue bot
2016-03-02 04:37:19 -08:00
Jason Russell
91bd582f0c
Fix typo in docs
2016-03-02 14:31:31 +02:00
k8s-merge-robot
73b39e9f1e
Merge pull request #22293 from dchen1107/test
...
Auto commit by PR queue bot
2016-03-02 03:35:05 -08:00
k8s-merge-robot
a9594b4470
Merge pull request #21874 from rutsky/patch-3
...
Auto commit by PR queue bot
2016-03-02 02:26:44 -08:00
k8s-merge-robot
62b87b14e7
Merge pull request #15456 from feihujiang/changeConfiguringContainerDoc
...
Auto commit by PR queue bot
2016-03-02 01:23:58 -08:00
Gerti Poppel
d853631f1d
updated the Dashboard description and updated the screenshots
...
applied cosmetic change
2016-03-02 10:17:11 +01:00
David McMahon
ffeaef6201
New Godeps LICENSE generation tool.
...
Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
2016-03-01 18:16:09 -08:00
Dawn Chen
a90ac42dd8
Kill docker daemon after configing cbr0 if flag --babysit-daemon is true so that babysitter process can restart it again with proper configurations and checkpoint file.
2016-03-01 16:46:31 -08:00
Gao Zheng
3ad5dd6e5e
clerical error of nodeaffinity.md
...
clerical error of nodeaffinity.md
2016-03-02 08:27:00 +08:00
k8s-merge-robot
bef2b8f1ed
Merge pull request #21927 from caesarxuchao/fix-404-links
...
Auto commit by PR queue bot
2016-03-01 15:41:32 -08:00
Alex Robinson
94fc2e7bfc
Mark the old high-availability proposal as deprecated.
...
It has been superceded by the actual admin instructions for some time
now, and has caused confusion for people that come across it.
2016-03-01 15:32:55 -08:00
Kel Cecil
0d85a814d8
Rewrite garbage collection page
...
Try to make the garbage collection page read
a little easier.
2016-03-01 16:46:45 -05:00
mqliang
7e1ab26c06
add lookup cache for daemonset
2016-03-01 22:04:56 +08:00
k8s-merge-robot
739285b146
Merge pull request #21265 from stevekuznetsov/skuznets/new-sa
...
Auto commit by PR queue bot
2016-03-01 01:14:06 -08:00
k8s-merge-robot
28aa5006e8
Merge pull request #22209 from lcalcote/master
...
Auto commit by PR queue bot
2016-03-01 00:38:27 -08:00
Madhusudan.C.S
1f8367fce2
Improvements to ImagePullSecrets section of the images.md doc.
...
Add an example for .docker/config.json based Secret config. Also, some
other minor corrections.
2016-02-29 15:05:09 -08:00
Lee Calcote
07d1fbc506
Corrected hyperlinks to other docs
...
Fixed hyperlink for services and replication controllers.
2016-02-29 15:51:34 -06:00
Chao Xu
7a85d54d4e
fix links
2016-02-29 13:27:29 -08:00
Tim Hockin
56be551416
Validate volume paths do not have ':'
2016-02-29 13:22:45 -08:00
Casey D
e78a6f110a
Update Calico link
2016-02-29 09:28:28 -08:00
k8s-merge-robot
d1d036391a
Merge pull request #22177 from AdoHe/update_commented_examples
...
Auto commit by PR queue bot
2016-02-29 09:18:57 -08:00
AdoHe
9cc668f7c6
update commented examples just remove $
2016-02-29 09:41:09 -05:00
Wojciech Tyczynski
cf7e6d0fc3
Merge pull request #21965 from mqliang/flag-abbreviation
...
avoid use abbreviation in flag
2016-02-29 14:43:26 +01:00
k8s-merge-robot
a0b04a6df8
Merge pull request #20281 from cilium-team/fixing-docker-d
...
Auto commit by PR queue bot
2016-02-28 03:51:31 -08:00
k8s-merge-robot
6f8a951f87
Merge pull request #20446 from derekwaynecarr/quota_scopes
...
Auto commit by PR queue bot
2016-02-27 19:46:42 -08:00
k8s-merge-robot
59745a4624
Merge pull request #22115 from ghodss/improve-deployment-doc
...
Auto commit by PR queue bot
2016-02-27 09:50:27 -08:00
k8s-merge-robot
5703945a29
Merge pull request #21361 from yujuhong/maxpods
...
Auto commit by PR queue bot
2016-02-27 09:18:48 -08:00
k8s-merge-robot
43792754d8
Merge pull request #21469 from wojtek-t/parallel_namespace_deletion
...
Auto commit by PR queue bot
2016-02-27 07:26:49 -08:00
k8s-merge-robot
83b15a62e2
Merge pull request #22075 from aveshagarwal/master-hpa-example-issue
...
Auto commit by PR queue bot
2016-02-27 06:53:43 -08:00
k8s-merge-robot
00d99ac261
Merge pull request #20347 from ericchiang/authz_grpc
...
Auto commit by PR queue bot
2016-02-26 22:00:42 -08:00
Sam Ghods
8009f208f0
Add link in deployments doc to container probes
2016-02-26 18:23:32 -08:00
derekwaynecarr
3cf7776b50
Update resource quota scope documentation
2016-02-26 20:34:15 -05:00
derekwaynecarr
d02c8dcd2e
Generated code for ResourceQuota API change
2016-02-26 20:34:14 -05:00
Fabio Yeon
68ced25022
Merge pull request #20041 from quinton-hoole/2016-01-22-writing-good-e2e
...
Add document on writing good e2e tests.
2016-02-26 15:39:16 -08:00
Fabio Yeon
465934f67b
Merge pull request #21772 from matthughes/patch-1
...
Make sure etcd2 actually gets started
2016-02-26 14:36:43 -08:00
Quinton Hoole
c8bd3b886b
Add document on writing good e2e tests.
2016-02-26 14:15:31 -08:00
Fabio Yeon
c94a0856a0
Fix docs for read-only PDs.
2016-02-26 13:39:13 -08:00
Fabio Yeon
fedca86c75
Merge pull request #21884 from swagiaal/remove-be-formatted
...
Remove 'be formatted' from VolumeSource docs
2016-02-26 13:06:01 -08:00
k8s-merge-robot
a53bf86f40
Merge pull request #21946 from pwittrock/node-e2e-images
...
Auto commit by PR queue bot
2016-02-26 12:18:03 -08:00
Avesh Agarwal
f77bdeb75c
Fix hpa-php-apache.yaml.
2016-02-26 15:05:28 -05:00
Fabio Yeon
3dab166da4
Merge pull request #21776 from erictune/job-sel-gen
...
Selector generation for batch/v1 Job
2016-02-26 11:58:21 -08:00
Phillip Wittrock
a11489e0ff
Node e2e documentations and minor features
...
- Add README.md for node e2e tests
- Add support for --cleanup=false to leave test files on remote hosts and temporary instances for debugging
- Add ubuntu trusty instances for docker 1.8 and docker 1.9 to jenkins pr builder
- Disable coreos-beta for jenkins ci since it is failing - need to investigate
2016-02-26 10:58:48 -08:00
Steve Kuznetsov
e5b696ee43
added 'kubectl create sa' to create serviceaccounts
2016-02-26 10:27:37 -05:00
k8s-merge-robot
766657cd19
Merge pull request #21504 from luxas/fix_certs_for_hyperkube
...
Auto commit by PR queue bot
2016-02-26 06:53:29 -08:00
k8s-merge-robot
085d7cbbb8
Merge pull request #21072 from MikeSpreitzer/issue/20292
...
Auto commit by PR queue bot
2016-02-26 03:13:29 -08:00
Sami Wagiaalla
d7c6eb92d9
Remove 'be formatted' from VolumeSource docs
...
Volumes do not need to be formatted as we now have the
SafeFormatAndMount utility which formats volumes when needed.
2016-02-25 16:19:35 -05:00
Lucas Käldström
e9af6c34af
Update the DNS template from cluster/addons/dns and combine into one file. Make DNS working on docker and docker-multinode
2016-02-25 21:59:07 +02:00
derekwaynecarr
1a0e1d80bf
Update vagrant developer guide for where logs are located
2016-02-25 14:46:16 -05:00
Eric Tune
095a85e76e
Update docs and examples to batch/v1 Job
...
Documented manualSelector field.
Documented that you do not need to provide a selector
or unique labels with batch/v1 Job.
Updated all Job examples to apiVersion: batch/v1
Updated all Job examples to use generated selectors.
2016-02-25 09:28:07 -08:00
Eric Tune
2afcc7d165
Regenerate
2016-02-25 09:28:07 -08:00
k8s-merge-robot
fab42f5c26
Merge pull request #21354 from erictune/manual-selector
...
Auto commit by PR queue bot
2016-02-25 09:02:28 -08:00
Wojciech Tyczynski
506899008f
Parallelization of namespace deletion
2016-02-25 16:33:25 +01:00
Ben Parees
469bb1359a
fix syntax issues in template example json
2016-02-25 10:00:22 -05:00
mqliang
4a9a3aeeea
avoid use abbreviation in flag
2016-02-25 17:30:21 +08:00
k8s-merge-robot
33ef7a93a4
Merge pull request #20647 from dcbw/allow-disabling-bridge-nf-call-iptables
...
Auto commit by PR queue bot
2016-02-25 01:27:47 -08:00
Eric Tune
99e79720d0
Explain conversion for manualSelector
2016-02-24 23:00:44 -08:00
k8s-merge-robot
9a4e3f8470
Merge pull request #21870 from mqliang/lookup-cache
...
Auto commit by PR queue bot
2016-02-24 20:01:29 -08:00
Joe Finney
930291588c
Remove PrepareVersion from hack/e2e.go.
2016-02-24 13:08:22 -08:00
mqliang
e44e71ca87
make cache size configurable
2016-02-24 22:37:02 +08:00
Vladimir Rutsky
57a4c07351
fix identation in list
...
tabs were replaces with 4 spaces
2016-02-24 17:19:42 +03:00
feisky
e8e01fdfc2
Fix missing doc links
2016-02-24 16:06:59 +08:00
Jordan Liggitt
b502b8f6a1
Restore service port validation compatibility with 1.0/1.1
2016-02-23 21:27:44 -05:00
Dawn Chen
a8c0ac88fc
Merge pull request #21754 from kargakis/use-generation-for-deployments
...
Use generation for deployments
2016-02-23 16:42:16 -08:00
Yu-Ju Hong
a07d1411a8
Change default --max-pods in kubelet to 110
...
Also increase maximum dead containers to 240
2016-02-23 15:37:36 -08:00
k8s-merge-robot
6332d84039
Merge pull request #19782 from pmorie/config-docs
...
Auto commit by PR queue bot
2016-02-23 11:11:36 -08:00
kargakis
6506d76f76
update-all changes for deployment's observedGeneration
2016-02-23 19:42:35 +01:00
Matt Hughes
aaa4100d3a
Make sure etcd2 actually gets started
...
Need to actually start etcd2. Right now it is just being configured and using the CoreOS Openstack image, nothing else is starting etcd2.
2016-02-23 13:34:17 -05:00
Matt Hughes
ce6c87ce49
Make sure etcd2 actually gets started
...
This configures etcd2, but doesn't actually start it up. At least using the CoreOS Openstack image, nothing else was doing this.
2016-02-23 13:33:11 -05:00
Paul Morie
7e64b4ac52
Add ConfigMap docs
2016-02-23 13:27:54 -05:00
Dan Williams
6248939e11
Push responsibility for bridge-nf-call-iptables to kubelet network plugins
...
bridge-nf-call-iptables appears to only be relevant when the containers are
attached to a Linux bridge, which is usually the case with default Kubernetes
setups, docker, and flannel. That ensures that the container traffic is
actually subject to the iptables rules since it traverses a Linux bridge
and bridged traffic is only subject to iptables when bridge-nf-call-iptables=1.
But with other networking solutions (like openshift-sdn) that don't use Linux
bridges, bridge-nf-call-iptables may not be not relevant, because iptables is
invoked at other points not involving a Linux bridge.
The decision to set bridge-nf-call-iptables should be influenced by networking
plugins, so push the responsiblity out to them. If no network plugin is
specified, fall back to the existing bridge-nf-call-iptables=1 behavior.
2016-02-23 09:34:59 -06:00
k8s-merge-robot
be623ae3fa
Merge pull request #18562 from fgimenez/added-missing-juju-dependency-to-doc
...
Auto commit by PR queue bot
2016-02-23 00:49:29 -08:00
k8s-merge-robot
5d4007f2fa
Merge pull request #21644 from thibserot/dns2
...
Auto commit by PR queue bot
2016-02-22 23:45:44 -08:00
Jeff Lowdermilk
c406665b2b
Plumb node labels through salt
...
Expose node-labels flag on kubelet for gce via a startup script
env var.
2016-02-22 15:31:34 -08:00
Dawn Chen
699c80b752
Merge pull request #21641 from bprashanth/promisc
...
Teach the kubelet about promiscuous mode, take 2
2016-02-22 15:08:18 -08:00
Dawn Chen
1e680c9d94
Merge pull request #21158 from kubernetes/milestone-doc
...
Add milestone tag clarifications
2016-02-22 14:11:45 -08:00
k8s-merge-robot
fb2a209ed7
Merge pull request #21221 from yifan-gu/rkt_doc
...
Auto commit by PR queue bot
2016-02-22 14:02:54 -08:00
Yifan Gu
b3ed1b633f
docs/rkt: Document the different UX.
2016-02-22 11:46:02 -08:00
Eric Chiang
080bdde5c1
*: update documentation for webhook authorizer
2016-02-22 11:39:07 -08:00
Brian Grant
3042f1d1c8
Merge pull request #21300 from soltysh/ds_docs
...
Updated label selector for daemon set
2016-02-22 10:17:56 -08:00
Mike Spreitzer
22246291e3
Support a CNI plugin as an alternative to Flannel
...
Resolves issue #20292
2016-02-22 11:29:55 -05:00
k8s-merge-robot
aee2eb3977
Merge pull request #21434 from erictune/job-ga
...
Auto commit by PR queue bot
2016-02-22 00:12:54 -08:00
Thibault Serot
b6ce3f3411
Fixing conflct
2016-02-21 18:58:36 +01:00
Thibault Serot
9c5f4c112b
Enabling DNS support in local-up-cluster.sh
2016-02-21 18:55:06 +01:00
k8s-merge-robot
d6192dd152
Merge pull request #21342 from spxtr/remove-e2e-test
...
Auto commit by PR queue bot
2016-02-21 00:39:38 -08:00
Prashanth Balasubramanian
2e8ff81de1
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-20 22:40:54 -08:00
k8s-merge-robot
0f1043d6df
Merge pull request #21299 from wojtek-t/always_event_etcd
...
Auto commit by PR queue bot
2016-02-20 21:03:27 -08:00
k8s-merge-robot
807344da0b
Merge pull request #21235 from davidopp/affinity-docs
...
Auto commit by PR queue bot
2016-02-20 11:15:02 -08:00
k8s-merge-robot
6c5bf89ed3
Merge pull request #21160 from justinsb/aws_bigger_master
...
Auto commit by PR queue bot
2016-02-20 00:29:45 -08:00
Daniel Smith
a8b943dddd
Revert "Put the container bridge in promiscuous mode."
2016-02-19 23:14:53 -08:00
Prashanth Balasubramanian
a694a7ae4b
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-19 14:59:16 -08:00
k8s-merge-robot
1820da67a2
Merge pull request #21436 from caesarxuchao/clientget-doc
...
Auto commit by PR queue bot
2016-02-19 11:38:29 -08:00
Chao Xu
f255a723ac
add client-gen readme
2016-02-19 10:43:17 -08:00
Eric Tune
b4d454e9d5
Autogenerate.
2016-02-19 09:48:03 -08:00
k8s-merge-robot
057b8352ec
Merge pull request #21182 from vishh/repoTagsRename
...
Auto commit by PR queue bot
2016-02-19 08:56:09 -08:00
k8s-merge-robot
4f410d389a
Merge pull request #21145 from justinsb/doc_aws_elb_describe
...
Auto commit by PR queue bot
2016-02-19 08:27:29 -08:00
k8s-merge-robot
5a3dec8dad
Merge pull request #20777 from pmorie/kubectl-create-configmap
...
Auto commit by PR queue bot
2016-02-19 00:03:53 -08:00
k8s-merge-robot
54ecdbc222
Merge pull request #19761 from derekwaynecarr/quota_doc
...
Auto commit by PR queue bot
2016-02-18 21:23:17 -08:00
Paul Morie
7a243cb615
Regen for kubectl create configmap
2016-02-18 21:25:31 -05:00
k8s-merge-robot
d792e55e21
Merge pull request #21388 from justinsb/docs_quotas
...
Auto commit by PR queue bot
2016-02-18 18:23:00 -08:00
k8s-merge-robot
f1cbaed60f
Merge pull request #17493 from feihujiang/supportSubresourceOfServiceProxy
...
Auto commit by PR queue bot
2016-02-18 18:22:59 -08:00
David Oppenheimer
053f1c6008
Update user guide and scheduler documentation to describe node affinity.
...
Register image priority locality function, which the original PR that introduced
it forgot to do. Change zone and region labels to beta.
2016-02-18 17:09:41 -08:00
Rob Szumski
6e4e5e0e1b
docs: update alternative to official CoreOS guide
2016-02-18 11:46:43 -08:00
Rob Szumski
ac218b3d00
docs: add AWS to list of CoreOS guides
2016-02-18 11:46:11 -08:00
k8s-merge-robot
5acdb92126
Merge pull request #21177 from laushinka/spelling-fixes
...
Auto commit by PR queue bot
2016-02-18 10:29:49 -08:00
k8s-merge-robot
17325ef6ef
Merge pull request #20501 from piosz/hpa-ga
...
Auto commit by PR queue bot
2016-02-18 06:52:39 -08:00
k8s-merge-robot
b3f6e26cc8
Merge pull request #21343 from a-robinson/buildcop
...
Auto commit by PR queue bot
2016-02-18 02:03:43 -08:00
feihujiang
ac9f890238
Support the subresource of service proxy
2016-02-18 15:16:05 +08:00
k8s-merge-robot
bcabc096f2
Merge pull request #21130 from madhusudancs/daemonset-enable-default
...
Auto commit by PR queue bot
2016-02-17 22:54:35 -08:00
k8s-merge-robot
10f3403536
Merge pull request #21362 from ArtfulCoder/fluentd
...
Auto commit by PR queue bot
2016-02-17 22:25:28 -08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
k8s-merge-robot
093aa17e17
Merge pull request #21415 from bparees/fix_braces
...
Auto commit by PR queue bot
2016-02-17 15:38:15 -08:00
k8s-merge-robot
2afe60d766
Merge pull request #21395 from jawnsy/topics/update-getting-started
...
Auto commit by PR queue bot
2016-02-17 15:38:13 -08:00
Madhusudan.C.S
6023d2075c
Auto-generated docs and specs.
2016-02-17 15:10:53 -08:00
Madhusudan.C.S
475546be66
Remove the Caveats section from DaemonSet doc because DaemonSet is now enabled by default.
2016-02-17 15:04:31 -08:00
Madhusudan.C.S
ab1e9c200f
Graduate DaemonSet to v1beta1 API, enable it by default.
2016-02-17 15:03:12 -08:00
Ben Parees
287706138b
minor cleanup to the template proposal
2016-02-17 16:40:03 -05:00
Abhishek Shah
51fba282ec
Fluentd on GCE master should not use ClusterFirst
2016-02-17 11:32:41 -08:00
Jonathan Yu
3e92a3fb8c
Indicate that OpenSSL is required to run Kubernetes
...
Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
2016-02-17 18:49:45 +00:00
k8s-merge-robot
0866c377e9
Merge pull request #18010 from feihujiang/supportSubresourceOfNodeProxy
...
Auto commit by PR queue bot
2016-02-17 08:15:50 -08:00
Justin Santa Barbara
98e9985c1b
Docs: fix invalid json in quota example
...
Fixes #21385
2016-02-17 10:32:14 -05:00
Justin Santa Barbara
a16372ce40
AWS: Change master to m3.medium by default
...
m3.large for > 150 nodes.
t2.micro often runs out of memory. The t2 class has very
difficult-to-understand behaviour when it runs out of CPU. The
m3.medium is reasonably affordable, and avoids these problems.
Fix #21151
Issue #18975
2016-02-17 10:24:14 -05:00
k8s-merge-robot
1a2f811a3b
Merge pull request #20063 from mqliang/imageGC-config
...
Auto commit by PR queue bot
2016-02-17 06:16:45 -08:00
Vishnu kannan
2623fdde17
Improve the naming of fields in ContainerImage struct used in NodeStatus.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-16 15:45:22 -08:00
k8s-merge-robot
0bb59866cd
Merge pull request #21301 from mdevilliers/patch-2
...
Auto commit by PR queue bot
2016-02-16 15:05:17 -08:00
Alex Robinson
6e4e21d9fe
Fix build cop issues link to filter out issues with the team/gke label.
2016-02-16 15:00:14 -08:00
Joe Finney
6f7182e500
Remove hack/e2e-test.sh in favor of hack/e2e.go.
2016-02-16 14:54:50 -08:00
Mark deVilliers
141c8c8671
fix another mistake
2016-02-16 16:55:30 +00:00
k8s-merge-robot
f37472fb4d
Merge pull request #21287 from macb/docs/remove_incomplete_sentence
...
Auto commit by PR queue bot
2016-02-16 08:55:05 -08:00
derekwaynecarr
f782089bb2
Proposal: ResourceQuota scoping support
2016-02-16 11:10:34 -05:00
Mark deVilliers
c618ec2303
Tweaks to Flocker description
2016-02-16 12:32:34 +00:00
Maciej Szulik
eccced231b
Updated label selector for daemon set
2016-02-16 12:16:03 +01:00
Wojciech Tyczynski
f6dc06bdc7
Always enable second etcd for events
2016-02-16 11:48:46 +01:00
k8s-merge-robot
0e037ac3ce
Merge pull request #21176 from davidopp/large-cluster-doc
...
Auto commit by PR queue bot
2016-02-16 01:48:34 -08:00
David Oppenheimer
4a817c7156
Clarify
2016-02-16 01:24:12 -08:00
k8s-merge-robot
90a7ac4aa1
Merge pull request #21293 from liggitt/sa-namespace-docs
...
Auto commit by PR queue bot
2016-02-16 01:21:57 -08:00
feihujiang
e85253916f
Support the subresource of node proxy
2016-02-16 17:02:45 +08:00
David Oppenheimer
f00e831607
Add PR with new heapster limits.
2016-02-15 23:12:08 -08:00
Jordan Liggitt
f1da2a92ab
Docs for service account token namespace
2016-02-16 00:15:20 -05:00
k8s-merge-robot
9dacc5b382
Merge pull request #21238 from AdoHe/kubectl_help_bug
...
Auto commit by PR queue bot
2016-02-15 19:16:39 -08:00
Mac Browning
6ca03de351
remove incomplete thought
2016-02-15 21:09:32 -05:00
k8s-merge-robot
47acbd62ec
Merge pull request #21099 from deads2k/extend-patch
...
Auto commit by PR queue bot
2016-02-15 14:49:02 -08:00
Piotr Szczesniak
e96515f590
Autogenerated conversions, deep copies, types
2016-02-15 21:39:00 +01:00
David Oppenheimer
97e2f4b413
Respond to reviewer comments.
2016-02-15 12:38:31 -08:00
mqliang
641ba92aa3
move minGCAge to ImageGCPolicy and make it configurable
2016-02-15 22:54:54 +08:00
k8s-merge-robot
138cb09aea
Merge pull request #20795 from luxas/remove_dev
...
Auto commit by PR queue bot
2016-02-15 03:52:26 -08:00
AdoHe
81103a07c2
fix --sort-by help bug
2016-02-14 22:31:13 -05:00
André Martins
97acdf4cd8
fixing docker -d deprecation
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-02-14 23:07:32 +01:00
Paul Morie
8323bb1727
Regen for ConfigMap volume
2016-02-14 16:28:59 -05:00
k8s-merge-robot
44d12a1389
Merge pull request #20782 from nickschuch/readonly_container_2
...
Auto commit by PR queue bot
2016-02-14 13:18:24 -08:00
k8s-merge-robot
38e827011b
Merge pull request #21005 from liggitt/delete-all
...
Auto commit by PR queue bot
2016-02-14 07:15:09 -08:00
k8s-merge-robot
43fb544a4a
Merge pull request #21001 from ericchiang/oidc_groups
...
Auto commit by PR queue bot
2016-02-14 05:24:43 -08:00
k8s-merge-robot
ad36fc8ba5
Merge pull request #19832 from caseydavenport/calico-cni-ubuntu-doc
...
Auto commit by PR queue bot
2016-02-13 21:43:56 -08:00
Nick Schuch
5d511aeb54
Adds ReadOnlyRootFilesystem support for containers
2016-02-14 15:39:51 +10:00
Tim Hockin
a3d688fc06
Update docs about ports, fix nits
2016-02-13 20:24:21 -08:00
Isaac Hollander McCreery
0ad9b2552b
Add docs for branching e2e jobs
2016-02-12 17:24:07 -08:00
Isaac Hollander McCreery
ec5b9abba8
Add instructions and tooling for munging test infra for a new release series
2016-02-12 17:24:06 -08:00
Isaac Hollander McCreery
c09da9e03c
Remove [Skipped] as a label for tests.
2016-02-12 17:24:06 -08:00
k8s-merge-robot
6250497c40
Merge pull request #21192 from erictune/manual-selector
...
Auto commit by PR queue bot
2016-02-12 17:06:13 -08:00
Eric Tune
2b9d22e030
Renamed noAutoSelector to manualSelector
...
Avoids double negative.
2016-02-12 14:34:07 -08:00
Eric Tune
485b0681c5
Update paths after move.
...
Also improve doc slightly.
2016-02-12 14:34:03 -08:00
k8s-merge-robot
8a4a73e372
Merge pull request #20517 from janetkuo/enable-deployments-default
...
Auto commit by PR queue bot
2016-02-12 14:26:12 -08:00
Eric Tune
7734dd8d18
Move selector-generation from proposal to design
2016-02-12 14:09:26 -08:00
Janet Kuo
311385e76c
Make deployment the default in kubectl run
2016-02-12 12:29:14 -08:00
Janet Kuo
2874f30c05
Enable Deployments by default
2016-02-12 12:29:14 -08:00
David Oppenheimer
8930c4c250
Update cluster-large.md to reflect 1000-node clusters.
2016-02-12 11:35:56 -08:00
Eric Chiang
92d37d5cc5
plugin/pkg/auth/authenticator/token/oidc: get groups from custom claim
2016-02-12 09:58:18 -08:00
goltermann
4f0f1df14b
Add milestone tag clarifications
...
Add Milestone details to our issues page that defines Priority
2016-02-12 09:06:29 -08:00
deads2k
9f003f7db3
allow patch to handle multiple types
2016-02-12 11:12:09 -05:00
derekwaynecarr
e5e691ed5f
Default lockfile to empty string while alpha
2016-02-12 10:50:17 -05:00
Brian Rosner
1511c23cbe
Added pykube client library
2016-02-12 08:15:26 -07:00
Justin Santa Barbara
c081e29a55
Add docs for AWS LoadBalancers: use kubectl describe
...
On AWS, we create ELBs for services with Type=LoadBalancer.
ELBs use hostnames, and the hostname is too long to fit in the output of
`kubectl get`. So instead the user must do `kubectl describe service
<id>`.
Fix #13827
2016-02-12 10:07:11 -05:00
k8s-merge-robot
b5c12d10b8
Merge pull request #20764 from mikedanese/controller-manager-componentconfig
...
Auto commit by PR queue bot
2016-02-11 16:47:58 -08:00
k8s-merge-robot
662a4291f3
Merge pull request #19488 from derekwaynecarr/fix_19129
...
Auto commit by PR queue bot
2016-02-11 15:08:55 -08:00
Mike Danese
33c4332b28
autogenerated
2016-02-11 13:14:47 -08:00
k8s-merge-robot
f6ae6b47ae
Merge pull request #20687 from vishh/systemd-support
...
Auto commit by PR queue bot
2016-02-11 13:06:29 -08:00
derekwaynecarr
06f26189f0
Update kubectl create subcommand to use printer flags
2016-02-11 15:37:47 -05:00
k8s-merge-robot
09314f97f6
Merge pull request #20944 from janetkuo/move-deployment-example
...
Auto commit by PR queue bot
2016-02-11 02:37:31 -08:00
k8s-merge-robot
3208665edf
Merge pull request #20928 from madhusudancs/replicaset-expose
...
Auto commit by PR queue bot
2016-02-11 02:02:20 -08:00
k8s-merge-robot
d66ae29587
Merge pull request #20758 from ihmccreery/reconcile-testing-docs
...
Auto commit by PR queue bot
2016-02-10 20:00:09 -08:00
Vishnu kannan
c3b5d5774c
Update flag values for cgroups managed by kubelet.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 17:33:29 -08:00
Isaac Hollander McCreery
c25c7c7491
Reconcile testing docs, fixes #18606
2016-02-10 16:33:35 -08:00
Madhusudan.C.S
293793cf0d
Allow replica set to be exposed as a service and add kubectl command tests for replica sets.
2016-02-10 16:20:08 -08:00
Vishnu kannan
51e4ccf106
Updating the default values for the cgroups hierarchies that kubelet
...
creates for managing the nodes.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:36 -08:00
Vishnu kannan
38efc837b9
Make container runtime's cgroup configurable.
...
Use the real cgroups for metrics generation.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-10 16:02:34 -08:00
Jordan Liggitt
3038eec2aa
Use a different verb for delete collection
2016-02-10 18:08:46 -05:00
Mike Danese
e0ab7f43e7
autogenerated
2016-02-10 11:41:05 -08:00
Janet Kuo
ddd983286b
Move deployment example to docs/user-guide
2016-02-10 10:46:12 -08:00
k8s-merge-robot
99658d9fae
Merge pull request #20711 from kinvolk/docs-fix-coreos-casing
...
Auto commit by PR queue bot
2016-02-10 02:21:55 -08:00
k8s-merge-robot
29c20be1e6
Merge pull request #20807 from livewyer-ops/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-10 00:55:58 -08:00
k8s-merge-robot
71b6b81102
Merge pull request #20076 from derekwaynecarr/namespace_controller_workers
...
Auto commit by PR queue bot
2016-02-10 00:55:57 -08:00
k8s-merge-robot
b3a84d49c5
Merge pull request #18262 from davidopp/choose-scheduler
...
Auto commit by PR queue bot
2016-02-09 22:55:19 -08:00
David Oppenheimer
05dcf743ac
MetadataPolicy design doc.
2016-02-09 22:30:57 -08:00
k8s-merge-robot
36c25be657
Merge pull request #19921 from jsafrane/devel/remove-fstype-check
...
Auto commit by PR queue bot
2016-02-09 21:17:19 -08:00
Prashanth B
f0620a5efd
Merge pull request #20883 from bprashanth/kubelet_flag
...
Kubelet flag for disabling hairpin mode
2016-02-09 17:31:30 -08:00
k8s-merge-robot
d7bef3cc87
Merge pull request #20896 from kinvolk/ckuehl/replace-rocket-with-rkt
...
Auto commit by PR queue bot
2016-02-09 16:05:01 -08:00
k8s-merge-robot
c1e79e4264
Merge pull request #12810 from yujuhong/podcache_proposal
...
Auto commit by PR queue bot
2016-02-09 15:27:18 -08:00
derekwaynecarr
106693d9b3
Refactor namespace controller to use workers, do more delete collection calls
2016-02-09 16:39:13 -05:00
Prashanth Balasubramanian
c3a3a2bacd
Pipe hairpin-mode flag through kubelet, enable on soak.
2016-02-09 12:12:19 -08:00
k8s-merge-robot
bb1f93f5ba
Merge pull request #20894 from mkulke/fix-services-without-selector-doc
...
Auto commit by PR queue bot
2016-02-09 11:26:07 -08:00
Ben Parees
89a656130d
template and parameterization (parameterized lists) proposal
2016-02-09 08:50:55 -05:00
Chris Kühl
7fcc40bb27
docs: replace Rocket with rkt
2016-02-09 13:52:25 +01:00
Magnus Kulke
c1577b16d6
Change uppercase IP property to ip
2016-02-09 11:55:04 +01:00
Jan Safranek
40c97ddd5f
Remove validation of *VolumeSource.FSType.
...
Most volume plugins use SafeFormatAndMount, which uses ext4 by default.
FlexVolume plugin has FSType attribute 'omitempty', so reflect it in the
description of the type.
2016-02-09 09:13:06 +01:00
k8s-merge-robot
8d95da1b49
Merge pull request #20590 from erictune/rc-doc
...
Auto commit by PR queue bot
2016-02-09 00:11:39 -08:00
Huamin Chen
d7e4b826b9
support Azure File Service volume
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-02-09 01:07:12 +00:00
Eric Tune
f7a89cedda
Update replication-controller docs
...
Adds a document on pod templates that can be shared
between various controller docs.
Move more philosophical content to later in the doc.
Add more task-oriented stuff earlier.
Put example config in the document, early on, so users have something concrete to relate the discussion of fields to.
Link to Job and DaemonSet docs.
Make format more like that of Job and DaemonSet docs.
Use jsonpath in examples, which is available in v1.1.
Added example files.
2016-02-08 15:51:53 -08:00
k8s-merge-robot
3124474458
Merge pull request #19714 from jlowdermilk/pr-workflow
...
Auto commit by PR queue bot
2016-02-08 15:25:46 -08:00
k8s-merge-robot
8ca6c924da
Merge pull request #20345 from spiffxp/on-call-out-of-wiki
...
Auto commit by PR queue bot
2016-02-08 14:22:23 -08:00
k8s-merge-robot
6834ee59d9
Merge pull request #19795 from caseydavenport/calico-cni-coreos-doc
...
Auto commit by PR queue bot
2016-02-08 12:04:48 -08:00
k8s-merge-robot
468d0db8f7
Merge pull request #20797 from pmorie/secret-docs
...
Auto commit by PR queue bot
2016-02-08 11:30:04 -08:00
Casey D
678e742dc5
Update Calico Ubuntu guide to use CNI plugin
2016-02-08 11:03:04 -08:00
Casey D
964dfa1ad4
Update Calico CoreOS doc to use CNI plugin, conformance.
2016-02-08 10:58:59 -08:00
k8s-merge-robot
b32078d89b
Merge pull request #20496 from matthewdupre/masquerade-config
...
Auto commit by PR queue bot
2016-02-08 10:49:20 -08:00
Jeff Lowdermilk
5754713f5e
review changes
2016-02-08 10:01:32 -08:00
Jeff Lowdermilk
c96c04245f
Add workflow diagram to pull request doc
2016-02-08 10:01:32 -08:00
Jake
000ae4ba9f
Tidied the documentation for the Dashboard UI
...
Removed whitespace from ui.md
Fixed typo
2016-02-08 17:57:18 +00:00
Paul Weil
619ccb7023
don't enable psp by default and fix comment
2016-02-08 08:56:52 -05:00
Matt Dupre
9925cddc11
Change iptables fwmark to use single configurable bit instead of whole mark space
2016-02-08 11:12:09 +00:00
k8s-merge-robot
fe8b872779
Merge pull request #20717 from rutsky/patch-1
...
Auto commit by PR queue bot
2016-02-08 02:02:34 -08:00
k8s-merge-robot
e41329a6db
Merge pull request #20216 from KurtStam/master
...
Auto commit by PR queue bot
2016-02-08 01:46:03 -08:00
k8s-merge-robot
47437163ae
Merge pull request #20533 from kolyshkin/patch-1
...
Auto commit by PR queue bot
2016-02-08 00:32:24 -08:00
k8s-merge-robot
0ab09296f6
Merge pull request #20585 from erictune/api-unions
...
Auto commit by PR queue bot
2016-02-07 22:16:13 -08:00
Paul Morie
72e3193578
Streamline secret docs and add env var doc
2016-02-07 15:52:43 -05:00
k8s-merge-robot
bc36f57a68
Merge pull request #20482 from eljefedelrodeodeljefe/doc/azure-subscription-option
...
Auto commit by PR queue bot
2016-02-07 12:16:30 -08:00
Lucas Käldström
d5b7fd7f95
Remove -v /dev:/dev from docker and docker-multinode
2016-02-07 22:15:20 +02:00
Vladimir Rutsky
3b7fe31b94
remove redundant comma in JSON
2016-02-07 21:27:36 +03:00
Robert Jefe Lindstaedt
aa6d6c2779
doc: azure w/ subscription, cos channel option
...
doc: azure w/ subscription option
docs: azure getting started -> coreos channel env
doc: AZURE_LOCATION needs quotes
2016-02-07 13:57:48 +01:00
k8s-merge-robot
6a98694b4e
Merge pull request #20483 from luxas/remove_restart_always
...
Auto commit by PR queue bot
2016-02-06 16:43:40 -08:00
k8s-merge-robot
096afac5ca
Merge pull request #20354 from ihmccreery/ci_doc
...
Auto commit by PR queue bot
2016-02-06 16:13:01 -08:00
k8s-merge-robot
a08ac362a9
Merge pull request #19839 from madhusudancs/replicaset-e2e-enable
...
Auto commit by PR queue bot
2016-02-06 12:54:34 -08:00
k8s-merge-robot
c6a4f8482e
Merge pull request #17366 from kargakis/kubectl-conventions
...
Auto commit by PR queue bot
2016-02-06 11:56:48 -08:00
k8s-merge-robot
d1b7fb3025
Merge pull request #20630 from a-robinson/logparse
...
Auto commit by PR queue bot
2016-02-06 11:28:08 -08:00
Madhusudan.C.S
48c4173f5f
Enable ReplicaSets in e2e tests.
2016-02-06 03:46:17 -08:00
k8s-merge-robot
b45a94bc78
Merge pull request #20765 from janetkuo/remove-podtemplate-key
...
Auto commit by PR queue bot
2016-02-06 00:44:47 -08:00
k8s-merge-robot
fe269474ca
Merge pull request #20330 from bryk/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-06 00:15:10 -08:00
k8s-merge-robot
6c5540baae
Merge pull request #20232 from mml/daemonset-warn
...
Auto commit by PR queue bot
2016-02-05 23:12:51 -08:00
k8s-merge-robot
474795060c
Merge pull request #19806 from madhusudancs/replicaset-link-boilerplate
...
Auto commit by PR queue bot
2016-02-05 22:45:13 -08:00
Janet Kuo
38ae5785dc
Update docs for removing UniqueLabelKey from deployment spec
2016-02-05 21:21:41 -08:00
Madhusudan.C.S
4f9b8b2bfc
Link all the ReplicaSet controller boilerplate together.
...
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
k8s-merge-robot
8e56494ec5
Merge pull request #20140 from resouer/scheduler
...
Auto commit by PR queue bot
2016-02-05 20:08:31 -08:00
Kurt Stam
4e2c82fcb1
service discovery proposal using kubernetes service annotations
2016-02-05 21:38:17 -05:00
k8s-merge-robot
fcf9c4a1e4
Merge pull request #19741 from pwittrock/syncfsmetrics
...
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Mike Danese
b1743a6887
this is a manual reversion of #20702
...
I can't revert with github which says "Sorry, this pull request couldn’t be
reverted automatically. It may have already been reverted, or the content may
have changed since it was merged."
Reverts commit: 0c191e787b
2016-02-05 16:34:02 -08:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
k8s-merge-robot
6b20879a7f
Merge pull request #20142 from bprashanth/ing_tls
...
Auto commit by PR queue bot
2016-02-05 15:07:09 -08:00
Daniel Smith
9441721fee
Merge pull request #19689 from AdoHe/kubectl_label_display
...
kubectl add show-labels flag to make it more readable
2016-02-05 14:08:37 -08:00
Prashanth Balasubramanian
c56bebf594
Basic TLS support.
2016-02-05 11:00:04 -08:00
k8s-merge-robot
87fbfdc953
Merge pull request #20116 from Clarifai/http-headers
...
Auto commit by PR queue bot
2016-02-05 10:28:31 -08:00
k8s-merge-robot
14d74a1c01
Merge pull request #19365 from jsafrane/devel/retry-delete
...
Auto commit by PR queue bot
2016-02-05 09:55:21 -08:00
k8s-merge-robot
175d0c57f2
Merge pull request #19880 from DirectXMan12/feature/limit-ebs-scheduler-predicate
...
Auto commit by PR queue bot
2016-02-05 09:26:42 -08:00
k8s-merge-robot
266d7aa5b3
Merge pull request #19783 from magicwang-cn/master
...
Auto commit by PR queue bot
2016-02-05 08:53:30 -08:00
Rudi Chiarito
a2d1bb7acf
Add httpHeaders to httpGet liveness probe
...
Also update existing documentation and try to steer users away from 'host'.
Add validation.
2016-02-05 11:20:04 -05:00
Jan Safranek
76b6449715
Retry recycle or delete operation on failure.
...
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.
By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
gmarek
90ddf533f5
Fix generated api-reference-docs
2016-02-05 16:56:51 +01:00
k8s-merge-robot
3cfb090939
Merge pull request #7893 from pweil-/security-policy
...
Auto commit by PR queue bot
2016-02-05 07:14:37 -08:00
Vladimir Rutsky
fa37bff9de
fix list enumeration
...
Right now list items are rendered as "1.", "1." instead of "1.", "2.", see
http://kubernetes.io/v1.1/docs/user-guide/walkthrough/README.html#volumes
2016-02-05 18:05:58 +03:00
k8s-merge-robot
ae15a4437b
Merge pull request #19944 from mwielgus/simple-cm
...
Auto commit by PR queue bot
2016-02-05 06:41:28 -08:00
Chris Kühl
f62cffa11e
docs: make CoreOS casing consistent
2016-02-05 14:49:21 +01:00
dobbymoodge
c22f348f86
SCC proposal edits for clarity and correctness
...
This commit fixes a few typographical and wording nits, adds formatting
for keywords where appropriate, and tweaks punctuation for clarity
2016-02-05 08:45:50 -05:00
Paul Weil
03261146b0
api
2016-02-05 08:45:50 -05:00
Paul Weil
367b307dde
design
2016-02-05 08:42:04 -05:00
bryk
46f51d74bb
Set kubernetes-dashboard as the default UI addon
...
Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0
This replaces kube-ui addon
2016-02-05 13:36:37 +01:00
gmarek
0c191e787b
Split controller flags between controllers
2016-02-05 12:17:51 +01:00
Marcin Wielgus
bf0c881263
Set Docker custom metric label for cAdvisor if custom metric volume is mounted
2016-02-05 12:00:02 +01:00
magicwang-cn
d2cf858560
make watch cache sizes configuratable of kube-apiserver
2016-02-05 15:47:27 +08:00
Alex Robinson
e5c5f76402
Update the default fluentd images to parse system logs.
2016-02-04 23:29:27 +00:00
k8s-merge-robot
ad9fa30e7e
Merge pull request #20023 from erictune/secrets-doc
...
Auto commit by PR queue bot
2016-02-04 11:57:41 -08:00
Yu-Ju Hong
169ca5cdc5
Proposal: add a runtime pod cache in kubelet
2016-02-04 11:23:38 -08:00
Eric Tune
db57460035
Update secrets docs
...
Use `kubectl create secret` wherever possible
instead of defining a complete object.
Reorganized some content.
2016-02-04 10:09:17 -08:00
AdoHe
714d12cf72
kubectl add show-labels flag to make it more readable
2016-02-04 02:08:44 -05:00
Saad Ali
0952dcd349
Merge pull request #20389 from mqliang/deployment-MinReadySeconds
...
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 22:44:14 -08:00
k8s-merge-robot
16aa40cc33
Merge pull request #20035 from janetkuo/record-command
...
Auto commit by PR queue bot
2016-02-03 20:19:08 -08:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
k8s-merge-robot
bb7ad7cd09
Merge pull request #18795 from dcbw/cbr0-network-plugin
...
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
David Oppenheimer
bf2dbd61a2
Merge pull request #19758 from Huawei-PaaS/node-affinity-part1
...
NodeSelector, HardNodeAffinity and SoftNodeAffinity implementation
2016-02-03 19:18:45 -08:00
Kevin
c8c82c1d8f
implement Node affinity and NodeSelector
2016-02-04 01:53:14 +00:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
George Tankersley
c553c5b575
Update documents properly
2016-02-03 14:28:06 -08:00
Eric Tune
36f6049b07
Document Unions, conventions for adding to Unions.
2016-02-03 13:25:18 -08:00
Robert Bailey
344a587f34
Document the communication paths between the master and node.
2016-02-03 10:21:22 -08:00
Janet Kuo
5088d0e147
Record kubectl commands
2016-02-03 10:19:05 -08:00
Dan Williams
fabb65c13f
Add a network plugin that duplicates "configureCBR0" functionality
2016-02-03 10:08:08 -06:00
harry
233a601130
Caculate priorities based on image locality
...
Add test for image score
Update generated docs
2016-02-03 21:01:26 +08:00
k8s-merge-robot
8f4a10ec87
Merge pull request #20524 from erictune/job-doc-fixes
...
Auto commit by PR queue bot
2016-02-03 00:17:39 -08:00
k8s-merge-robot
a7ef693f84
Merge pull request #20464 from thockin/proxymode-iptables
...
Auto commit by PR queue bot
2016-02-03 00:17:38 -08:00
Eric Tune
a400be6d55
Added design proposal for selector generation.
...
Linked from jobs proposal.
2016-02-02 22:41:30 -08:00
k8s-merge-robot
8d8de2efb4
Merge pull request #19314 from cjcullen/tunnels
...
Auto commit by PR queue bot
2016-02-02 19:46:06 -08:00
mqliang
c4a1ab42e3
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 11:38:11 +08:00
Kirill Kolyshkin
c734fca715
centos_manual_config.md: fix etcd client port
...
As per https://github.com/coreos/etcd/blob/master/Documentation/configuration.md
> The official etcd ports are 2379 for client requests, and 2380 for peer
> communication. Some legacy code and documentation still references
> ports 4001 and 7001, but all new etcd use and discussion should
> adopt the assigned ports.
Indeed, etcd-2.1.1-2.el7.x86_64 as comes in centos 7 "extras" repo is configured
to listen to clients at port 2379, not 4001.
2016-02-02 18:25:56 -08:00
Jeff Lowdermilk
d4af417010
Merge pull request #20453 from ihmccreery/flaky-label-update
...
Update docs on flaky issues
2016-02-02 18:19:00 -08:00
George Tankersley
c47d49dd3e
Fix typo
2016-02-02 16:25:55 -08:00
Janet Kuo
442c75045a
Add kubectl rollout undo
2016-02-02 14:20:01 -08:00
Solly Ross
2d436ff080
Scheduler predicate for capping node volume count
...
For certain volume types (e.g. AWS EBS or GCE PD), a limitted
number of such volumes can be attached to a given node. This commit
introduces a predicate with allows cluster admins to cap
the maximum number of volumes matching a particular type attached to a
given node.
The volume type is configurable by passing a pair of filter functions,
and the maximum number of such volumes is configurable to allow node
admins to reserve a certain number of volumes for system use.
By default, the predicate is exposed as MaxEBSVolumeCount and
MaxGCEPDVolumeCount (for AWS ElasticBlocKStore and GCE PersistentDisk
volumes, respectively), each of which can be configured using the
`KUBE_MAX_PD_VOLS` environment variable.
Fixes #7835
2016-02-02 16:21:42 -05:00
Tim Hockin
7ed83ad4f9
Make kube-proxy default to iptables (regression)
...
This was accidentally introduced as part of the component config changes.
2016-02-02 12:45:11 -08:00
k8s-merge-robot
cfa3f037fd
Merge pull request #20087 from kargakis/rollout-pause-resume
...
Auto commit by PR queue bot
2016-02-02 12:03:44 -08:00
CJ Cullen
04eb90a5d4
Make tunneler hold tunnels open and healthcheck vs. reopening every 5 minutes.
...
Also add a test for the Update() logic.
Reordered tunnels vs. storage initialization (prevent a nil ptr panic)
2016-02-02 12:00:29 -08:00
Matt Liggett
f2d5375bc0
Stop deleting DaemonSet pods during drain.
...
We do this because they will be recreated immediately by the
DaemonSet Controller. In addition, we also require a specific flag
(--ignore-daemonsets) when there are DaemonSet pods on the node.
2016-02-02 11:13:29 -08:00
k8s-merge-robot
635cf5877f
Merge pull request #12802 from yujuhong/kubelet_proposal
...
Auto commit by PR queue bot
2016-02-02 10:26:44 -08:00
k8s-merge-robot
c5260c8c71
Merge pull request #20145 from mqliang/quorum-read
...
Auto commit by PR queue bot
2016-02-02 05:50:41 -08:00
Lucas Käldström
f18d40c28e
Update docker-multinode, use restart=on-failure and bump to 1.2.0-alpha.7
2016-02-02 15:34:38 +02:00
Filip Grzadkowski
f7cab1fd3e
Fix link in releasing.md
...
Remove additional space which broke http link.
2016-02-02 13:58:47 +01:00
k8s-merge-robot
71727385e8
Merge pull request #20069 from BugRoger/cephfs_subtree_mount_master
...
Auto commit by PR queue bot
2016-02-02 02:15:35 -08:00
Michail Kargakis
21c2b836ed
kubectl: add rollout pause/resume subcommands
2016-02-02 10:33:55 +01:00
k8s-merge-robot
17a5058e83
Merge pull request #19893 from janetkuo/kubectl-rollout-history
...
Auto commit by PR queue bot
2016-02-02 01:13:15 -08:00
k8s-merge-robot
6f94afb68d
Merge pull request #20390 from pra85/patch-1
...
Auto commit by PR queue bot
2016-02-01 17:41:28 -08:00
Isaac Hollander McCreery
bb4a41d84c
Updates based on comments
2016-02-01 16:24:41 -08:00
Isaac Hollander McCreery
3889cd5a6c
Update docs on flaky issues
2016-02-01 16:01:32 -08:00
Janet Kuo
8fb86a3d3b
Add kubectl rollout history
2016-02-01 15:32:43 -08:00
k8s-merge-robot
4eaffd2477
Merge pull request #19900 from vishh/kubelet-cpu-cfs
...
Auto commit by PR queue bot
2016-02-01 15:18:30 -08:00
George Tankersley
5340ec8c5d
Add proposal for kubelet TLS bootstrap
2016-02-01 13:56:07 -08:00
Michael Schmidt
92d814725b
add generated code
2016-02-01 22:31:44 +01:00
k8s-merge-robot
ad40653a47
Merge pull request #20328 from deads2k/describe-path-loading
...
Auto commit by PR queue bot
2016-02-01 11:13:27 -08:00
k8s-merge-robot
2bea9e73dd
Merge pull request #20366 from pmorie/local-cluster-docs
...
Auto commit by PR queue bot
2016-02-01 10:43:52 -08:00
deads2k
a6db141216
explain kubeconfig path loading rules
2016-02-01 13:34:05 -05:00
k8s-merge-robot
91f67372bf
Merge pull request #20315 from pmorie/e2e-doc
...
Auto commit by PR queue bot
2016-02-01 10:29:15 -08:00
feihujiang
b3e1448538
Update configuring-container.md document
2016-02-01 15:35:27 +08:00
Chao Xu
90b4662d8d
Add services/status path, and let the service controller uses Services.UpdateStatus()
2016-01-31 12:39:45 -08:00
Prayag Verma
cef8672855
Fix Typos
...
Minor spelling mistakes -
descibe > describe
menioned > mentioned
compatiblity > compatibility
programatic > programmatic
2016-02-01 01:39:12 +05:30
Michail Kargakis
426ef93358
docs: kubectl command structure and generators conventions
2016-01-31 17:24:17 +01:00
k8s-merge-robot
a81fa2f926
Merge pull request #18827 from sdminonne/workflow_resource
...
Auto commit by PR queue bot
2016-01-31 02:29:20 -08:00
k8s-merge-robot
4ee1bd5b50
Merge pull request #20342 from lavalamp/doc-flaky-test
...
Auto commit by PR queue bot
2016-01-31 02:15:38 -08:00
Alex Robinson
52cc7d9b23
Merge pull request #19929 from luxas/fix_hyperkube_version
...
Update docker and docker-multinode docs on master to require 1.2.x
2016-01-30 17:40:28 -08:00
k8s-merge-robot
2ab16bda17
Merge pull request #19882 from janetkuo/kubectl-rollout-command
...
Auto commit by PR queue bot
2016-01-30 16:52:55 -08:00
Thibault Serot
341f09a103
Fixing conflict
2016-01-30 19:46:56 +01:00
Thibault Serot
ac1bb72155
Enabling DNS support in local-up-cluster.sh
2016-01-30 19:45:59 +01:00
Paul Morie
c2063833f2
Add docs about dotfiles in secret volumes
2016-01-30 12:47:05 -05:00
k8s-merge-robot
34f4a03f62
Merge pull request #20103 from mml/drain-followup
...
Auto commit by PR queue bot
2016-01-30 06:25:06 -08:00
mqliang
b0e06c14e5
add a knob to enable quorum read
2016-01-30 20:32:12 +08:00
k8s-merge-robot
311d8f8ab9
Merge pull request #20009 from janetkuo/kubectl-get-deployments
...
Auto commit by PR queue bot
2016-01-30 04:16:27 -08:00
Paul Morie
e33b9a9460
Add basic doc on local cluster to dev guide
2016-01-30 00:33:27 -05:00
Paul Morie
41587e2810
Add link to e2e docs from coding conventions
2016-01-30 00:06:34 -05:00
k8s-merge-robot
17490c027d
Merge pull request #19582 from smarterclayton/benchmark_watch
...
Auto commit by PR queue bot
2016-01-29 20:47:43 -08:00
Isaac Hollander McCreery
89dfad4087
Add docs about the PR builder
2016-01-29 16:23:59 -08:00
Isaac Hollander McCreery
b6cb8be2bd
CI testing guidelines redux
2016-01-29 16:20:53 -08:00
k8s-merge-robot
c3a9b77d41
Merge pull request #19669 from mikedanese/scheduler-config
...
Auto commit by PR queue bot
2016-01-29 15:44:00 -08:00
Prashanth Balasubramanian
63b7ba0414
[wip] CI testing guidelines
2016-01-29 15:36:50 -08:00
Lucas Käldström
75e8c3f180
Update docker and docker-multinode docs on master to require 1.2.x and use the hyperkube-arch image
2016-01-29 23:01:49 +02:00
Aaron Crickenberger
d52855cab4
Link how-to-doc.md in devel/README.md
2016-01-29 12:44:55 -08:00
Aaron Crickenberger
43e45bbe5a
Copy-paste on-call docs out of wiki
...
Changed links to docs/wiki where appropriate. No content changes aside
from explicitly calling out FAQ's as living in the wiki.
Ran `hack/update-generated-docs.sh`
2016-01-29 12:44:52 -08:00
Daniel Smith
546637dc6f
add instructions to ease follow-up
2016-01-29 11:47:33 -08:00
Fabio Yeon
eb2c2d1af4
Merge pull request #20111 from fabioy/fix-tmp-tests
...
Add temp directory creation method for tests.
2016-01-29 09:51:12 -08:00
Salvatore Dario Minonne
e8cf1dc8d1
Workflow: adding controller and address 2nd round review
2016-01-29 17:09:43 +01:00
Mike Danese
bb108fb03c
autogenerated
2016-01-29 00:00:59 -08:00
k8s-merge-robot
6e6974a38f
Merge pull request #18600 from mikedanese/kube-proxy-file
...
Auto commit by PR queue bot
2016-01-28 23:01:42 -08:00
k8s-merge-robot
554382b503
Merge pull request #20317 from pmorie/third-party-doc
...
Auto commit by PR queue bot
2016-01-28 21:25:14 -08:00
Paul Morie
c56a51d252
Expand coding convention information on third party code
2016-01-29 00:04:52 -05:00
k8s-merge-robot
298028dc8b
Merge pull request #18533 from jlowdermilk/kubectl-help
...
Auto commit by PR queue bot
2016-01-28 20:55:27 -08:00
k8s-merge-robot
259193dfbb
Merge pull request #19772 from joshix/patch-1
...
Auto commit by PR queue bot
2016-01-28 20:16:58 -08:00
Janet Kuo
fa25e29cbf
Update kubectl convention about title column
2016-01-28 20:11:59 -08:00
Clayton Coleman
443cafab90
Add benchmarks for watch over websocket and http
...
... and a quick doc on how to run them
```
$ godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch
PASS
BenchmarkWatchHTTP-8 20000 95669 ns/op 15053 B/op 196 allocs/op
BenchmarkWatchWebsocket-8 10000 102871 ns/op 18430 B/op 204 allocs/op
```
2016-01-28 21:34:51 -05:00
Jeff Lowdermilk
734a8c0602
Change kubectl help/examples to use jsonpath instead of template
2016-01-28 16:10:48 -08:00
Mike Danese
3ebbeb3c8c
autogenerated
2016-01-28 15:46:40 -08:00
Fabio Yeon
2eac20562f
Update API docs.
2016-01-28 15:29:53 -08:00
Paul Morie
f2d1a20178
Regen for ConfigMap API move
2016-01-28 17:17:24 -05:00
Paul Morie
9030f16071
Move ConfigMap to main API
2016-01-28 17:07:05 -05:00
Fabio Yeon
c6253c8d5e
Merge pull request #19971 from feihujiang/fixErrorCommentInNodeCondition
...
Fix a small error comment in nodecondition type
2016-01-28 14:01:54 -08:00
Matt Liggett
d4b02466b7
Add support for Job-managed pods to drain.
2016-01-28 13:23:12 -08:00
k8s-merge-robot
4e27ed67e4
Merge pull request #17191 from nikhiljindal/3rdpartyServers
...
Auto commit by PR queue bot
2016-01-28 06:20:39 -08:00
Fabio Yeon
7205a160ac
Remove all instances of "/tmp" from unit tests and replace with a common
...
tmp directory creator. Exception is documented.
2016-01-27 16:11:22 -08:00
Brendan Burns
4f845ad6e1
Merge pull request #19642 from MikeSpreitzer/issue/19618
...
Introduce FLANNEL_OTHER_NET_CONFIG
2016-01-27 12:20:11 -08:00
k8s-merge-robot
86dd321c73
Merge pull request #19489 from cloudnativeapps/vsphere-support-1
...
Auto commit by PR queue bot
2016-01-26 22:27:55 -08:00
k8s-merge-robot
91527c29cf
Merge pull request #17382 from caesarxuchao/rewrite-linkchecker
...
Auto commit by PR queue bot
2016-01-26 17:51:44 -08:00
Chao Xu
3ec4cd423e
linkchecker tool now visits the URL to determine if it's valid
2016-01-26 17:01:37 -08:00
Alex Robinson
6acf297231
Update the fluentd versions to include fixes for #19405 .
2016-01-27 00:30:53 +00:00
k8s-merge-robot
6f1ec1b946
Merge pull request #19923 from pmorie/config-volume-proposal
...
Auto commit by PR queue bot
2016-01-26 13:03:12 -08:00
David Oppenheimer
af26de50e8
Merge pull request #20124 from davidopp/affinity
...
Minor cleanups to anti-affinity proposal
2016-01-26 12:36:05 -08:00
nikhiljindal
094e537e08
Adding a proposal for third party API servers
2016-01-26 12:17:11 -08:00
k8s-merge-robot
8c821700f3
Merge pull request #19389 from justinsb/internal_cidr
...
Auto commit by PR queue bot
2016-01-26 03:58:48 -08:00
k8s-merge-robot
88a72c2c9d
Merge pull request #19938 from mikedanese/ipvalidate
...
Auto commit by PR queue bot
2016-01-25 21:09:51 -08:00
k8s-merge-robot
2286bd3a38
Merge pull request #19961 from mamikonyana/newrepo
...
Auto commit by PR queue bot
2016-01-25 19:51:23 -08:00
k8s-merge-robot
6e41d7a4e4
Merge pull request #19918 from kartouch/master
...
Auto commit by PR queue bot
2016-01-25 19:50:35 -08:00
k8s-merge-robot
d582fabf90
Merge pull request #19753 from jayunit100/cleanup-ha-example
...
Auto commit by PR queue bot
2016-01-25 19:48:14 -08:00
k8s-merge-robot
707b0b833c
Merge pull request #19678 from bgrant0607/docfix
...
Auto commit by PR queue bot
2016-01-25 19:47:39 -08:00
k8s-merge-robot
5c52ba3e87
Merge pull request #20074 from a-robinson/brokenlink
...
Auto commit by PR queue bot
2016-01-25 19:33:39 -08:00
jay vyas
f3f167d2f9
Remove podmaster stuff, in lieu of the new least prototype
2016-01-25 18:47:00 -05:00
David Oppenheimer
8202906055
Cleanup.
2016-01-25 15:41:12 -08:00
Daniel Smith
ac5b954dce
add expectations for flaky test issues
2016-01-25 14:18:17 -08:00
Brian Grant
ec83db2f46
Remove CAPS reference. Add node self-healing.
2016-01-25 18:51:30 +00:00
Brian Grant
ccc857c09a
Update the description of what's not in Kubernetes.
2016-01-25 18:51:30 +00:00
Paul Morie
918a69479c
Update proposal for ConfigMap volume
2016-01-25 13:48:46 -05:00
Eric Tune
99f301d0b7
Merge pull request #11980 from soltysh/scheduledjob_controller_proposal
...
ScheduledJob controller proposal
2016-01-25 08:39:16 -08:00
k8s-merge-robot
d7d601b2fc
Merge pull request #18876 from erictune/dynamic-job
...
Auto commit by PR queue bot
2016-01-25 08:06:22 -08:00
k8s-merge-robot
d3b869ae14
Merge pull request #17922 from smarterclayton/split_codec
...
Auto commit by PR queue bot
2016-01-25 06:30:39 -08:00
k8s-merge-robot
1992fca62d
Merge pull request #20081 from luxas/fix_apiserver_proxy_docs
...
Auto commit by PR queue bot
2016-01-25 06:07:44 -08:00
k8s-merge-robot
20273cf961
Merge pull request #20039 from ihmccreery/no-experimental
...
Auto commit by PR queue bot
2016-01-25 06:06:51 -08:00
k8s-merge-robot
33d1f6c085
Merge pull request #18265 from davidopp/affinity
...
Auto commit by PR queue bot
2016-01-25 05:57:10 -08:00
Lucas Käldström
528910f5f4
Fix the apiserver proxy doc
2016-01-25 09:33:08 +02:00
Alex Robinson
c9471a1665
Fix broken link to logging sidecar example.
2016-01-24 17:22:35 -08:00
Dhawal Yogesh Bhanushali
f7db2c6e99
vsphere support
2016-01-24 13:52:56 -08:00
David Oppenheimer
5abfb43b64
Merge pull request #18263 from davidopp/taints-tolerations
...
Dedicated nodes, taints, and tolerations design proposal
2016-01-24 12:15:57 -08:00
David Oppenheimer
1948dc5ab0
Merge pull request #18261 from davidopp/nodeselector
...
Node affinity and NodeSelector design doc
2016-01-24 12:12:45 -08:00
David Oppenheimer
14c276306c
Dedicated nodes, taints, and tolerations design doc.
2016-01-23 23:05:50 -08:00
David Oppenheimer
87f2590f37
How to build Mesos/Omega-style frameworks on Kubernetes.
2016-01-23 22:00:19 -08:00
David Oppenheimer
32fa44041b
Design doc for node affinity, including NodeSelector.
2016-01-23 19:57:41 -08:00
David Oppenheimer
cea5cf42b6
Inter-pod topological affinity/anti-affinity design doc.
2016-01-23 18:39:34 -08:00
Isaac Hollander McCreery
21e3776de6
Change wording about experimental API
2016-01-22 16:03:08 -08:00
Eric Tune
53ee76fe1a
Support Work Queue jobs with variable parallelism
...
When job.spec.completions is nil, only
one task needs to succeed for the job to succeed,
and parallelism can be scaled freely during runtime.
Added tests.
Release Note:
This causes two minor changes to the API.
First, unset parallelism previously was defaulted to be
equal to completions. Now it always defaults to 1 if unset.
Second, having parallelism=N and completions unset would previously
be defaulted to 1 completion and N parallelism.
(this is not something we expect people to do, though)
Now, no defaulting occurs in that case, and the job's
behavior is different (any completion causes success).
2016-01-22 14:57:51 -08:00
Rudi Chiarito
bc0dd97a70
ECR credential provider
2016-01-22 15:03:25 -05:00
Clayton Coleman
3262d8efd8
GENERATED: all
2016-01-22 13:27:28 -05:00
Zach Loafman
4803b8a984
Merge pull request #18260 from erictune/indexed-job
...
Indexed job
2016-01-22 10:25:30 -08:00
Eric Tune
e532129f85
Merge pull request #19717 from erictune/api-groups-doc
...
Mention some new api groups.
2016-01-22 10:06:39 -08:00
Arsen Mamikonyan
8b5e9e2885
Change repository references to https://github.com/kubernetes/kubernetes
2016-01-22 10:23:14 -05:00
Zach Loafman
a5f4f3b301
Merge pull request #16889 from vishh/disk-accounting
...
Proposal for disk accounting
2016-01-22 06:22:16 -08:00
Eric Tune
3ac015887e
Design doc for Indexed Jobs.
2016-01-22 00:04:47 -08:00
feihujiang
50b6d3819f
Fix a small error comment in nodecondition type
2016-01-22 10:21:16 +08:00
Mike Danese
1fc630caa0
add ip validation to componentconfig command line
2016-01-21 13:33:30 -08:00
Justin Santa Barbara
58191c446c
Allow non-masquerade-cidr to be passed to the kubelet
...
Removing the hard-coding of 10.0.0.0/8
Issue #11204
2016-01-21 15:18:31 -05:00
Alex Mohr
592ec2bb53
Merge pull request #19843 from ihmccreery/ga-features
...
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-21 10:50:47 -08:00
Vishnu kannan
214b85e708
Enable CPU CFS quota by default.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-21 10:33:28 -08:00
Alex Mohr
3a70c14349
Merge pull request #19609 from quinton-hoole/2016-01-13-improve-compute-resources-docs
...
Remove accidental cruft from compute-resources.md document.
2016-01-21 10:32:08 -08:00
Alex Mohr
eaa61a72b0
Merge pull request #17919 from justinsb/multizone_gce
...
Ubernetes Lite support for GCE
2016-01-21 10:22:34 -08:00
k8s-merge-robot
dda29bedd8
Merge pull request #18722 from deads2k/add-sar
...
Auto commit by PR queue bot
2016-01-21 07:06:05 -08:00
Christophe Augello
38e845af02
rename anchor tl;dr to Abstract
2016-01-21 13:19:05 +01:00
Josh Wood
3d83686857
docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd
2016-01-20 23:12:13 -08:00
k8s-merge-robot
4e04a289d8
Merge pull request #19793 from MikeSpreitzer/issue/19221
...
Auto commit by PR queue bot
2016-01-20 18:52:56 -08:00
Josh Wood
54a416fcc1
docs/getting-started/rkt: Add default route to k8s_cluster.conf example
2016-01-20 17:25:50 -08:00
k8s-merge-robot
5b5065c525
Merge pull request #19558 from idvoretskyi/patch-6
...
Auto commit by PR queue bot
2016-01-20 16:26:34 -08:00
Janet Kuo
183b7f4d6d
Add kubectl rollout
2016-01-20 16:17:42 -08:00
Justin Santa Barbara
2958ea253a
GCE: Allow for reuse of master
...
This is for internal use at the moment, for testing Ubernetes Lite, but
arguably makes the code a little cleaner.
Also rename KUBE_SHARE_MASTER -> KUBE_USE_EXISTING_MASTER
2016-01-20 15:37:00 -05:00
deads2k
14396fc464
add subject access review types
2016-01-20 08:24:15 -05:00
k8s-merge-robot
1c861d43ac
Merge pull request #18298 from pmorie/secret-env
...
Auto commit by PR queue bot
2016-01-20 03:55:40 -08:00
Josh Wood
d6d2f6f203
docs/getting-started/rkt: Correct spelling error
2016-01-20 02:10:40 -08:00
Josh Wood
75fcbbf2c6
docs/getting-started/rkt: Improve sans flannel example
2016-01-20 02:06:54 -08:00
k8s-merge-robot
864065be97
Merge pull request #19621 from mikedanese/retrofit-controller-manager
...
Auto commit by PR queue bot
2016-01-19 17:22:42 -08:00
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
k8s-merge-robot
501f770401
Merge pull request #17958 from sils1297/patch-1
...
Auto commit by PR queue bot
2016-01-19 17:15:37 -08:00
k8s-merge-robot
b80ed11cc2
Merge pull request #15998 from cilium-team/updating-vagrant
...
Auto commit by PR queue bot
2016-01-19 17:13:03 -08:00
Isaac Hollander McCreery
2794ee092f
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-19 16:51:18 -08:00
André Martins
0515b4c7c9
Updated Vagrant VMs to Fedora 23
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-01-19 16:52:54 +00:00
Mike Spreitzer
bf671f5723
Fix reference to kubernetes release
...
Replace old repo name with https://github.com/kubernetes/kubernetes .
Update default release to the latest, which is 1.1.4.
2016-01-18 23:54:36 -05:00
Mike Danese
a885d84cc9
leaderelection: retrofit controller-manager with leaderelection client
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-18 14:05:55 -08:00
Paul Morie
394a7bb4d0
Regen for secrets in env
2016-01-18 12:32:32 -05:00
Paul Morie
c548054560
Add ability to consume secrets in env vars
2016-01-18 12:20:51 -05:00
Tim Hockin
1a5bd79dc3
Merge pull request #15353 from tpounds/cleanup-scratch-doc-formatting
...
Minor documentation formatting cleanup.
2016-01-17 23:46:08 -08:00
Josh Wood
bb6bb9f18e
docs/getting-started/rkt/: Add and tune rkt network setup info
...
Add info about rkt CNI networking setup to README.
Supersedes https://github.com/kubernetes/kubernetes/pull/19745 .
2016-01-17 11:57:16 -08:00
k8s-merge-robot
7d02cf6310
Merge pull request #19691 from piosz/doc-cleanup
...
Auto commit by PR queue bot
2016-01-16 19:46:40 -08:00
k8s-merge-robot
d5dde09e10
Merge pull request #19465 from thockin/docs-nit
...
Auto commit by PR queue bot
2016-01-16 13:32:36 -08:00
k8s-merge-robot
f2d273d481
Merge pull request #19128 from resouer/qps-limit
...
Auto commit by PR queue bot
2016-01-16 10:03:00 -08:00
k8s-merge-robot
3816c1798f
Merge pull request #19411 from eparis/boolflag-def-val
...
Auto commit by PR queue bot
2016-01-16 06:23:48 -08:00
k8s-merge-robot
fab5fbde7c
Merge pull request #19507 from mikedanese/kubelet-config
...
Auto commit by PR queue bot
2016-01-15 18:14:53 -08:00
Yifan Gu
e6c4234bd2
docs: Add more info about the networking setup for rkt.
2016-01-15 17:41:53 -08:00
Mike Danese
fe8ae1a28a
autogenerated
2016-01-15 16:05:49 -08:00
Mike Danese
1162cfd3b1
kubelet: move most of kubelet server configuration to a config object.
...
This is part of migrating kubelet configuration to the componentconfig api
group and is preliminary to retrofitting client configuration and
implementing full fledged API group mechinary.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-15 15:31:59 -08:00
k8s-merge-robot
df90bb44d9
Merge pull request #19679 from NanXiao/patch-1
...
Auto commit by PR queue bot
2016-01-15 13:24:43 -08:00
Eric Tune
021cfe8e09
Mention some new api groups.
2016-01-15 12:40:25 -08:00
k8s-merge-robot
21aa683fb5
Merge pull request #18974 from pmorie/config-env
...
Auto commit by PR queue bot
2016-01-15 06:42:56 -08:00
Piotr Szczesniak
04040e72dc
Remove autoscaling.md outdate proposal
2016-01-15 11:06:19 +01:00
Nan Xiao
59df63d8a7
Update mesos.md
...
#18954 should also be merged into master branch.
2016-01-15 10:27:02 +08:00
Mike Danese
9745d1cbf0
Merge pull request #19626 from mikedanese/kubelet-labels
...
kubelet: use ConfigurationMap instead of json
2016-01-14 14:08:53 -08:00
Isaac Hollander McCreery
f6fe6949d5
Merge pull request #19505 from ihmccreery/label-documentation
...
Add documentation for labels
2016-01-14 13:11:31 -08:00
Mike Danese
b3d035e16f
Merge pull request #19278 from philips/minor-edits-to-apiserver-watch-scaling
...
docs: apiserver-watch: minor cleanups
2016-01-14 11:51:48 -08:00
Isaac Hollander McCreery
2d09e07ae6
Add documentation for test labels
2016-01-14 09:54:23 -08:00
Mike Danese
35a3785cf6
kubelet: use ConfigurationMap instead of json
2016-01-14 09:32:42 -08:00
Karl Isenberg
6125f539b6
Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md
...
- Add Godeps/LICENSES.md
- Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date
- Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed
- Exclude verify-godep-licenses in verify-all
- Add verify-godep-licenses to make verify (used by travis)
- Add verify-godep-licenses to shippable
- Update dev docs to mention update-godep-licenses
2016-01-14 09:05:25 -08:00
Paul Morie
17c8c8f9fc
Regenerate for configMap in env
2016-01-14 10:40:56 -05:00
Eric Paris
aad4b4477d
Make "BoolFlag" booleans not require =true
2016-01-14 09:07:00 -05:00
Maciej Szulik
10de4c2d51
ScheduledJob controller proposal
2016-01-14 12:09:24 +01:00
Salvatore Dario Minonne
8b3895def3
To address review feedbacks
2016-01-14 12:08:06 +01:00
Salvatore Dario Minonne
e368636b1d
DAG Workflow with Workflow resource
2016-01-14 12:08:06 +01:00
k8s-merge-robot
2655e1f767
Merge pull request #19361 from tombenner/add_current_context
...
Auto commit by PR queue bot
2016-01-14 01:09:12 -08:00
Mike Spreitzer
d4ab9663c4
Introduce FLANNEL_OTHER_NET_CONFIG
...
.. so allow configuration of other fields in, usually,
/coreos.com/network/config in etcd.
Fixes #19618
2016-01-14 01:27:13 -05:00
k8s-merge-robot
c059dfdb9b
Merge pull request #18712 from pmorie/config-kubectl
...
Auto commit by PR queue bot
2016-01-13 13:51:29 -08:00
Quinton Hoole
8c5edb6771
Remove accidental cruft from compute-resources.md document.
2016-01-13 11:52:01 -08:00
k8s-merge-robot
905d6b63b5
Merge pull request #19121 from gtaylor/patch-4
...
Auto commit by PR queue bot
2016-01-13 10:28:10 -08:00
harry
080cb60dab
Fix duplicated rate limit in scheduler
...
Remove BindingRateLimiterSaturation metrics
Update generated doc
2016-01-13 20:51:55 +08:00
k8s-merge-robot
32e4696ea5
Merge pull request #18404 from janetkuo/kubectl-for-deployment
...
Auto commit by PR queue bot
2016-01-12 22:59:13 -08:00
k8s-merge-robot
c475b4ee35
Merge pull request #18611 from timstclair/allocatable-impl2
...
Auto commit by PR queue bot
2016-01-12 22:48:12 -08:00
Mike Danese
f71657d9a6
retrofit the scheduler with the leader election client.
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 21:37:03 -08:00
Tim St. Clair
e2ffd007f7
Implement node Allocatable
...
Add `kube-reserved` and `system-reserved` flags for configuration
reserved resources for usage outside of kubernetes pods. Allocatable is
provided by the Kubelet according to the formula:
```
Allocatable = Capacity - KubeReserved - SystemReserved
```
Also provides a method for estimating a reasonable default for
`KubeReserved`, but the current implementation probably is low and needs
more tuning.
2016-01-12 17:00:43 -08:00
Janet Kuo
c492462f90
Address comments; more details about deployment versions
2016-01-12 16:26:04 -08:00
Janet Kuo
f6f0d183e0
Address comments
2016-01-12 16:26:04 -08:00
Janet Kuo
1c606b6532
Proposal for deploy in kubectl
2016-01-12 16:26:04 -08:00
Mike Danese
bf763bba95
Merge pull request #19498 from pwittrock/nodelabels
...
Node labels: Remove node-labels-file command line option. Change --n…
2016-01-12 15:12:57 -08:00
Greg Taylor
bed707a5e2
Alphabetize user contributed libraries list.
2016-01-12 14:20:33 -08:00
Phillip Wittrock
f1c8384ff4
Node labels: Remove node-labels-file command line option. Change --node-label format from key=value to key:value to be consitent with how the header key:value is specified on command line.
2016-01-12 12:57:12 -08:00
Ihor Dvoretskyi
96d0945dcc
Libvirt starting commands
...
Libvirt starting commands for systemd and init.d added.
2016-01-12 21:35:25 +02:00
Daniel Smith
a4442c916f
Merge pull request #19324 from sdminonne/bug_fix
...
to fix comment for apis.extensions.JobCondition
2016-01-12 10:42:24 -08:00
Yu-Ju Hong
b8b532b974
Proposal: add pod lifecycle event generator for kubelet
2016-01-12 10:16:39 -08:00
k8s-merge-robot
c255181509
Merge pull request #18248 from resouer/images-dev
...
Auto commit by PR queue bot
2016-01-11 23:53:43 -08:00
Tom Benner
52739bc82b
Add kubectl config current-context
2016-01-11 21:54:24 -08:00
k8s-merge-robot
d246ed00fa
Merge pull request #18894 from luxas/update_master_multi
...
Auto commit by PR queue bot
2016-01-11 20:38:41 -08:00
k8s-merge-robot
c4d46adc5e
Merge pull request #19352 from roberthbailey/large-cluster
...
Auto commit by PR queue bot
2016-01-11 20:22:55 -08:00
Lucas Käldström
7d497441b3
Update docker-multinode instructions and version. Also run kube-proxy in a pod in the docker-multnode manifest
2016-01-11 16:45:56 +02:00
Salvatore Dario Minonne
172d7ee32c
to fix comment for apis.extensions.JobCondition
2016-01-11 11:07:50 +01:00
k8s-merge-robot
0b750fb0be
Merge pull request #19281 from erictune/image-doc-fix-1
...
Auto commit by PR queue bot
2016-01-11 01:24:08 -08:00
Tim Hockin
5002b784f9
Clarify --external-ip in kubectl expose docs
...
Also fix a couple minor punctuation issues.
2016-01-10 23:29:57 -08:00
k8s-merge-robot
ce9b117a19
Merge pull request #16698 from mml/issue3885
...
Auto commit by PR queue bot
2016-01-09 13:38:41 -08:00
Vishnu kannan
0b430379d8
Proposal for disk accounting.
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-01-08 15:07:56 -08:00
k8s-merge-robot
37b5726716
Merge pull request #14431 from Defensative/UDP-LB
...
Auto commit by PR queue bot
2016-01-08 12:39:02 -08:00
Eric Tune
1317024f9e
Update image docs to mention AlwaysPullImages
2016-01-08 07:40:25 -08:00
k8s-merge-robot
cb80be10f7
Merge pull request #19257 from justinsb/doc_ubernetes_lite
...
Auto commit by PR queue bot
2016-01-08 05:23:47 -08:00
harry
3a9de6ee56
Updated generated code and docs
2016-01-08 17:13:02 +08:00
k8s-merge-robot
a8d372e78d
Merge pull request #19205 from mikedanese/move-locally
...
Auto commit by PR queue bot
2016-01-07 12:11:44 -08:00
k8s-merge-robot
0fb1a93944
Merge pull request #19353 from roberthbailey/admin-readme
...
Auto commit by PR queue bot
2016-01-07 11:57:42 -08:00
k8s-merge-robot
35e203b124
Merge pull request #19321 from wanghaoran1988/fixwronglinkx
...
Auto commit by PR queue bot
2016-01-07 11:56:55 -08:00
Matt Liggett
c6e9ad066e
Initial node drain implementation for #3885 .
...
It cordons (marks unschedulable) the given node, and then deletes every
pod on it, optionally using a grace period. It will not delete pods
managed by neither a ReplicationController nor a DaemonSet without the
use of --force.
Also add cordon/uncordon, which just toggle node schedulability.
2016-01-06 17:28:18 -08:00
Tim St. Clair
846c642aef
Add node performance measuring guide
...
Add a development guide for measuring performance of node components.
The purpose of this guide is threefold:
1. Document the nuances of measuring kubelet performance so we don't
forget or need to reinvent the wheel.
2. Make it easier for new contributors to analyze performance.
3. Share tips and tricks that current team members might not be aware
of.
2016-01-06 15:19:05 -08:00
Robert Bailey
603b15388d
Clean up the admin table of contents.
2016-01-06 15:12:48 -08:00
Robert Bailey
abf9d227fd
Update the large cluster parameters to reflect the 1.1 release.
2016-01-06 14:54:15 -08:00
Paul Morie
adc04924a0
Regenerate for ConfigMap in master/kubectl
2016-01-06 09:28:08 -05:00
Paul Morie
9c18067e60
Add kubectl support for ConfigMap
2016-01-06 09:03:39 -05:00
Haoran Wang
fde5af232b
fix wrong submit-queue.go link
2016-01-06 13:09:53 +08:00
k8s-merge-robot
66d3cbf889
Merge pull request #16900 from madhusudancs/avoid-kubelet-oscillation
...
Auto commit by PR queue bot
2016-01-05 17:14:13 -08:00
Kenneth Shelton
9e6c45c395
Updated comments
...
Updated documentation
Fixed e2e test
2016-01-05 20:51:21 +00:00
Mike Danese
af392926e5
docs: move local getting started guide to docs/devel/
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-05 10:28:35 -08:00
k8s-merge-robot
f45f00cccd
Merge pull request #19276 from Sha01in/master
...
Auto commit by PR queue bot
2016-01-05 09:48:03 -08:00
Justin Santa Barbara
0f8d6aee96
Design doc for Ubernetes Lite
...
Documentation of the Ubernetes-Lite idea and the main design & implementation
points.
2016-01-05 12:01:50 -05:00
gmarek
9eb776d2c0
Fix generated docs
2016-01-05 14:43:29 +01:00
Marcin Wielgus
d6ab35a088
Merge pull request #18287 from fgrzadkowski/cluster_deployment
...
Add a proposal for simpler cluster deployment
2016-01-05 12:31:13 +01:00
k8s-merge-robot
071fd28442
Merge pull request #19272 from cmluciano/cmluciano-cml/dockermachine
...
Auto commit by PR queue bot
2016-01-04 19:06:35 -08:00
Sergey Tiraspolsky
f91828899f
Add zone back in to cluster management doc
...
Addressing PR comments
2016-01-04 17:56:41 -08:00
Sergey Tiraspolsky
ef4359ab7e
Fix cluster management doc
...
Update cluster management doc with correct command to resize cluster
2016-01-04 17:08:50 -08:00
k8s-merge-robot
6bb728f1b8
Merge pull request #19236 from doriordan/doriordan-scala-client
...
Auto commit by PR queue bot
2016-01-04 14:43:28 -08:00
k8s-merge-robot
236683fe29
Merge pull request #18357 from gmarek/expose-master-components
...
Auto commit by PR queue bot
2016-01-04 14:32:17 -08:00
Nikhil Jindal
ad68688a52
Merge pull request #18864 from nikhiljindal/updateCPDoc
...
Adding instructions to run versionize-docs in cherrypick doc
2016-01-04 14:30:45 -08:00
Madhusudan.C.S
059c2aa799
Mitigate node out of disk status oscillation by delaying it.
...
Implement a flag that defines the frequency at which a node's out of
disk condition can change its status. Use this flag to suspend out of
disk status changes in the time period specified by the flag, after
the status is changed once.
Set the flag to 0 in e2e tests so that we can predictably test out of
disk node condition.
Also, use util.Clock interface for all time related functionality in
the kubelet. Calling time functions in unversioned package or time
package such as unversioned.Now() or time.Now() makes it really hard
to test such code. It also makes the tests flaky and sometimes
unnecessarily slow due to time.Sleep() calls used to simulate the
time elapsed. So use util.Clock interface instead which can be faked
in the tests.
2016-01-04 12:23:38 -08:00
Christopher M. Luciano
2af2e72659
Replace boot2docker references with docker-machine
2016-01-04 10:51:38 -05:00
Ravi Sankar Penta
a9b0696166
Update auto generated docs for kubelet
...
Add node-ip flag to know-flags.txt
2016-01-03 10:18:58 -08:00
David O'Riordan
eef05d8bd2
Add Scala to client library list
2016-01-03 14:37:15 +00:00
k8s-merge-robot
4f65f68a12
Merge pull request #19182 from thockin/kube-proxy-conntrack-max
...
Auto commit by PR queue bot
2016-01-02 02:36:18 -08:00
Justin Santa Barbara
f9a6ac077e
Ubernetes Lite: Volumes can dictate zone scheduling
...
For AWS EBS, a volume can only be attached to a node in the same AZ.
The scheduler must therefore detect if a volume is being attached to a
pod, and ensure that the pod is scheduled on a node in the same AZ as
the volume.
So that the scheduler need not query the cloud provider every time, and
to support decoupled operation (e.g. bare metal) we tag the volume with
our placement labels. This is done automatically by means of an
admission controller on AWS when a PersistentVolume is created backed by
an EBS volume.
Support for tagging GCE PVs will follow.
Pods that specify a volume directly (i.e. without using a
PersistentVolumeClaim) will not currently be scheduled correctly (i.e.
they will be scheduled without zone-awareness).
2015-12-31 12:27:01 -05:00
Tim Hockin
da0ac31182
Set conntrack params in kube-proxy
...
Add flags to control max connections (set to 256k vs 64k default) and TCP
established timeout (set to 1 day vs 5 day default). Flags can be set to 0 to
mean "don't change it".
This is only set at startup, and not wrapped in a rectifier loop.
Tested manually.
2015-12-30 15:46:40 -08:00
Thibault Serot
b2732f792b
Enabling DNS support in local-up-cluster.sh
2015-12-30 23:48:00 +01:00
k8s-merge-robot
356487c951
Merge pull request #18101 from brendandburns/kubectl6
...
Auto commit by PR queue bot
2015-12-29 12:43:42 -08:00
k8s-merge-robot
fec5206f1a
Merge pull request #13840 from nelcy/master
...
Auto commit by PR queue bot
2015-12-28 23:55:32 -08:00
k8s-merge-robot
d5b936d699
Merge pull request #19074 from yifan-gu/rkt_doc
...
Auto commit by PR queue bot
2015-12-28 13:17:18 -08:00
Brandon Philips
dc8d8371aa
docs: apiserver-watch: minor cleanups
...
Reading through this doc I found a few grammar things to fix.
2015-12-26 10:19:03 -08:00
k8s-merge-robot
500493a3ac
Merge pull request #18925 from caesarxuchao/refactor-registration
...
Auto commit by PR queue bot
2015-12-24 15:19:36 -08:00
k8s-merge-robot
e340cce2ed
Merge pull request #15423 from hurf/convert_cleanup
...
Auto commit by PR queue bot
2015-12-24 00:34:37 -08:00
Chao Xu
2b5b708b70
Refactor the API registration and installation
2015-12-23 22:44:25 -08:00
k8s-merge-robot
e185b1028a
Merge pull request #18909 from ncdc/force-image-pulls-admission
...
Auto commit by PR queue bot
2015-12-23 14:53:31 -08:00
Chakravarthy Nelluri
fa76de79e5
Add support for flex volume. Flex volume adds support for thirdparty(vendor)
...
volumes and custom mounts.
2015-12-23 14:11:38 -08:00
Yifan Gu
0baf4ba188
docs/rkt: Update the docs to reflect the requirement of rkt api service.
2015-12-23 13:58:03 -08:00
k8s-merge-robot
68cb50e7e4
Merge pull request #18983 from davidxia/fix-doc-typo
...
Auto commit by PR queue bot
2015-12-23 03:29:07 -08:00
gmarek
a4202cbee9
Scheduler and ControllerManager listens on 0.0.0.0
2015-12-23 08:33:25 +01:00
hurf
763edd3011
Clean up standalone conversion tool
...
Remove kube-version-change for all its functionalities are covered
by kubectl convert command. Also changed the related docs.
2015-12-23 10:31:08 +08:00
Brendan Burns
4123a61df7
Add the client side bits of kubectl export
2015-12-22 10:41:59 -08:00
Brendan Burns
4ca66d2aef
Merge pull request #18047 from caesarxuchao/munger-tag-new
...
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Andy Goldstein
f175a22443
Add admission controller to force image pulls
...
Add an admission controller that forces every container's image pull policy to
Always when a pod is created.
2015-12-22 10:32:40 -05:00
Ed Costello
f968c593e3
Copy edits for typos
2015-12-22 09:30:48 -05:00
Filip Grzadkowski
9398ade219
Add proposal for simpler cluster deployment
2015-12-22 11:30:26 +01:00
HaiyangDING
d9f3607292
Implement multi-scheduler:
...
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"
update gofmt
update according to @david's review
run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
David Xia
ac80a09e24
Fix typo in user guide docs
2015-12-21 15:36:41 -05:00
k8s-merge-robot
c59fad149b
Merge pull request #18941 from smarterclayton/document_typed_ints
...
Auto commit by PR queue bot
2015-12-21 12:16:47 -08:00
Chao Xu
2b2f285777
run hack/update-generated-docs.sh
2015-12-21 10:41:30 -08:00
Clayton Coleman
13ee817310
Document lowercase filenames
2015-12-20 14:38:34 -05:00
Clayton Coleman
a79dc07e07
Document that int32 and int64 must be used in external types
2015-12-20 14:36:34 -05:00
k8s-merge-robot
7a8b9e64bd
Merge pull request #18932 from luxas/dns_docker_guide
...
Auto commit by PR queue bot
2015-12-20 08:29:16 -08:00
k8s-merge-robot
2eea4c0e8f
Merge pull request #18819 from wojtek-t/flag_gate_second_etcd
...
Auto commit by PR queue bot
2015-12-20 00:36:58 -08:00
k8s-merge-robot
1562d84c96
Merge pull request #18628 from mikedanese/expose-master-count
...
Auto commit by PR queue bot
2015-12-19 12:42:05 -08:00
k8s-merge-robot
1bd7f72070
Merge pull request #18764 from quinton-hoole/2015-12-16-issue-priority-definitions
...
Auto commit by PR queue bot
2015-12-19 10:51:03 -08:00
Lucas Käldström
6ab098ec56
Add the default dns options to kubelet when running inside docker and document it
2015-12-19 17:36:36 +02:00
k8s-merge-robot
3c3a24e1d4
Merge pull request #18694 from thockin/airplane_validation_pt7
...
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
k8s-merge-robot
9e8233fc3c
Merge pull request #17398 from janetkuo/deployment-controller-informer
...
Auto commit by PR queue bot
2015-12-18 19:13:32 -08:00
k8s-merge-robot
977854b8de
Merge pull request #17983 from nikhiljindal/updateDocsDoc
...
Auto commit by PR queue bot
2015-12-18 15:40:43 -08:00
nikhiljindal
1560696108
Add instructions to run versionize-docs in cherrypick doc
2015-12-18 15:14:57 -08:00
nikhiljindal
37d09ca717
Adding a doc to explain the process of updating release docs
2015-12-18 14:29:51 -08:00
Mike Danese
a09d85bd83
expose master count configuration in a cli option on apiserver
2015-12-18 13:10:41 -08:00
k8s-merge-robot
3700036f95
Merge pull request #18847 from caesarxuchao/release-doc
...
Auto commit by PR queue bot
2015-12-18 10:38:25 -08:00
k8s-merge-robot
ae2fbc6daf
Merge pull request #18777 from erictune/image-doc-fix
...
Auto commit by PR queue bot
2015-12-18 10:37:19 -08:00
k8s-merge-robot
60c26c850f
Merge pull request #18184 from amygdala/docs
...
Auto commit by PR queue bot
2015-12-18 10:34:44 -08:00
Tim Hockin
43ed74748e
Clean up and document validation strings
...
Also add a detail string for Required and Forbidden. Fix tests.
2015-12-18 09:40:50 -08:00
Wojciech Tyczynski
0209792f7b
Update docs about etcd for events
2015-12-18 12:11:42 +01:00
Janet Kuo
32d153093e
Fix deployment tests failures; change ResyncPeriod
2015-12-17 19:29:54 -08:00
Eric Tune
33f1d73967
Update image docs to use .docker/config.json
...
Documents changes in #12717
2015-12-17 17:28:07 -08:00
Eric Tune
9afe694d73
Revert whitespace changes introduced by #17940 .
...
This whitespace different is thought to be breaking
the build.
The differences in white space are hypothesized to happen
because trailing whitespace is chomped by some people's
editors but not others.
The trailing whitespace is enough of a difference to make
hack/verify-api-references-docs.sh think that the
docs are not different.
I think this is not caught by presubmits because different
versions of diff are doing different things with trailing
whitespace, even though `-Bw` flags are passed.
2015-12-17 16:10:55 -08:00
Eric Tune
1752cf22d4
Merge pull request #17940 from soltysh/job_deadline
...
Added ActiveDeadlineSeconds to jobs
2015-12-17 13:11:13 -08:00
Chao Xu
fcca71f7d8
add the required changes in master to devel/releasing.md
2015-12-17 11:36:50 -08:00
k8s-merge-robot
9b03cffc7f
Merge pull request #18526 from deads2k/gv-status
...
Auto commit by PR queue bot
2015-12-17 07:48:25 -08:00
k8s-merge-robot
548cfbf058
Merge pull request #18358 from gmarek/use-proxy
...
Auto commit by PR queue bot
2015-12-17 06:37:55 -08:00
Maciej Szulik
327c104460
Added ActiveDeadlineSeconds to jobs, allowing failing a job after
...
exceeding allowed time.
2015-12-17 15:26:42 +01:00
deads2k
9fda7f1812
update StatusDetails to handle Groups
2015-12-17 09:14:12 -05:00
k8s-merge-robot
46c2df3e05
Merge pull request #17483 from brendandburns/kubectl5
...
Auto commit by PR queue bot
2015-12-16 21:57:33 -08:00
k8s-merge-robot
8ceb947b63
Merge pull request #18346 from soltysh/issue17363
...
Auto commit by PR queue bot
2015-12-16 21:25:52 -08:00
k8s-merge-robot
ae9c61b943
Merge pull request #17915 from justinsb/multizone_spread_rcs
...
Auto commit by PR queue bot
2015-12-16 19:04:07 -08:00
Brendan Burns
2efcccf981
Add a server side export facility
2015-12-16 15:01:13 -08:00
nikhiljindal
2d952aaa87
Extracting APIServer machinery code into a library
2015-12-16 13:54:23 -08:00
Tim St. Clair
8fdd321dc1
Add Allocatable
to NodeStatus
...
Adds `Allocatable` to `NodeStatus`, as described in
[17201](https://github.com/kubernetes/kubernetes/pull/17201 )
2015-12-16 11:01:15 -08:00
Quinton Hoole
92aac4a640
Moved to existing documentation about issue priorities.
2015-12-16 10:39:02 -08:00
Quinton Hoole
7da6a54088
Addressed thockin's comments.
2015-12-16 09:47:12 -08:00
Quinton Hoole
86a63df684
Tidy up definitions of issue priority labels.
2015-12-16 08:59:49 -08:00
Quinton Hoole
12d1f2344f
Formalize the meanings of issue priority labels.
2015-12-16 08:45:08 -08:00
k8s-merge-robot
5a579a2555
Merge pull request #16028 from derekwaynecarr/make_cmd
...
Auto commit by PR queue bot
2015-12-16 08:41:59 -08:00
Amy Unruh
b1f99ecdbf
config best practices doc edits
2015-12-16 07:35:31 -08:00
k8s-merge-robot
6716290903
Merge pull request #18388 from nikhiljindal/clusterName
...
Auto commit by PR queue bot
2015-12-16 03:50:11 -08:00
k8s-merge-robot
0be54ae771
Merge pull request #18507 from feihujiang/supportRemoveFlagForKubectlRun
...
Auto commit by PR queue bot
2015-12-16 01:19:26 -08:00
k8s-merge-robot
9033311475
Merge pull request #18598 from ihmccreery/release-mark-stable
...
Auto commit by PR queue bot
2015-12-16 00:09:12 -08:00
Isaac Hollander McCreery
4ea8a92777
Mark a release as stable when we announce it, and stop using cherry_pick_list.sh
2015-12-15 16:37:00 -08:00
k8s-merge-robot
d62318e1e8
Merge pull request #17555 from pmorie/volume-attributes
...
Auto commit by PR queue bot
2015-12-15 16:33:13 -08:00
Minhan Xia
2c9ffc1b45
Merge pull request #18448 from freehan/eslogging
...
add validation for fluentd pods
2015-12-15 13:25:21 -08:00
k8s-merge-robot
99c8879ef4
Merge pull request #18330 from resouer/my-dev
...
Auto commit by PR queue bot
2015-12-15 05:39:13 -08:00
Filip Grzadkowski
7256b832ff
Fix table of contents in docker.md
2015-12-15 11:15:26 +01:00
Tim Hockin
743d6fc133
api-conventions: Namespace is label, not subdomain
2015-12-14 20:38:34 -08:00
Minhan Xia
f0c176dd6a
add validation for fluentd pods
2015-12-14 16:23:11 -08:00
k8s-merge-robot
e72e819395
Merge pull request #18090 from thockin/go-versions
...
Auto commit by PR queue bot
2015-12-14 14:47:59 -08:00
k8s-merge-robot
29bc5a3639
Merge pull request #18673 from pmorie/api-changes
...
Auto commit by PR queue bot
2015-12-14 13:58:28 -08:00
k8s-merge-robot
03d9f1b85a
Merge pull request #18561 from ZJU-SEL/configurable-config-file
...
Auto commit by PR queue bot
2015-12-14 13:56:54 -08:00
k8s-merge-robot
166ae2350d
Merge pull request #18521 from pmorie/internalize-ownership
...
Auto commit by PR queue bot
2015-12-14 13:56:10 -08:00
k8s-merge-robot
a702364470
Merge pull request #18351 from fgrzadkowski/simple_single_node
...
Auto commit by PR queue bot
2015-12-14 13:54:26 -08:00
Paul Morie
90df71e5a5
Add note about type comments to API changes doc
2015-12-14 15:03:21 -05:00
Paul Morie
e757fac2f5
Regenerate for volume info changes
2015-12-14 14:19:51 -05:00
derekwaynecarr
5e0948586c
Add kubectl create [SUBCOMMAND] pattern
2015-12-14 13:43:45 -05:00
Paul Morie
33cd5338a4
Proposal: internalize ownership management of volumes into plugins
2015-12-14 12:38:44 -05:00
gmarek
4852ca23ef
Make getSchedulingLatency use master proxy
2015-12-14 16:08:34 +01:00
k8s-merge-robot
0fba3e43d1
Merge pull request #18020 from gmarek/doc
...
Auto commit by PR queue bot
2015-12-14 02:28:03 -08:00
feihujiang
9ab06cfa62
Support remove flag for kubectl run command
2015-12-14 16:16:43 +08:00
Justin Santa Barbara
541ff002c0
Zone scheduler: Update scheduler docs
...
There's not a huge amount of detail in the docs as to how the scheduler
actually works, which is probably a good thing both for readability and
because it makes it easier to tweak the zone-spreading approach in the
future, but we should include some information that we do spread across
zones if zone information is present on the nodes.
2015-12-13 20:34:01 -05:00
nikhiljindal
724b098855
Deleting unused master.ClusterName param
2015-12-11 13:39:19 -08:00
Jeff Lowdermilk
f6686ba3a4
Merge pull request #18290 from wojtek-t/fast_namespace_deletion
...
Support collection deletion in apiserver.
2015-12-11 13:34:56 -08:00
Jeff Lowdermilk
c103825ef4
Merge pull request #14537 from markturansky/pv_provisioner
...
PersistentVolume Provisioner Controller
2015-12-11 13:09:33 -08:00
Jeff Lowdermilk
e53acfe19c
Merge pull request #17111 from munnerz/multi-rolling-update
...
Allow rolling-update of a single container in multi-container pods
2015-12-11 13:08:13 -08:00
markturansky
4fc1bf1f23
Added PersistentVolumeController
2015-12-11 10:33:30 -05:00
k8s-merge-robot
d3243b8778
Merge pull request #18383 from timothysc/tools_removal
...
Auto commit by PR queue bot
2015-12-11 07:17:14 -08:00
Filip Grzadkowski
f2d56c4198
Simplify local docker setup.
2015-12-11 15:53:44 +01:00
gmarek
bb82299f98
Add a proposal for monitoring cluster performance
2015-12-11 14:49:24 +01:00
k8s-merge-robot
abf9a90030
Merge pull request #17848 from sdminonne/libvirt_service_account
...
Auto commit by PR queue bot
2015-12-11 00:59:23 -08:00
He Simei
1571edfb94
propagate config file
2015-12-11 16:50:05 +08:00
k8s-merge-robot
4a22f2f5f5
Merge pull request #18177 from eosrei/1111-doc-machine-names
...
Auto commit by PR queue bot
2015-12-10 21:42:08 -08:00
k8s-merge-robot
dc88f183e9
Merge pull request #17777 from fgrzadkowski/release_docs
...
Auto commit by PR queue bot
2015-12-10 21:39:31 -08:00
Eric Tune
319ebc40ba
Document several patterns for using Job.
2015-12-10 15:54:23 -08:00
Tim Hockin
0df07424e7
Make go version requirements clearer
2015-12-10 12:09:25 -08:00
k8s-merge-robot
7e4084c9cd
Merge pull request #18510 from fgrzadkowski/docker_macosx
...
Auto commit by PR queue bot
2015-12-10 11:18:06 -08:00
k8s-merge-robot
c26a76d0ba
Merge pull request #18430 from fgrzadkowski/simpler_prerequisites
...
Auto commit by PR queue bot
2015-12-10 11:16:52 -08:00
k8s-merge-robot
0f399211f7
Merge pull request #18258 from antoineco/ec2
...
Auto commit by PR queue bot
2015-12-10 11:14:49 -08:00
k8s-merge-robot
2a5e83ad70
Merge pull request #17924 from xinxiaogang/master
...
Auto commit by PR queue bot
2015-12-10 11:14:10 -08:00
Filip Grzadkowski
ee9a779d0c
Update documents for release process
2015-12-10 19:28:40 +01:00
k8s-merge-robot
06c8b3443b
Merge pull request #18271 from tmrts/rename/githash
...
Auto commit by PR queue bot
2015-12-10 09:28:36 -08:00
Maciej Szulik
34c72552a5
Updated kubectl help info with resource names
2015-12-10 16:04:44 +01:00
Filip Grzadkowski
3a311ec030
Add additional comment for mac users for getting started guide
2015-12-10 15:38:55 +01:00
Wojciech Tyczynski
f28bb68d8c
Support collection deletion in apiserver.
2015-12-10 09:46:25 +01:00
Filip Grzadkowski
b17c1cb423
Remove some prerequisites from single node docker cluster setup instructions.
2015-12-10 09:04:31 +01:00
k8s-merge-robot
13681360c3
Merge pull request #18433 from fgrzadkowski/docker_macosx
...
Auto commit by PR queue bot
2015-12-09 21:46:11 -08:00
k8s-merge-robot
15a20bd96a
Merge pull request #18421 from zhengguoyong/small_typo
...
Auto commit by PR queue bot
2015-12-09 21:46:01 -08:00
k8s-merge-robot
c6cb9d7201
Merge pull request #18419 from thockin/pod-doc
...
Auto commit by PR queue bot
2015-12-09 21:45:58 -08:00
Tim Hockin
d8c42b0654
Tidy up Pod docs a bit
2015-12-09 15:23:01 -08:00
k8s-merge-robot
5f7019ab9d
Merge pull request #16877 from anish/iscsi_iface
...
Auto commit by PR queue bot
2015-12-09 11:52:37 -08:00
k8s-merge-robot
598e3b0c17
Merge pull request #15730 from lavalamp/client-doc
...
Auto commit by PR queue bot
2015-12-09 09:12:52 -08:00
Timothy St. Clair
413d8d18fe
Futher storage isolation and removal of the tools interface.
2015-12-09 11:04:14 -06:00
Filip Grzadkowski
e3a2f0ed22
Change instruction for Mac OS X users running local docker cluster.
2015-12-09 14:32:47 +01:00
k8s-merge-robot
78c31b6769
Merge pull request #17806 from ihmccreery/9-month-versioning
...
Auto commit by PR queue bot
2015-12-09 03:51:36 -08:00
zhengguoyong
360e8de81a
Fix small typo
2015-12-09 16:35:48 +08:00
Federico Gimenez
24e866150b
Added missing dependency to juju's gettig started doc
2015-12-09 09:32:49 +01:00
Daniel Smith
dc5e1ea98f
Create client package proposal
2015-12-08 21:15:24 -08:00
k8s-merge-robot
d71e838d91
Merge pull request #17760 from gmarek/kubelet-port-salt
...
Auto commit by PR queue bot
2015-12-08 21:14:10 -08:00
Harry Zhang
39542acbd3
modify node name
2015-12-09 10:16:34 +08:00
Anish Bhatt
6e46fa1fd4
Add support for open-iscsi transports.
...
This enables use of software or hardware transports viz. be2iscsi,
bnx2i, cxgb3i, cxgb4i, qla4xx, iser and ocs. The default transport
(tcp) happens to be called "default".
Use of non-default transports changes the disk path to the following format:
/dev/disk/by-path/pci-<pci_id>-ip-<portal>-iscsi-<iqn>-lun-<lun_id>
2015-12-08 17:28:06 -08:00
k8s-merge-robot
be0d55ca52
Merge pull request #18313 from thockin/bump-flannel-ver
...
Auto commit by PR queue bot
2015-12-08 14:40:40 -08:00
Tim St. Clair
54a6da979c
Node Allocatable resources proposal
2015-12-07 16:43:15 -08:00
k8s-merge-robot
929ab32865
Merge pull request #18181 from mesosphere/guide-spacing
...
Auto commit by PR queue bot
2015-12-07 16:00:21 -08:00
k8s-merge-robot
94752c12a8
Merge pull request #18128 from ZJU-SEL/fix-typo
...
Auto commit by PR queue bot
2015-12-07 15:59:08 -08:00
Tamer Tas
e5100279db
Rename githash to build_version and version to release_version
2015-12-08 01:21:20 +02:00
Tim Hockin
8ba250e149
Bump flannel to 0.5.5 in instructions
2015-12-07 14:20:30 -08:00
Salvatore Dario Minonne
ea1c97c717
adding service account to libvirt
2015-12-07 14:33:12 +01:00
k8s-merge-robot
128a49e75e
Merge pull request #18267 from huangyuqi/fix-typo-error
...
Auto commit by PR queue bot
2015-12-07 02:06:03 -08:00
gmarek
4060eba626
Use KubeletPort from API object, salt changes, take 2
...
This reverts commit a7425bf070
, reversing
changes made to 4a9b0fc715
.
2015-12-07 10:31:11 +01:00
yuqi huang
dcd7fc2eef
fix typo error
...
fix typo error of file link
2015-12-07 11:49:30 +08:00
k8s-merge-robot
810181fb7b
Merge pull request #17278 from ZJU-SEL/fix-nil-tag
...
Auto commit by PR queue bot
2015-12-06 12:52:39 -08:00
k8s-merge-robot
db11f1b6c6
Merge pull request #17133 from derekwaynecarr/quota_controller_improvements
...
Auto commit by PR queue bot
2015-12-06 12:24:00 -08:00
Antoine Cotten
926148c5ee
Add warning about AWS EC2 't2' instance type
2015-12-06 19:56:13 +01:00
k8s-merge-robot
e2679abdb8
Merge pull request #18011 from sdminonne/podSelector_labelSelector
...
Auto commit by PR queue bot
2015-12-05 13:56:04 -08:00
k8s-merge-robot
f481ec3b32
Merge pull request #18217 from tmrts/rename/configdata
...
Auto commit by PR queue bot
2015-12-05 13:45:29 -08:00
k8s-merge-robot
17a6e28d72
Merge pull request #17494 from kikov79/master
...
Auto commit by PR queue bot
2015-12-05 05:46:22 -08:00
k8s-merge-robot
ee8598fd91
Merge pull request #17137 from janetkuo/deployment-minreadysec
...
Auto commit by PR queue bot
2015-12-05 01:37:35 -08:00
Janet Kuo
8fb0caa15b
Implement MinReadySeconds for Deployment
2015-12-04 12:58:34 -08:00
Jon Eisen
b5ad36e078
Add new clojure api bindings library
...
https://github.com/yanatan16/clj-kubernetes-api
2015-12-04 13:47:30 -07:00
James Munnelly
61306c2a0f
Allow rolling-update of a single container in multi-container pods
...
Accept codec as parameter to CreateNewControllerFromCurrentController function. Add tests for performing a rolling update on a container in a multi-container pod.
2015-12-04 18:38:55 +00:00
Tamer Tas
fbd572dd53
Rename config_data.md to configmap.md
2015-12-04 18:17:01 +02:00
Tamer Tas
f8c952954d
Rename ConfigData proposal to ConfigMap
2015-12-04 18:16:01 +02:00
Salvatore Dario Minonne
80575c3093
renaming PodSelector to LabelSelector
2015-12-04 09:49:08 +01:00
Brad Erickson
ac5726a12f
Minion->Node rename: docs/ machine names only, except gce/aws
2015-12-03 23:34:50 -08:00
He Simei
387d861d4e
deprecate confusing flag usage
2015-12-04 09:09:23 +08:00
Karl Isenberg
c3c7c81b33
Guide style update
...
- Don't indent top-level lists
- Use 2 space list item indentation, unless using multi-line items, then use 4 space indents
- Use underline for page title
- Auto-generate table of contents
- Start with lvl 2 headers (lvl 1 headers look too much like the page title)
2015-12-03 16:15:07 -08:00
k8s-merge-robot
163b521250
Merge pull request #17024 from eosrei/vagrant-node-rename
...
Auto commit by PR queue bot
2015-12-03 14:41:28 -08:00
derekwaynecarr
55d4f70f8e
Resource quota observes deletes faster
2015-12-03 17:35:05 -05:00
k8s-merge-robot
611770778f
Merge pull request #16148 from liggitt/mkulke-fix_kubectl_for_namespaced_users
...
Auto commit by PR queue bot
2015-12-03 11:32:08 -08:00
deads2k
17d3db1cb3
enhance pluggable policy
2015-12-03 13:54:45 -05:00
Jordan Liggitt
2321651518
Add non-resource and API group support to ABAC authorizer, version ABAC policy rules
2015-12-03 12:31:13 -05:00
k8s-merge-robot
972abe6881
Merge pull request #18061 from a-robinson/typos
...
Auto commit by PR queue bot
2015-12-03 05:03:27 -08:00
Jerzy Szczepkowski
eb9a2c51d4
Design proposal for custom metrics.
...
Design proposal for custom metrics.
2015-12-03 10:50:43 +01:00
Marek Grabowski
2d4e02b45c
Merge pull request #18026 from erictune/cheatsheet
...
Revert the revert of kubernetes/kubernetes#15674
2015-12-03 09:59:10 +01:00
Marek Grabowski
80415f29f7
Merge pull request #18053 from amygdala/docs
...
Polishing the Deployment doc
2015-12-03 09:25:21 +01:00
Xin
128ce59bf1
Issue# 17860 Correct expression of nodecontroller for sync loop in node.html
...
1. Remove "creates" from the sentence
2. Add general explaination for nodecontaoller
https://github.com/kubernetes/kubernetes/issues/17860
2015-12-03 09:20:26 +08:00
Nikhil Jindal
2fcf157512
Merge pull request #17990 from nikhiljindal/updateGoRestful
...
Updating go restful
2015-12-02 15:59:27 -08:00
Brad Erickson
88e6cac544
Minion->Name rename: cluster/vagrant, docs and Vagrantfile
2015-12-02 12:45:12 -08:00
k8s-merge-robot
e48c8f0f3c
Merge pull request #18054 from resouer/fix-volume-path
...
Auto commit by PR queue bot
2015-12-02 08:18:00 -08:00
Amy Unruh
3f2e5ed042
polishing the deployments doc
2015-12-02 05:31:54 -08:00
gmarek
459131fd92
Use KubeletPort reported in NodeStatus instead of cluster-wide master config, take 2.
2015-12-02 13:38:17 +01:00
Alex Robinson
105afbb070
Typo fixes in docs
2015-12-01 22:33:49 -08:00
resouer
1e065a151e
Changed wrong volume mounted path
2015-12-02 03:37:26 +00:00
Isaac Hollander McCreery
5ce2d70414
Clarify what is meant by 'support'
2015-12-01 14:07:23 -08:00
k8s-merge-robot
727412c5ce
Merge pull request #15533 from ZJU-SEL/git-volume
...
Auto commit by PR queue bot
2015-12-01 13:14:23 -08:00
Eric Tune
27e89c1f84
Revert the revert of kubernetes/kubernetes#15674
2015-12-01 09:16:06 -08:00
Karl Isenberg
a070bcf187
Add DCOS to getting started guide list
2015-12-01 09:09:44 -08:00
Harry Zhang
70a9c0bf56
Add directory in GitRepo and updated tests.
...
Update validate and gitRepo
Update generated code
2015-12-02 00:20:38 +08:00
k8s-merge-robot
9afb02014b
Merge pull request #17999 from janetkuo/deployment-doc-typo
...
Auto commit by PR queue bot
2015-12-01 02:34:55 -08:00
k8s-merge-robot
004c2472ea
Merge pull request #17554 from pmorie/config-volume
...
Auto commit by PR queue bot
2015-12-01 00:22:20 -08:00
k8s-merge-robot
4c07c1a065
Merge pull request #16380 from caseydavenport/docs-update-v1.1-coreos
...
Auto commit by PR queue bot
2015-12-01 00:21:22 -08:00
nikhiljindal
8e6059ab04
Running update-api-reference-docs
2015-11-30 17:46:58 -08:00
k8s-merge-robot
55f5e48047
Merge pull request #16628 from caesarxuchao/change-error-type
...
Auto commit by PR queue bot
2015-11-30 17:21:52 -08:00
Janet Kuo
6371578b67
Fix broken link in deployment document
2015-11-30 17:11:06 -08:00
k8s-merge-robot
945393cc0c
Merge pull request #17884 from mesosphere/sttts-v0.7.0-v1.1.1-conformance
...
Auto commit by PR queue bot
2015-11-30 15:50:30 -08:00
k8s-merge-robot
59a89a5fd9
Merge pull request #17703 from timstclair/api-conventions
...
Auto commit by PR queue bot
2015-11-30 15:49:53 -08:00
Lasse Schuirmann
0b45edebba
AWS EBS Examplea: Use new volume id syntax
...
Fixes https://github.com/kubernetes/kubernetes/issues/17957
2015-11-30 17:47:34 +01:00
k8s-merge-robot
140df5f809
Merge pull request #17220 from kargakis/kubectl-scale-deployments
...
Auto commit by PR queue bot
2015-11-30 04:19:58 -08:00
Harry Zhang
5552d7007c
Add default when latest not claimed
2015-11-30 17:10:50 +08:00
k8s-merge-robot
853af2d513
Merge pull request #17878 from mqliang/multiSchedulerProposal
...
Auto commit by PR queue bot
2015-11-28 19:14:24 -08:00
mqliang
0d3c716651
optimize priority functions
2015-11-29 10:45:11 +08:00
k8s-merge-robot
5f10b70652
Merge pull request #17766 from hurf/doc_nits
...
Auto commit by PR queue bot
2015-11-27 02:22:41 -08:00
k8s-merge-robot
3cc588b5be
Merge pull request #17850 from sdminonne/bug_fix3
...
Auto commit by PR queue bot
2015-11-27 01:15:02 -08:00
k8s-merge-robot
70d2a02959
Merge pull request #17701 from hurf/anno_label
...
Auto commit by PR queue bot
2015-11-26 15:29:46 -08:00
k8s-merge-robot
d800e02f84
Merge pull request #17816 from ZJU-SEL/bump-ubuntu-calico
...
Auto commit by PR queue bot
2015-11-26 14:00:57 -08:00
k8s-merge-robot
c7cddbefc9
Merge pull request #17697 from dchen1107/event
...
Auto commit by PR queue bot
2015-11-26 13:42:05 -08:00
Salvatore Dario Minonne
479afa4bd2
updating resourcequota/README.md
2015-11-26 22:39:48 +01:00
Clayton Coleman
61270f4534
Generated docs
2015-11-26 11:53:37 -05:00
k8s-merge-robot
0c4f302e5e
Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE
...
Auto commit by PR queue bot
2015-11-26 05:02:44 -08:00
Dr. Stefan Schimanski
4f407f2265
getting-stated-guides: add conformance for Mesos/Docker cluster
2015-11-26 13:20:57 +01:00
k8s-merge-robot
5f8743ea7b
Merge pull request #17108 from kargakis/fix-editor-env
...
Auto commit by PR queue bot
2015-11-26 03:53:53 -08:00
He Simei
0f3f22e99f
bump k8s version to v1.1.2 on ubuntu/calico
2015-11-26 15:26:54 +08:00
k8s-merge-robot
0c77ff55c8
Merge pull request #17812 from ZJU-SEL/ubuntu-maintain-doc
...
Auto commit by PR queue bot
2015-11-25 22:07:25 -08:00
k8s-merge-robot
e09dd8df47
Merge pull request #17537 from ihmccreery/upgrading-masters-docs
...
Auto commit by PR queue bot
2015-11-25 18:39:02 -08:00
He Simei
ad557988d7
self-add to the orchestration maintainer of ubuntu
2015-11-26 10:20:07 +08:00
Isaac Hollander McCreery
a01eba5553
Add "supported releases" language to versioning.md
2015-11-25 16:22:11 -08:00
Chao Xu
a4700707b3
change the "too old resource version" error from InternalError to 410 Gone.
2015-11-25 10:27:03 -08:00
Ravi Gadde
cadc24e9fd
Scheduler extension
2015-11-25 08:19:27 -08:00
hurf
8b6ef01667
fix description of -f option of autoscale command
...
use 'autoscale' instead of 'get form the server'
2015-11-25 19:00:56 +08:00
hurf
27d6b58ba5
fix a nit in long description of attach command
...
remove an extra 'a'
2015-11-25 18:57:03 +08:00
Michail Kargakis
99fc35880b
kubectl: Support scaling deployments
...
This commit adds support for using kubectl scale to scale deployments. Makes use of the
deployments/scale endpoint instead of updating deployment.spec.replicas directly.
2015-11-25 11:26:40 +01:00
kargakis
523b6ec7e3
edit: Make environment variables composable
...
It also adds support for KUBE_EDITOR and GIT_EDITOR which were already
advertised in the edit usage message.
2015-11-25 11:23:23 +01:00
Brad Erickson
53172a5356
Minion->Node rename: NUM_NODES
2015-11-25 00:45:10 -08:00
Brad Erickson
bd06c19aa8
Minion->Node rename: NODE_SIZE
2015-11-25 00:45:09 -08:00
Brad Erickson
fc04b55088
Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT
2015-11-25 00:45:09 -08:00
Brad Erickson
6fe68a737e
Minion->Node rename: NODE_IP_BASE, NODE_IP_RANGES, NODE_IP_RANGE, etc
...
NODE_IPS
NODE_IP
NODE_MEMORY_MB
2015-11-25 00:45:09 -08:00
Brad Erickson
a36d3390bf
Minion->Node rename: KUBERNETES_NODE_MEMORY, VAGRANT_NODE_NAMES, etc
...
ENABLE_NODE_PUBLIC_IP
NODE_ADDRESS
NODE_BLOCK_DEVICE_MAPPINGS
NODE_CONTAINER_ADDRS
NODE_CONTAINER_NETMASKS
NODE_CONTAINER_SUBNET_BASE
NODE_CONTAINER_SUBNETS
NODE_CPU
2015-11-25 00:43:52 -08:00
Brad Erickson
6b91b45eff
Minion->Node rename: IAM_PROFILE_NODE, KUBE_ENABLE_NODE_PUBLIC_IP, etc
...
KUBE_GCE_NODE_IMAGE, KUBE_GCE_NODE_PROJECT, KUBEMARK_NUM_NODES
2015-11-25 00:43:51 -08:00
Prashanth Balasubramanian
9aa0efa393
Turn flannel off by default
2015-11-25 09:43:48 +01:00
Prashanth Balasubramanian
ad2d3d4c20
Docs etc
2015-11-25 09:42:59 +01:00
Prashanth Balasubramanian
321bc73264
Flannel server in static pod with private etcd.
2015-11-25 09:42:59 +01:00
hurf
ad26db7f45
Annotate support label
...
allow "kubectl annotate pods -l app=nginx"
2015-11-25 14:13:39 +08:00
k8s-merge-robot
4a9b0fc715
Merge pull request #17476 from jiangyaoguo/add-separate-client-for-events
...
Auto commit by PR queue bot
2015-11-24 21:14:58 -08:00
k8s-merge-robot
cc3515d702
Merge pull request #17136 from kargakis/use-deprecation-field-in-stop
...
Auto commit by PR queue bot
2015-11-24 17:37:19 -08:00
k8s-merge-robot
d42030170b
Merge pull request #15999 from aveshagarwal/master-issue-15624
...
Auto commit by PR queue bot
2015-11-24 17:07:10 -08:00
k8s-merge-robot
97401153bd
Merge pull request #17195 from janetkuo/kubectl-run-deployment-job
...
Auto commit by PR queue bot
2015-11-24 11:46:34 -08:00
k8s-merge-robot
2ddc61e941
Merge pull request #17663 from yanns/patch-1
...
Auto commit by PR queue bot
2015-11-24 10:34:43 -08:00
Janet Kuo
c0c02c95c4
kubectl run to produce deployment and job
2015-11-24 10:21:31 -08:00
jiangyaoguo
e3ea9d7c40
add separate client for events in kubelet
2015-11-25 01:28:34 +08:00
k8s-merge-robot
564918217f
Merge pull request #17633 from yangxiangyu/master
...
Auto commit by PR queue bot
2015-11-24 07:30:56 -08:00
Avesh Agarwal
c053290e04
This commit regenerates docs.
2015-11-24 09:59:54 -05:00
k8s-merge-robot
683e908f0a
Merge pull request #17265 from gambol99/rj/node_labels
...
Auto commit by PR queue bot
2015-11-24 06:55:31 -08:00
k8s-merge-robot
5502aefa01
Merge pull request #17152 from daizuozhuo/jsonpath
...
Auto commit by PR queue bot
2015-11-24 04:45:38 -08:00
k8s-merge-robot
c4bedfbf32
Merge pull request #17298 from caesarxuchao/escape-double-dollar
...
Auto commit by PR queue bot
2015-11-24 04:37:59 -08:00
k8s-merge-robot
8500a0fe96
Merge pull request #17446 from ihmccreery/no-more-latest
...
Auto commit by PR queue bot
2015-11-24 03:41:32 -08:00
k8s-merge-robot
53bb90f9bb
Merge pull request #17492 from johscheuer/master
...
Auto commit by PR queue bot
2015-11-24 03:41:26 -08:00
k8s-merge-robot
5f193e7c47
Merge pull request #17552 from AlexChesser/fix-documentation-17519
...
Auto commit by PR queue bot
2015-11-24 03:41:14 -08:00
k8s-merge-robot
873150362e
Merge pull request #17710 from ZJU-SEL/minor-fix-ubuntu-doc
...
Auto commit by PR queue bot
2015-11-24 03:40:42 -08:00
kargakis
3c7b9f83d7
stop: Make use of deprecation field
2015-11-24 12:27:20 +01:00
He Simei
0a267aa11d
minor fix ubuntu doc
2015-11-24 15:09:27 +08:00
yangxiangyu
c28b75a91f
fix ./master.sh: line 125: --data-dir=/var/etcd/data: No such file or directory
2015-11-24 10:29:50 +08:00
Tim St. Clair
f645d77f86
Clarify when pointers are used for optional types
2015-11-23 18:06:23 -08:00
hurf
1270764eb9
Fix description errro for client-certificate option
...
From "client key file" to "client certificate file".
2015-11-24 09:33:35 +08:00
Dawn Chen
0b734cec93
Have a sane default for RegistryPullQPS
2015-11-23 17:14:15 -08:00
k8s-merge-robot
367f0e03dd
Merge pull request #17621 from mikedanese/cleanup-kube-proxy-cgroup
...
Auto commit by PR queue bot
2015-11-23 15:23:23 -08:00
k8s-merge-robot
b38836c1e0
Merge pull request #17625 from ruizeng/master
...
Auto commit by PR queue bot
2015-11-23 14:52:16 -08:00
Chao Xu
21d8ad3a36
escape $$ in asciidoc when generating api-reference pages
2015-11-23 14:47:17 -08:00
krousey
77e85e45c5
Revert "Added a kubectl cheatsheet."
2015-11-23 10:54:11 -08:00
k8s-merge-robot
4eabda835d
Merge pull request #15657 from agonzalezro/patch-1
...
Auto commit by PR queue bot
2015-11-23 10:42:28 -08:00
k8s-merge-robot
c52e45c63c
Merge pull request #15674 from erictune/cheatsheet
...
Auto commit by PR queue bot
2015-11-23 10:42:26 -08:00
Mike Danese
65b8d43543
remove code that puts kube-proxy into a special cgroup since it runs in a container now
2015-11-23 10:20:58 -08:00
k8s-merge-robot
c974e0739b
Merge pull request #17236 from fabianofranz/wrong_attach_example
...
Auto commit by PR queue bot
2015-11-23 09:57:30 -08:00
Francisco Gimeno
e76b0132f7
coreos/azure Version bump to 1.1.2
2015-11-23 18:46:07 +01:00
Yann Simon
63e7a5ec90
remove trailing space
...
the trailing space break the command in zsh at least
2015-11-23 18:19:45 +01:00
k8s-merge-robot
fb09627514
Merge pull request #17262 from brendandburns/hyperkube
...
Auto commit by PR queue bot
2015-11-23 07:49:34 -08:00
k8s-merge-robot
2371cdaac4
Merge pull request #17419 from ZJU-SEL/fix-ubuntu-etcd-flag
...
Auto commit by PR queue bot
2015-11-23 03:19:17 -08:00
razr
1ca78a24be
document "getting-started-guides/docker.md" overview anchor error.
2015-11-22 17:06:19 +08:00
k8s-merge-robot
6d2b92a0be
Merge pull request #17269 from janetkuo/autoscale-deployments
...
Auto commit by PR queue bot
2015-11-21 22:23:23 -08:00
k8s-merge-robot
68d691858a
Merge pull request #17255 from derekwaynecarr/add_default_to_header
...
Auto commit by PR queue bot
2015-11-21 17:05:13 -08:00
k8s-merge-robot
d79ccddc83
Merge pull request #17198 from mesosphere/dcos-guide
...
Auto commit by PR queue bot
2015-11-21 00:05:26 -08:00
He Simei
5ebff99dbf
fix etcd flag for ubuntu
2015-11-21 10:17:07 +08:00
k8s-merge-robot
d069a624ac
Merge pull request #17206 from bgrant0607/docfix
...
Auto commit by PR queue bot
2015-11-20 17:09:52 -08:00
Karl Isenberg
be0066cd2d
Add DCOS getting started guide
2015-11-20 16:19:22 -08:00
Casey D
5a7c796d4d
Update coreos/bare_metal_calico.md for v1.1
2015-11-20 14:49:57 -08:00
Hongchao Deng
36104df7cf
Kubemark guide: add paragraph to describe '--delete-namespace=false'
2015-11-20 12:01:37 -08:00
Brendan Burns
ce90b83689
Update some flags
2015-11-20 11:47:31 -08:00
k8s-merge-robot
0e229d59f0
Merge pull request #17499 from jszczepkowski/hpa-tune
...
Auto commit by PR queue bot
2015-11-20 05:33:15 -08:00
k8s-merge-robot
d25cffef55
Merge pull request #17381 from caesarxuchao/add-blob
...
Auto commit by PR queue bot
2015-11-20 05:32:31 -08:00
k8s-merge-robot
21095ea21e
Merge pull request #13917 from feihujiang/kubectlRunFollowRules
...
Auto commit by PR queue bot
2015-11-20 00:13:17 -08:00
k8s-merge-robot
8d60aae8ff
Merge pull request #17422 from ZJU-SEL/upgrade-etcd-flag
...
Auto commit by PR queue bot
2015-11-19 23:07:01 -08:00
k8s-merge-robot
2d75799dda
Merge pull request #17528 from kubernetes/fix-daemonset
...
Auto commit by PR queue bot
2015-11-19 23:06:46 -08:00
Paul Morie
62f7220d6b
Proposal: config data volume source
2015-11-19 23:20:26 -05:00
Alex Chesser
9a065638e1
Included explicit instructions for obtaining code
...
A novice may require this additional step and might not know that the kubernetes repository is sufficient to run the code locally.
2015-11-19 23:07:19 -05:00
Tim St. Clair
e4eff4bd6b
Fix typo: s/recieve/receive/
2015-11-19 19:23:40 -08:00
Isaac Hollander McCreery
96cd51066d
Update docs for how to perform upgrades
2015-11-19 14:46:46 -08:00
Brendan Burns
9a95e555ea
Update daemon.md
2015-11-19 13:35:24 -08:00
k8s-merge-robot
2c58defc6d
Merge pull request #6477 from tmrts/proposal/configs
...
Auto commit by PR queue bot
2015-11-19 12:19:26 -08:00
Tamer Tas
9c491d671d
ConfigData resource proposal
2015-11-19 20:49:58 +02:00
k8s-merge-robot
b28d523738
Merge pull request #17497 from jszczepkowski/hpa-docs
...
Auto commit by PR queue bot
2015-11-19 08:41:32 -08:00
k8s-merge-robot
8ce3f15165
Merge pull request #17377 from bgrant0607/docfix2
...
Auto commit by PR queue bot
2015-11-19 08:18:18 -08:00
k8s-merge-robot
87c9d79096
Merge pull request #17473 from bprashanth/ing_docs
...
Auto commit by PR queue bot
2015-11-19 08:16:54 -08:00
k8s-merge-robot
57f4ee335e
Merge pull request #15466 from gmarek/user-guide
...
Auto commit by PR queue bot
2015-11-19 08:09:50 -08:00
Jerzy Szczepkowski
cac9e88c11
Updated kubectl help messages.
...
Updated kubectl help messages: added info about hpa. Fixes #17357 .
2015-11-19 15:26:43 +01:00
Jerzy Szczepkowski
8caeec429e
Updated hpa docs.
...
Updated hpa docs: mentioned that heapster is required. Fixes #17466 .
2015-11-19 14:21:41 +01:00
Francisco Gimeno
cb018fbf32
Upgraded cloud config template for CoreOS/azure to kubernetes 1.1.1
2015-11-19 12:52:23 +01:00
Johannes Scheuermann
5fa50c93c0
Removed redundant drop-in in node.yaml
2015-11-19 11:50:34 +01:00
Dai Zuozhuo
ad5cc8b599
quote interpreted string
2015-11-19 11:15:10 +08:00
Prashanth Balasubramanian
3b987e5c40
Clarify that Ingress is a beta resource.
2015-11-18 18:45:31 -08:00
Isaac Hollander McCreery
977da735db
Add sanity checks for release
2015-11-18 16:19:01 -08:00
Rohith
c2526c93fa
- adding the -node-label flag to the kubelet which allows for a initial tagging / labelling of the node on cluster registration
...
- the labels can come from a series of key=pair value or file:///path_to_file which contains key pairs
2015-11-18 23:20:58 +00:00
k8s-merge-robot
6c2c1d4612
Merge pull request #17411 from timstclair/metrics-proposal
...
Auto commit by PR queue bot
2015-11-18 15:13:24 -08:00
Abhi Shah
317cb3f198
Merge pull request #17267 from brendandburns/docs2
...
Add a description of the proposed owners file system for the repo
2015-11-18 14:48:13 -08:00
Brendan Burns
63149d05fe
Add a description of the proposed owners file system for the repo
2015-11-18 11:46:33 -08:00
Isaac Hollander McCreery
2bc124d510
Defer release notes to announcement of release, and move instructions for release notes back into docs and away from scripts
2015-11-18 09:50:56 -08:00
Brian Grant
d625217285
Address feedback
2015-11-18 17:30:19 +00:00
Brian Grant
c75e568ef3
Minor clarifications to whatisk8s
2015-11-18 17:13:46 +00:00
gmarek
b4e7495d47
Add Kubemark User Guide
2015-11-18 15:21:14 +01:00
He Simei
06b62ef498
upgrade etcd flag for docker-k8s
2015-11-18 16:48:20 +08:00
feihujiang
4d2333b7d8
Let kubectl run follow rules for --
2015-11-18 14:46:01 +08:00
Tim St. Clair
66194c6eca
Correct erroneous metric endpoint.
2015-11-17 19:02:28 -08:00
Fabiano Franz
ab455784f5
kubectl attach only takes one argument
2015-11-17 23:16:02 -02:00
k8s-merge-robot
65cdb12a1c
Merge pull request #17076 from Symmetric/patch-2
...
Auto commit by PR queue bot
2015-11-17 16:38:58 -08:00
k8s-merge-robot
e665c44833
Merge pull request #17310 from ZJU-SEL/fix-ubuntu-doc
...
Auto commit by PR queue bot
2015-11-17 16:37:09 -08:00
k8s-merge-robot
364e3a0aab
Merge pull request #17325 from thockin/beta-annotation-names
...
Auto commit by PR queue bot
2015-11-17 16:37:03 -08:00
Brian Grant
0141c53113
Add conventions about primitive types.
2015-11-17 15:18:17 +00:00
k8s-merge-robot
539a629f4b
Merge pull request #17230 from hurf/anno_out
...
Auto commit by PR queue bot
2015-11-17 03:01:22 -08:00
k8s-merge-robot
4657f1f112
Merge pull request #17210 from johscheuer/master
...
Auto commit by PR queue bot
2015-11-17 00:21:02 -08:00
k8s-merge-robot
5828836e7c
Merge pull request #17197 from HaiyangDING/proposal-multi-scheduler
...
Auto commit by PR queue bot
2015-11-16 23:20:40 -08:00
dingh
f849ff60ef
Create proposal on multiple schedulers
...
update according to many reviewers, 2015.11.17
2015-11-17 14:57:30 +08:00
Chao Xu
0c913ed5a1
change HEAD to blob/HEAD, and add blob in versioned-docs.sh
2015-11-16 17:13:49 -08:00
Greg Taylor
fd79010fd7
Spelling fix in daemons.md
...
DeamonSet->DaemonSet
2015-11-16 16:05:32 -08:00
Jeff Lowdermilk
70d89a3541
Merge pull request #13571 from yujuhong/lifecycle_v0
...
kubelet: add a generic pod lifecycle event generator
2015-11-16 14:59:40 -08:00
k8s-merge-robot
a676b118b9
Merge pull request #17308 from kennethkalmer/patch-1
...
Auto commit by PR queue bot
2015-11-16 14:48:18 -08:00
Tim Hockin
30e381e62a
clarify experimental annotations doc
2015-11-16 10:52:26 -08:00
k8s-merge-robot
65c285f5ab
Merge pull request #16344 from thockin/enable-iptables-proxy
...
Auto commit by PR queue bot
2015-11-16 09:48:38 -08:00
k8s-merge-robot
ebe5649939
Merge pull request #16824 from mattmoor/master
...
Auto commit by PR queue bot
2015-11-16 09:12:35 -08:00
He Simei
904a93a8b5
clarify that v1.1.1 could fail on ubuntu potentially
2015-11-16 15:34:08 +08:00