Solly Ross
3bbdb16149
Merge NamespaceExists into NamespaceLifecycle
...
This commit merges the NamespaceExists admission controller
into the NamespaceLifecycle admission controller.
New tests were added to the NamespaceLifecycle addmission controller
tests, and the test case was fixed so that it runs without panicing.
Additionally, the NamespaceExists admission controller was marked as
deprecated in the docs.
Closes #12053
2015-08-28 10:56:18 -04:00
k8s-merge-robot
2321d9ee26
Merge pull request #13255 from ZJU-SEL/upgrade-ubuntu-1.0.3
...
Auto commit by PR queue bot
2015-08-28 07:28:42 -07:00
Alex Chan
60dc440bda
Fix typos in namespaces.md
...
Fix two links and remove a stray character.
2015-08-28 13:18:03 +01:00
qiaolei
8d599aae4f
Update quota example in admission_control_resource_quota.md
...
Two modifications:
1, The example used in this document is outdated so update it
2, Delete the old `kubectl namespace myspace` since it produces an error `error: namespace has been superceded by the context.namespace field of .kubeconfig files`
2015-08-28 17:44:19 +08:00
He Simei
ffe9bb0e25
upgrade to v1.0.3, refactor the guide
2015-08-28 16:43:01 +08:00
Janet Kuo
18e87724c5
Deprecated kubectl flag "create-external-load-balancer"
2015-08-28 00:54:33 -07:00
Wojciech Tyczynski
3dc0de1fbc
Merge pull request #12971 from soltysh/job_proposal_update
...
Changed JobSucceded to JobComplete
2015-08-28 09:47:40 +02:00
Wojciech Tyczynski
2986d3eb73
Merge pull request #13235 from pwittrock/update_development_md
...
Update development godep instructions
2015-08-28 09:46:45 +02:00
Wojciech Tyczynski
417ba2f1fb
Merge pull request #13294 from a-robinson/stackoverflow
...
Add link to create a question tagged Kubernetes on Stack Overflow to the
2015-08-28 09:46:21 +02:00
Wojciech Tyczynski
550413750d
Merge pull request #13151 from pires/coreos_doc_cleanup
...
Clean-up CoreOS documentation.
2015-08-28 09:17:48 +02:00
Wojciech Tyczynski
e7b493f38b
Merge pull request #13252 from Huawei-PaaS/amend_an_markdown_error_in_scratch_md
...
Amend an ordered list markdown error in scratch.md
2015-08-28 09:16:43 +02:00
Wojciech Tyczynski
a5d47e4e8d
Merge pull request #13272 from aveshagarwal/master-fedora-ansible-guide
...
Updates fedora ansible guide
2015-08-28 09:14:18 +02:00
Wojciech Tyczynski
03236e2692
Merge pull request #13253 from Huawei-PaaS/chmod_X_to_x_in_prereqs_md
...
Change "chmod +X" to "chmod +x" in prereqs.md
2015-08-28 09:13:56 +02:00
Alex Robinson
ebbcb30e4a
Add link to create a question tagged Kubernetes on Stack Overflow to the
...
troubleshooting doc, along with a couple other small improvements.
2015-08-27 22:47:04 -07:00
Brian Grant
0d3e9de4b0
Clarify boundaries of Kubernetes.
2015-08-28 01:58:08 +00:00
qiaolei
c17977b6dd
Amend two markdown errors in authentication.md
...
Amend two markdown errors in authentication.md.
1, amend order list display error by enter a newline after the first sentence
2, add two backticks to make ``"@`date +%s`"`` display correctly
2015-08-28 09:16:05 +08:00
Alex Robinson
b3154a7815
Remove the garbage log file in the fluentd-gcp that gets filled with
...
gunk when installing the google-fluentd agent.
Also let it log things by not redirecting to a file within the container
and only using -q (warning logs only) rather than -qq (error logs only).
2015-08-27 21:41:44 +00:00
Avesh Agarwal
f369377b8c
Updates fedora ansible guide to reflect the move of the contrib dir to
...
https://github.com/kubernetes/contrib.git .
2015-08-27 13:16:34 -04:00
Zach Loafman
6e194c938b
Merge pull request #13218 from mbforbes/versioning
...
Add patch notes to versioning doc
2015-08-27 07:12:20 -07:00
qiaolei
1bee049475
Change "chmod +X" to "chmod +x" in prereqs.md
...
Change `chmod +X` to `chmod +x`, since `+X` does not take affect when there is no execute permission bit already set (either user, group or other).
```console
# ls -l /usr/bin/kubectl
-rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl
# chmod +X /usr/bin/kubectl
# ls -l /usr/bin/kubectl
-rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl
```
Please refer to [chmod](https://en.wikipedia.org/wiki/Chmod "chmod") for more details.
>which is not a permission in itself but rather can be used instead of x. It applies execute permissions to directories regardless of their current permissions and **applies execute permissions to a file which already has at least one execute permission bit already set (either user, group or other)**. It is only really useful when used with '+' and usually in combination with the -R option for giving group or other access to a big directory tree without setting execute permission on normal files (such as text files), which would normally happen if you just used "chmod -R a+rx .", whereas with 'X' you can do "chmod -R a+rX ." instead
2015-08-27 18:46:14 +08:00
qiaolei
6021615792
Amend an ordered list markdown error in scratch.md
...
Amend an ordered list markdown error in scratch.md in section **etcd** by enter a newline after the first sentence
2015-08-27 17:57:01 +08:00
feihujiang
e689995985
Remove user guide kubectl useless docs
2015-08-27 16:56:10 +08:00
Piotr Szczesniak
6e05b9e3a3
Revert "LimitRange updates for Resource Requirements Requests"
2015-08-27 10:50:50 +02:00
Max Forbes
9bd219c94e
Add patch notes to versioning doc.
2015-08-26 23:37:18 -07:00
hurf
961d7f995a
Remove unused parameters and flags
...
Some params and flags are set but not used, remove them.
2015-08-27 10:40:40 +08:00
Phillip Wittrock
1ac0579d56
Update development godep instructions to work for cadvisor and changing transitive deps
2015-08-26 17:35:36 -07:00
Yu-Ju Hong
fcee09a047
Merge pull request #13205 from JorgenG/master
...
Update CentOS getting started guide with needed KUBELET_API_SERVER
2015-08-26 15:20:01 -07:00
Yu-Ju Hong
0f31dfa431
Merge pull request #13082 from piosz/initial-proposal
...
Added possible improvement to Initial Resources proposal
2015-08-26 15:19:39 -07:00
Yu-Ju Hong
529f5d061b
Merge pull request #13207 from xavierbaude/patch-2
...
Add cookbook for VMware
2015-08-26 15:12:43 -07:00
Yu-Ju Hong
8797a72027
Merge pull request #13194 from jimmidyson/fabric8-java-client
...
Update fabric8 client library location
2015-08-26 15:12:19 -07:00
Yu-Ju Hong
b00c04c497
Merge pull request #12845 from hurf/o_name
...
Add -o name for commands which use printer to output results
2015-08-26 13:03:52 -07:00
Yu-Ju Hong
1bae2b677d
Merge pull request #12492 from derekwaynecarr/limit_range_api
...
LimitRange updates for Resource Requirements Requests
2015-08-26 13:02:57 -07:00
xavierbaude
62a0b45a72
Add cookbook for VMware
...
related to https://github.com/kubernetes/kubernetes/pull/13143
2015-08-26 16:39:24 +02:00
Jørgen Grøndal
31f0f2b17f
Update CentOS getting started guide with needed KUBELET_API_SERVER definition
2015-08-26 15:08:41 +02:00
Jimmi Dyson
b5318b45f1
Update fabric8 client library location
2015-08-26 10:59:03 +01:00
hurf
d2d96ff6e1
Add -o name for commands which use printer to output results
...
Added a new printer which prints 'resource/name' pair of a given
object.
2015-08-26 17:04:23 +08:00
Yu-Ju Hong
f0c8a5be78
Merge pull request #9708 from bronislav/add-ability-to-choose-aws-credentials
...
Add ability to select AWS profile
2015-08-25 14:30:02 -07:00
Paulo Pires
36aa867af4
Ran missing hack/update-generated-docs.sh.
2015-08-25 20:11:53 +01:00
Paulo Pires
8549c0bf60
Removed deprecated and unmaintained AWS + CoreOS docs in favor of coreos/coreos_multinode_cluster.md. Refs #11975
...
Removed deprecated and unmaintained fork of pires/kubernetes-vagrant-coreos-cluster linked in the docs.
Removed deprecated and unmaintained VMware + CoreOS section of coreos/coreos_multinode_cluster.md. Refs #13143
Refs #9178
2015-08-25 19:13:10 +01:00
Yu-Ju Hong
fd81cd61a6
Merge pull request #13141 from epc/epc-2015237
...
Copy edits for typos (resubmitted)
2015-08-25 10:05:44 -07:00
Ed Costello
1916d3bb74
Copy edits for typos (resubmitted)
2015-08-25 10:47:58 -04:00
Anton Ilin
d9dcd0b626
Add note about switching aws profiles.
...
Signed-off-by: Anton Ilin <anton@ilin.dn.ua>
2015-08-25 17:47:57 +03:00
Janet Kuo
5823ef771b
Make --validate default on and shows how to turn if off
2015-08-25 03:18:32 -07:00
feihujiang
04150c1c3b
Change port-forward example without -p
2015-08-25 16:55:49 +08:00
Marek Grabowski
1f6173bd01
Merge pull request #13115 from yifan-gu/oidc_doc
...
plugin/oidc: add minor documentation details.
2015-08-25 09:15:10 +02:00
Nikhil Jindal
8846c841a8
Merge pull request #12648 from samsabed/crashloop
...
back off restarts of crashlooping containers
2015-08-24 18:54:13 -07:00
Nikhil Jindal
b52eb159ec
Merge pull request #13122 from bgrant0607/docfix3
...
Added more API conventions.
2015-08-24 17:54:24 -07:00
Brian Grant
165ca0df35
Added more API conventions.
2015-08-24 23:25:01 +00:00
Yifan Gu
aca6368e3c
plugin/oidc: add minor documentation details.
2015-08-24 15:25:26 -07:00
derekwaynecarr
f17ebf7350
Use singular, make LimitRequestRatio MaxLimitRequestRatio
2015-08-24 15:17:34 -04:00
derekwaynecarr
060204bc4d
Remove trailing commas
2015-08-24 14:55:31 -04:00
derekwaynecarr
559905ab0e
Document need to run generated deep copy
2015-08-24 14:28:53 -04:00
Nikhil Jindal
1ae8e369d1
Merge pull request #12979 from HaiyangDING/update_scheduler_docs
...
Replace limits with requests in scheduler documentation.
2015-08-24 10:41:30 -07:00
Nikhil Jindal
e690f3b3e8
Merge pull request #12900 from feihujiang/deleteMultipleResourcesWithTheSameName
...
Allow delete multiple resources with the same name
2015-08-24 10:40:41 -07:00
dinghaiyang
2979ae7f2a
Repalce limits with requests in scheduler documentation.
...
Due to #11713
2015-08-25 00:14:24 +08:00
Sam Abed
995cb15bb6
back off restarts of crashlooping containers
...
Signed-off-by: Sam Abed <samabed@gmail.com>
2015-08-24 21:43:17 +10:00
Janet Kuo
0bcb3147f6
Deprecated -t for --template to make it --tty
2015-08-24 02:16:01 -07:00
Piotr Szczesniak
35430b86b0
Added possible improvement to Initial Resources proposal
2015-08-24 11:00:00 +02:00
Marcin Wielgus
66309325f8
Merge pull request #13015 from feihujiang/kubectlAnnotationAcceptFileNameParam
...
Kubectl annotate command accepts a filename param
2015-08-24 10:57:30 +02:00
feihujiang
943c57ff4e
Allow delete multiple resources with the same name
2015-08-24 15:14:01 +08:00
Zach Loafman
c7af01f18f
Merge pull request #12873 from quinton-hoole/2015-08-14-Ubernetes-comments
...
Incorporate Cluster Federation/Ubernetes document feedback
2015-08-21 18:57:22 -07:00
Zach Loafman
ea1b2672cb
Merge pull request #12859 from jszczepkowski/hpa-docs
...
Design proposal: Horizontal Pod Autoscaler.
2015-08-21 18:56:47 -07:00
Zach Loafman
6979efec4a
Merge pull request #12586 from jszczepkowski/hna-docs
...
Added section about node autoscaler to cluster-management design doc.
2015-08-21 18:53:00 -07:00
Zach Loafman
2afa54d555
Merge pull request #12472 from piosz/initial-proposal
...
Initial Resources proposal
2015-08-21 18:52:24 -07:00
Yifan Gu
0318cb145c
docs: add documentations for OpenID Connect authentication.
2015-08-21 15:27:08 -07:00
Jerzy Szczepkowski
354b8d2abf
Comments applied.
2015-08-21 23:59:09 +02:00
Quinton Hoole
27edaf84f1
Address feedback on Cluster Federation proposal doc.
2015-08-21 08:51:48 -07:00
Jerzy Szczepkowski
eaedcd0cac
Design proposal: Horizontal Pod Autoscaler.
...
Added design proposal for Horizontal Pod Autoscaler. Related to #12087 .
2015-08-21 13:59:38 +02:00
Jerzy Szczepkowski
0f8bd6020c
Added section about node autoscaler to node design doc.
...
Added section about node autoscaler to node design doc.
2015-08-21 10:35:43 +02:00
Jerzy Szczepkowski
6d7af149c4
Merge pull request #13014 from a-robinson/typo
...
Fix typo in services-firewall user guide.
2015-08-21 10:30:04 +02:00
feihujiang
7291bde309
Kubectl annotate command accepts a filename param
2015-08-21 15:08:29 +08:00
Alex Robinson
0a3e60bc07
Fix typo in services-firewall user guide.
2015-08-20 23:44:41 -07:00
k8s-merge-robot
44c76d5319
Merge pull request #12957 from smarterclayton/handle_terminating_pods
...
Auto commit by PR queue bot
2015-08-20 21:47:00 -07:00
Abhishek Shah
b6b8e99393
External IPs support.
2015-08-20 16:10:01 -07:00
Eric Paris
6d7986993a
Update docs
2015-08-20 15:01:34 -07:00
Saad Ali
489e75e073
Merge pull request #12202 from daizuozhuo/kubectl
...
add jsonpath to kubectl
2015-08-20 14:31:45 -07:00
Saad Ali
1aeeeaecd1
Merge pull request #12702 from liguangbo/doc-cert
...
Add the describe about generate CA in authentication
2015-08-20 11:07:37 -07:00
liguangbo
97693558e0
Add the describe about generate CA in authentication
2015-08-20 17:29:37 +00:00
Clayton Coleman
02dbb95447
Add TerminationGracePeriodSeconds to API
...
Set defaulting for pod spec
2015-08-20 11:03:38 -04:00
Piotr Szczesniak
83ff34221f
Initial Resources proposal
2015-08-20 15:17:31 +02:00
Maciej Szulik
1267388cc6
Changed JobConditionType from JobSucceded to JobComplete to more accurately reflect job's final state
2015-08-20 10:51:38 +02:00
Wojciech Tyczynski
aeb450ccee
Merge pull request #12890 from alexhersh/ubuntu-calico-update
...
Update ubuntu-calico guide
2015-08-20 09:36:41 +02:00
Alexander Hersh
dc35afcada
update generated docs
2015-08-19 22:33:03 -07:00
Saad Ali
21a14eccf2
Merge pull request #12697 from erictune/secdoc
...
Improve secrets docs.
2015-08-19 18:46:57 -07:00
Dai Zuozhuo
85972c44a4
jsonpath user guide docs
2015-08-20 09:11:04 +08:00
Dai Zuozhuo
b61a905b19
add jsonpath to kubectl
2015-08-20 08:57:24 +08:00
Saad Ali
8a43bd621e
Merge pull request #12745 from eparis/even-less-dash-false-positive
...
verify-flags-underscore.py: Even fewer dash false positives
2015-08-19 17:03:29 -07:00
Eric Tune
d98f7ab884
Improve secrets docs.
...
Explain that imagePullSecrets added to a service account
are added automatically to pods using that service account.
Reword text to not imply that ordinary secrets added to
a service account are not automatically added as volumes
to a pod.
2015-08-19 16:37:25 -07:00
Saad Ali
14eadcccac
Merge pull request #12521 from feihujiang/kubectlScaleAcceptFileNameParam
...
Kubectl scale command accepts a filename param
2015-08-19 15:00:26 -07:00
Saad Ali
d49b9154f8
Merge pull request #12937 from uluyol/typo
...
Fix some minor typos.
2015-08-19 14:36:20 -07:00
Saad Ali
b3bce3aa60
Merge pull request #12883 from bgrant0607/docfix
...
Update advice for getting support and filing issues.
2015-08-19 13:06:40 -07:00
Saad Ali
676f4ee593
Merge pull request #12886 from bgrant0607/docfix2
...
Add duration naming conventions.
2015-08-19 13:03:57 -07:00
Saad Ali
d42864b0ad
Merge pull request #12112 from JanetKuo/update-kubectl-get-pods-running
...
Hide terminated pods in 'kubectl' Printer by default
2015-08-19 12:51:18 -07:00
Saad Ali
c1a2c6dee7
Merge pull request #10713 from thockin/no-localhost-endpoints
...
Check loopback and link-local multicast endpoints
2015-08-19 12:48:33 -07:00
Muhammed Uluyol
b9431820bf
Fix some minor typos.
2015-08-19 11:42:03 -07:00
Saad Ali
ed36bfa860
Merge pull request #12927 from quinton-hoole/2015-08-19-fix-typo
...
Fix typo in downward-api/README.md
2015-08-19 11:06:54 -07:00
Alexander Hersh
f795b67521
Update ubuntu-calico guide
...
Update Release Versions and Repo Names.
2015-08-19 11:04:36 -07:00
Quinton Hoole
080f53c567
Fix typo in downward-api/README.md
2015-08-19 08:41:30 -07:00
Ilya Dmitrichenko
cb3425351a
Make typography more consistent
2015-08-19 12:01:50 +01:00
Tim Hockin
86f4535871
Check loopback and link-local multicast endpoints
...
Previously we just disallowed link-local (unicast). This disallows loopback
and link-local multicast.
2015-08-18 21:50:27 -07:00
Brian Grant
8911e7d272
Update advice for getting support and filing issues.
2015-08-19 03:18:06 +00:00
Robert Bailey
08e6a43c1d
Revert "Merge pull request #9165 from smarterclayton/graceful"
...
This reverts commit 4f856b595d
, reversing
changes made to d78525a83b
.
Conflicts:
pkg/kubelet/status_manager.go
2015-08-18 17:34:49 -07:00
Brian Grant
0b85045245
Add duration naming conventions.
2015-08-18 23:44:03 +00:00
Dan Osborne
444ff4d42a
added calico-kubernetes-fedora-digitalocean demo
2015-08-18 16:38:41 -07:00
Janet Kuo
44a7a52a94
Hide failed/succeeded pods in 'kubectl get pods' by default
2015-08-18 13:47:19 -07:00
Robert Bailey
fd4147f6c5
Merge pull request #11125 from nak3/mesos-readme
...
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-18 11:48:49 -07:00
Robert Bailey
6e94e44d9c
Merge pull request #12860 from nak3/exec-help
...
Modify kubectl exec help to set -c CONTAINER as optional
2015-08-18 11:48:26 -07:00
Kris Rousey
7ba5b058cc
Moving client libs to unversioned dir
2015-08-18 10:03:19 -07:00
Robert Bailey
4f856b595d
Merge pull request #9165 from smarterclayton/graceful
...
Enable graceful deletion using reconciliation loops in the Kubelet without TTL
2015-08-18 10:01:40 -07:00
Robert Bailey
d78525a83b
Merge pull request #12750 from mikedanese/submit-queue
...
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-18 09:15:22 -07:00
Robert Bailey
6103a7f852
Merge pull request #12683 from feelobot/patch-2
...
Update AWS Configs to 1.0.3
2015-08-18 09:14:52 -07:00
Robert Bailey
f94f6c48fd
Merge pull request #10829 from ZJU-SEL/adddns2docker
...
add kube-dns for docker k8s
2015-08-18 09:13:54 -07:00
Kenjiro Nakayama
c50d7dd1d5
Modify kubectl exec help to set -c CONTAINER as optional
2015-08-18 23:14:24 +09:00
Clayton Coleman
89f1f3b1b8
Alter graceful deletion to not use TTL
...
Avoid TTL by deleting pods immediately when they aren't
scheduled, and letting the Kubelet delete them otherwise.
Ensure the Kubelet uses pod.Spec.TerminationGracePeriodSeconds
when no pod.DeletionGracePeriodSeconds is available.
2015-08-18 09:08:43 -04:00
Robert Bailey
60e17a54e7
Merge pull request #12141 from gmarek/service_doc
...
Small changes to Services doc
2015-08-17 19:40:41 -07:00
Robert Bailey
19bb04f717
Merge pull request #11746 from soltysh/job_controller_proposal
...
Job controller proposal
2015-08-17 15:56:36 -07:00
Felix Rodriguez
2fba24e989
Update AWS Configs to 1.0.3
2015-08-17 13:59:38 -07:00
Robert Bailey
a4b06373fa
Merge pull request #12070 from wojtek-t/kubmark_proposal
...
Proposal for scalability testing infrastructure
2015-08-17 13:41:58 -07:00
Maciej Szulik
688f3da839
Job controller proposal
2015-08-17 22:33:48 +02:00
Eric Paris
c560f41a4b
Update docs which were incorrectly using _ in flag names
...
Each of these was verified that the actual flag declaration correctly
used -
2015-08-17 11:18:43 -07:00
Patrick Flor
302cdceb6a
Update dev docs to note new coveralls URL
...
(also noting old URL for interested parties and future historians)
2015-08-17 09:17:03 -07:00
Marek Grabowski
31e115eb73
Merge pull request #12656 from vallard/master
...
added OpenStack instructions to coreos multinode cluster document. C…
2015-08-17 11:58:19 +02:00
Marek Grabowski
850b98299f
Merge pull request #12757 from erictune/resdoc
...
Document how `describe nodes` had resources.
2015-08-17 11:45:43 +02:00
Kenjiro Nakayama
5e58bedae2
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-16 17:08:56 +09:00
Brendan Burns
a9580a0ad0
Merge pull request #12595 from smarterclayton/add_pod_status_ip
...
Add status.podIP as a valid downward API target
2015-08-14 20:29:50 -07:00
Eric Tune
8e56fe599f
Document how `describe nodes` had resources.
...
Documents changes in #11788
2015-08-14 17:20:28 -07:00
Brendan Burns
8e05da1316
Merge pull request #12696 from eparis/less-dash-false-positive
...
Fewer false positives in verify-flag-underscore.sh
2015-08-14 16:27:08 -07:00
Eric Paris
21d22e04be
TYPO: fix documentation to point at update-generated-docs.sh
2015-08-14 18:50:03 -04:00
Clayton Coleman
01f3785426
Add status.podIP as a valid downward API target
...
Getting the public IP a container is supposed to use is O(hard),
and usually involves ugly gyrations in python or with interfaces.
Using the downward API means that the IP Kube is announcing to
other endpoints is also visible inside the container for pods to
identify themselves.
2015-08-14 17:51:55 -04:00
Brendan Burns
eed655a6e6
Merge pull request #12511 from feihujiang/kubectlGetAcceptFileNameParam
...
Kubectl get command accepts a filename param
2015-08-14 14:21:56 -07:00
Mike Danese
83ae12f0c3
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-14 13:54:04 -07:00
Brendan Burns
b29311ba2b
Merge pull request #11781 from brendandburns/schema-api
...
RFC: Add initial plugin schema types.
2015-08-14 09:44:12 -07:00
Jerzy Szczepkowski
27599b9164
Merge pull request #12727 from fgrzadkowski/fix_docker_multinode_doc
...
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:57:50 +02:00
Filip Grzadkowski
15d39857e0
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:42:07 +02:00
Jerzy Szczepkowski
f29d52114b
Merge pull request #12326 from feihujiang/kubectlLabelAcceptFileNameParam
...
Kubectl label command accepts a filename param
2015-08-14 12:38:37 +02:00
Jerzy Szczepkowski
8dcbebae5e
Merge pull request #12011 from ZJU-SEL/fix-serviceaccount-doc
...
fix service-account related doc
2015-08-14 08:06:34 +02:00
Jerzy Szczepkowski
55b7500b33
Merge pull request #12236 from nikhiljindal/deploymentProposal
...
Adding a proposal for deployment
2015-08-14 08:04:38 +02:00
Vallard Benincosa
964d4c7111
ran ./hack/update-generated-docks.sh
2015-08-13 22:59:39 -07:00
Brendan Burns
868aca04a0
Merge pull request #12687 from eparis/verfiy-dash
...
Update flag-dash whitelist
2015-08-14 10:12:54 +08:00
Brian Grant
f04d721612
Update API conventions. Add kubectl conventions.
...
Ref #12322 . Fixes #6797 .
2015-08-14 01:32:38 +00:00
Eric Paris
30d34d0e59
Reduce false positives with verify-flag-underscore.sh by updating regex
...
Check to make sure there is not an alphanumeric character immeditely
before or after the 'flag'. It there is an alphanumeric character then
this is obviously not actually the flag we care about. For example if
the project declares a flag "valid-name" but the regex finds something
like "invalid_name" we should not match. Clearly this "invalid_name" is
not actually a wrong usage of the "valid-name" flag.
2015-08-13 21:06:39 -04:00
He Simei
1d6c0e287b
fix service-account related doc
2015-08-14 08:44:21 +08:00
Brendan Burns
a3047a5abb
Merge pull request #11951 from mvdan/metrics-api-proposal
...
Add compute resource metrics API proposal
2015-08-13 14:08:31 -07:00
Brendan Burns
22a2a76ab8
Merge pull request #12571 from brendandburns/kubectl2
...
Auto commit by PR queue bot
2015-08-13 13:56:14 -07:00
nikhiljindal
be6342db1d
Adding a proposal for deployment
2015-08-13 13:39:08 -07:00
Brendan Burns
e3afa2da7a
Merge pull request #12676 from goltermann/docs
...
Auto commit by PR queue bot
2015-08-13 13:32:44 -07:00
Brendan Burns
15281a5e01
Merge pull request #12388 from feihujiang/kubectlPatchAcceptFileNameParam
...
Auto commit by PR queue bot
2015-08-13 11:49:41 -07:00
goltermann
1b874e9f9a
Adding teams lists to faster_reviews.
2015-08-13 11:29:59 -07:00
Brendan Burns
35c22714d1
Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2
...
Make the libvirt-coreos cluster use the etcd2 shipped within CoreOS
2015-08-13 11:19:54 -07:00
Daniel Martí
5a0bc4dd83
Add compute resource metrics API proposal
2015-08-13 11:18:16 -07:00
Mike Danese
46ed7713be
Merge pull request #11798 from uruddarraju/master
...
Keystone authentication plugin
2015-08-13 10:28:16 -07:00
Brendan Burns
5865971acb
Merge pull request #12387 from resouer/patch-docker
...
vxlan as bankend of flannel & auto restart k8s with daemon
2015-08-13 10:18:14 -07:00
Ruddarraju, Uday Kumar Raju
937db3f70d
Keystone authentication plugin
2015-08-13 09:46:30 -07:00
Brendan Burns
586931fe16
Add optional arguments to kubectl run ...
2015-08-13 09:41:51 -07:00
Brendan Burns
1055eed9b6
Add initial storage types to the Kubernetes API
2015-08-13 09:25:02 -07:00
Vallard Benincosa
1419806ca8
added OpenStack instructions to coreos multinode cluster document. Close #12587
2015-08-13 07:45:02 -07:00
Wojciech Tyczynski
1470b3245d
Merge pull request #12618 from mikedanese/rewrite-godoc
...
rewrite links pointing to godoc
2015-08-13 14:10:33 +02:00
Wojciech Tyczynski
968cbbee5d
Merge pull request #12629 from erictune/conformance_checkbox_gke
...
Mark GKE as conformant.
2015-08-13 11:42:42 +02:00
Wojciech Tyczynski
9c8014b4df
Merge pull request #12554 from RichieEscarez/fixwalkthroughlink
...
Fixed broken link (was pointing to content in a file that has since been moved).
2015-08-13 11:37:32 +02:00
Lénaïc Huard
0535ca9263
Better explain what are the purposes of the libvirt-coreos cluster provider
2015-08-13 11:36:04 +02:00
Eric Tune
a2e1719a56
Mark GKE as conformant.
2015-08-13 00:41:15 -07:00
feihujiang
1e10a7cc59
Kubectl scale command accepts a filename param
2015-08-13 14:26:25 +08:00
feihujiang
18a1400928
Kubectl get command accepts a filename param
2015-08-13 14:12:29 +08:00
feihujiang
0110f3176b
Kubectl patch command accepts a filename param
2015-08-13 11:13:31 +08:00
feihujiang
4b9afc516e
Kubectl label command accepts a filename param
2015-08-13 10:21:38 +08:00
CJ Cullen
a6148e79c3
Merge pull request #12610 from mikedanese/rewrite-kubectl
...
rewrite kubectl command references to GoogleCloudPlatform
2015-08-12 17:17:23 -07:00
Brendan Burns
99b8df1812
Add field based sorting to the kubectl command line.
2015-08-12 16:51:36 -07:00
CJ Cullen
82a1ac490b
Merge pull request #12607 from roberthbailey/development-md
...
Update repository links in development.md
2015-08-12 16:05:17 -07:00
Mike Danese
1cd9478346
rewrite links pointing to godoc
2015-08-12 15:27:36 -07:00
Mike Danese
fe0e758d4d
rewrite kubectl command references to GoogleCloudPlatform
2015-08-12 14:52:13 -07:00
CJ Cullen
ead7b37616
Merge pull request #12593 from apeeyush/docs-bash-comments
...
Use bash comments in kubectl examples
2015-08-12 14:24:31 -07:00
CJ Cullen
8767d04639
Merge pull request #11127 from nak3/mesos-readme2
...
Add --secure-port=0 to run `km apiserver` in Kubernetes on Mesos getting started guide
2015-08-12 13:40:24 -07:00
Robert Bailey
3962848a24
Update repository links in development.md.
2015-08-12 13:12:32 -07:00
Peeyush Agarwal
05e069d038
Use bash comments in kubectl examples
...
Comments in kubectl examples should use bash comments, not Go comments.
So, replaces // by # for example strings.
2015-08-12 19:56:23 +00:00
RichieEscarez
e72c0428bd
Fixed broken link (was pointing to a file that has since been moved).
...
Fixes #12357
2015-08-12 09:47:25 -07:00
feihujiang
c0b2098844
Kubectl expose command accepts a filename param
2015-08-12 16:16:37 +08:00
Piotr Szczesniak
0ded91c521
Merge pull request #12403 from stensonb/consolidate-cloudprovider-imports
...
consolidate cloudproviders into a single import
2015-08-12 09:56:09 +02:00
Piotr Szczesniak
b2c0a55679
Merge pull request #12332 from hurf/nits
...
Synchronize help message between describe and get
2015-08-12 09:51:31 +02:00
hurf
1d1f1fd97c
Synchronize help message between describe and get
...
small nits, change 'resources' to 'resource types'
2015-08-12 15:27:11 +08:00
Piotr Szczesniak
fe5bebba29
Merge pull request #12570 from a-robinson/update-demo
...
Fix the paths given in the update-demo, which was moved out of examples
2015-08-12 09:26:58 +02:00
Byungjoon Lee
5de9094652
Fix the problem that Kubernetes UI is not installed by deployAddons.sh script in Ubuntu environment.
2015-08-12 15:33:07 +09:00
Alex Robinson
0e553a2611
Fix the paths given in the update-demo, which was moved out of examples
...
and into docs/user-guide about a month ago.
2015-08-11 23:00:24 -07:00
Bryan Stenson
9541414742
create cloudprovider "providers" package
...
move all providers into new package
update all references to old package path
2015-08-11 22:36:51 -07:00
Piotr Szczesniak
1df0267f4a
Merge pull request #12551 from eparis/underscore-to-dash
...
Update code and docs to use - in flag names instead of _
2015-08-12 07:16:31 +02:00
Lei Zhang
6a2e58552d
vxlan as bankend of flannel & auto restart k8s.
2015-08-12 11:16:19 +08:00
CJ Cullen
64051c535f
Merge pull request #12433 from davidopp/doc2
...
Rescheduler design space doc.
2015-08-11 18:00:16 -07:00
Eric Paris
5aa495cdad
Update code to use - in flag names instead of _
2015-08-11 16:31:52 -04:00
Alex Robinson
cbc41eda76
Strip out extra gunk from the end of an example output line.
2015-08-11 20:13:48 +00:00
CJ Cullen
9fdd793555
Merge pull request #11841 from eparis/commit-speed
...
Speedups for precommit hooks
2015-08-11 12:58:58 -07:00
Eric Paris
3b7c39656c
Split hack/{verify,update}-* files so we don't always go build
...
Right now some of the hack/* tools use `go run` and build almost every
time. There are some which expect you to have already run `go install`.
And in all cases the pre-commit hook, which runs a full build wouldn't
want to do either, since it just built!
This creates a new hack/after-build/ directory and has the scripts which
REQUIRE that the binary already be built. It doesn't test and complain.
It just fails miserably. Users should not be in this directory. Users
should just use hack/verify-* which will just do the build and then call
the "after-build" version. The pre-commit hook or anything which KNOWS
the binaries have been built can use the fast version.
2015-08-11 14:20:46 -04:00
David Oppenheimer
e4d9aaa2cf
Address reviewer comments.
2015-08-11 01:31:30 -07:00
Filip Grzadkowski
9dd3cac82e
Merge pull request #12423 from brendandburns/service
...
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Wojciech Tyczynski
4f725900e3
Kubmark proposal
2015-08-11 09:26:58 +02:00
Wojciech Tyczynski
d75fd077ff
Fixes to watch in apiserver proposal
2015-08-11 09:26:58 +02:00
David Oppenheimer
7aac21fd73
Rescheduler design space doc.
2015-08-10 23:33:11 -07:00
Brendan Burns
3f18641857
Merge pull request #12434 from ZJU-SEL/unsupported-param
...
fix unsupported param of containerized kubelet
2015-08-10 21:04:40 -07:00
Alex Robinson
f63eba6e36
Merge pull request #12061 from pmorie/secrets-ug-vectors
...
Add information about protections/risks to secrets user guide
2015-08-10 18:08:51 -07:00
Alex Robinson
5836d455b8
Merge pull request #12239 from eparis/bash-completions-rolling-update
...
Bash completion annotations for rollingupdates
2015-08-10 15:02:48 -07:00
Alex Robinson
9bda3c5998
Merge pull request #11138 from feihujiang/portForwardWithoutP
...
kubectl port-forward accept a pod without -p
2015-08-10 13:29:14 -07:00
Alex Robinson
91b0787f8a
Merge pull request #12313 from mesosphere/mesos-docker-guide
...
Clarify build instructions in mesos/docker guide
2015-08-10 13:28:06 -07:00
Alex Robinson
933c855fba
Merge pull request #12354 from mjibson/replace-cascade-fix
...
Fix flag docs for replace cascade
2015-08-10 11:06:41 -07:00
Alex Robinson
462fed62b7
Merge pull request #12189 from feihujiang/describeKindNoArguments
...
kubectl describe <kind> work with no arguments
2015-08-10 11:05:34 -07:00
Brendan Burns
79fb674679
Fix the service printer to be a single line per service
2015-08-10 10:57:45 -07:00
Karl Isenberg
73ca343e69
Clarify build instructions in mesos/docker guide
...
- Linux build requires docker sudo group
- Golang & Make optional
- Extracted a section on building locally
2015-08-10 09:46:30 -07:00
Brendan Burns
68bc931c65
Update the documentation to show that you can get an external IP from kubectl and LoadBalancer services
2015-08-10 09:39:06 -07:00
gmarek
acf788b6a6
small changes to Services doc
2015-08-10 18:37:49 +02:00
Matt Jibson
2c0f32e9b8
Fix flag docs for replace cascade
2015-08-10 12:03:43 -04:00
Marek Grabowski
9ddcfb7d54
Merge pull request #12421 from jlowdermilk/replace-help-text
...
Clarify help text of kubectl replace
2015-08-10 16:34:17 +02:00
Marek Grabowski
5f9cefc1d8
Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
...
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Marek Grabowski
08f67e5888
Merge pull request #12469 from xiejunan/auth_example
...
change "ns" to "namespace" in example and doc for ABAC authorization
2015-08-10 16:33:22 +02:00
Marek Grabowski
d3b8dbe7a7
Merge pull request #12475 from ae6rt/issue/12473
...
issue 12473 Fix minor typo in authentication.md around base64 encodin…
2015-08-10 16:33:10 +02:00
Eric Paris
9de64328a5
Bash completion annotations for rollingupdates
2015-08-10 10:26:18 -04:00
Marek Grabowski
a0371b3985
Merge pull request #11919 from samsabed/descLaststatus
...
kubectl describe pod should print lastState
2015-08-10 14:56:44 +02:00
Marek Grabowski
e27787c9d3
Merge pull request #12292 from brendandburns/stdin3
...
Add support for `--restart`
2015-08-10 14:54:54 +02:00
Mark Petrovic
105ace039f
issue 12473 Fix minor typo in authentication.md around base64 encoding in the HTTP Authorization header
2015-08-10 05:25:44 -07:00
xiejunan
8d99ba94c8
modify example and doc for ABAC authorization
2015-08-10 18:46:13 +08:00
feihujiang
73b694e6c1
kubectl describe <kind> work with no arguments
...
Add describe_resource_assert to test describe <kind> with no object arg
2015-08-10 14:08:38 +08:00
Jeff Lowdermilk
1956484816
Clarify help text of kubectl replace
...
Help the next poor soul avoid the confusion I had when
```
$ kubectl create -f pod.yaml
$ kubectl replace -f pod.yaml
```
doesn't work.
2015-08-09 12:30:03 -07:00
Ed Costello
35a5eda585
Copy edits for typos
2015-08-09 14:18:06 -04:00
Veres Lajos
9f77e49109
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
He Simei
be26f1c5ab
fix unsupported param of containerized kubelet
2015-08-08 20:22:02 +08:00
Satnam Singh
991775e77b
Merge pull request #10724 from eparis/convert-underscore-to-dash
...
Convert underscore to dash
2015-08-07 16:40:05 -07:00
Satnam Singh
b071857c0f
Merge pull request #10816 from feihujiang/kubectlDescribeAcceptFileNameParam
...
Kubectl describe command accepts a filename param
2015-08-07 15:23:57 -07:00
Brendan Burns
2986c2fd59
Merge pull request #12385 from benmccann/architecture-diagram-fix
...
Improve architecture diagram readability
2015-08-07 14:58:47 -07:00
Brendan Burns
e42d6aa255
Add --restart support to kubectl run
2015-08-07 13:20:09 -07:00
Ananya Kumar
03490af6a4
Add qos proposal
2015-08-07 10:07:20 -07:00
Eric Paris
e4d0389b4a
Converts docs/ from --flag_name= to --flag-name=
2015-08-07 11:00:13 -04:00
Jerzy Szczepkowski
a53f4c8695
Merge pull request #12394 from Huawei-PaaS/issue_ubuntu_md_variable_typos
...
Amend some variable typos in ubuntu.md
2015-08-07 14:27:47 +02:00
qiaolei
60ef96a135
Amend some variable typos in ubuntu.md
...
Amend some variable typos. 1, `roles`->`role`; 2, service_cluster_ip_range -> `SERVICE_CLUSTER_IP_RANGE`.
2015-08-07 20:05:20 +08:00
Jerzy Szczepkowski
372508cfbb
Merge pull request #12117 from davidwalter0/wip
...
change underscores to dashes to match the command line argument
2015-08-07 12:58:30 +02:00
feihujiang
90f4c79bb9
kubectl port-forward accept a pod without -p
2015-08-07 17:21:59 +08:00
feihjiang
2ca200f087
Kubectl describe command accepts a filename param
2015-08-07 16:28:51 +08:00
Ben McCann
4c199b604a
Fix the architecture diagram such that the arrow from the api server to the node doesn't go through/under etcd
2015-08-07 00:13:15 -07:00
Jerzy Szczepkowski
67d45821f8
Merge pull request #12216 from derekwaynecarr/limit_range_requests
...
LimitRange design updates to account for Requests and Limits
2015-08-07 08:18:10 +02:00
David Walter
76bb6bbf12
change underscores to dashes to match the command line argument
2015-08-06 22:48:21 -05:00
Brendan Burns
9ac50b4980
Add interactive run that combines run and attach.
2015-08-06 20:20:14 -07:00
David Walter
792fc2269b
change underscores to dashes to match the command line argument
2015-08-06 22:13:44 -05:00
Sam Abed
e7dcec075a
show LastTerminationState in kubectl describe pod
...
Signed-off-by: Sam Abed <samsabed@gmail.com>
2015-08-07 11:45:20 +10:00
Eric Paris
76896bf244
Regen docs with new pflags
...
This basically just shows in the docs that the =false portion of
booleans are optional.
2015-08-06 19:16:13 -04:00
Dawn Chen
256eeeda2b
Merge pull request #12291 from derekwaynecarr/resource_quota_requests
...
Update resource quota design to align with requests and limits
2015-08-06 16:07:42 -07:00
Dawn Chen
5175bb0b91
Merge pull request #10608 from stefwalter/proxy-unix-socket
...
kubectl: Add proxy --unix-socket=/file/path option
2015-08-06 10:47:19 -07:00
Brendan Burns
1407aee8b0
fix invalid flag --insecure-bind-address to --address
2015-08-06 09:25:17 -07:00
derekwaynecarr
e75f8be8ea
Update design for LimitRange to handle requests
2015-08-06 10:58:55 -04:00
Wojciech Tyczynski
5b216d8a51
Merge pull request #12328 from pmorie/sc-typo
...
Fix typo in security context proposal
2015-08-06 15:27:45 +02:00
Wojciech Tyczynski
4244a7cb2f
Merge pull request #12296 from erictune/troubleshooting
...
Troubleshooting for misplaced/misspelled fields
2015-08-06 15:20:46 +02:00
Wojciech Tyczynski
e366f2c597
Merge pull request #12206 from derekwaynecarr/move_doc
...
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Stef Walter
f6da3fdbe1
kubectl: Add proxy --unix-socket=/file/path option
...
Proxies on a TCP port are accessible outside the current security
context (eg: uid). Add support for having the proxy listen on a
unix socket, which has permissions applied to it.
We make sure the socket starts its life only accessible by the
current user using Umask.
This is useful for applications like Cockpit and other tools which
want the help of kubectl to handle authentication, configuration and
transport security, but also want to not make that accessible to
all users on a multi-user system.
2015-08-06 11:56:47 +02:00
Wojciech Tyczynski
871ca7a05f
Merge pull request #12320 from mikedanese/rewrite-pr-issue-links
...
rewrite all links to issues and PRs to k8s links
2015-08-06 09:55:44 +02:00
Wojciech Tyczynski
cb49b195a6
Merge pull request #12270 from jacobtomlinson/docs-persistent-volumes
...
Improved docs readability
2015-08-06 08:33:09 +02:00
Wojciech Tyczynski
0a8073b30b
Merge pull request #12267 from TheMeier/patch-1
...
typo in rbd doc
2015-08-06 08:32:16 +02:00
Paul Morie
7a73f3cdb8
Fix typo in security context proposal
2015-08-06 00:53:01 -04:00
Mike Danese
8326697055
rewrite all links to prs to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
fe6b15ba2f
rewrite all links to issues to k8s links
2015-08-05 21:11:11 -07:00
Mike Danese
3f538145ab
fixup development doc for new vanity path
2015-08-05 17:52:57 -07:00
Dawn Chen
b9c118ada6
Merge pull request #12306 from goltermann/oncall
...
Add post v1.0 PR merge details
2015-08-05 15:27:19 -07:00
Dawn Chen
49d62ca0be
Merge pull request #12295 from feelobot/master
...
Update Binary Versions in AWS cloud-config's
2015-08-05 15:25:44 -07:00
Dawn Chen
9a29583fe0
Merge pull request #12064 from AnanyaKumar/patch-2
...
Update admission_control.md
2015-08-05 15:14:00 -07:00
Dawn Chen
ec7d0a985b
Merge pull request #10742 from hurf/help_kind
...
Use TYPE instead of RESOURCE in help string
2015-08-05 15:12:17 -07:00
Dawn Chen
e532a1ddd8
Merge pull request #12046 from asridharan/master
...
Updating instructions for launching kubernets in a local docker installation
2015-08-05 15:09:44 -07:00
goltermann
90e1d5216e
Add post v1.0 PR merge details.
2015-08-05 14:52:46 -07:00
feelobot
7e85e587a8
Update Binary Versions in AWS cloud-config's
2015-08-05 11:43:10 -07:00
derekwaynecarr
789450a40d
Update resource quota design to align with requests and limits
2015-08-05 14:37:09 -04:00
Eric Tune
1ce1c54b21
troubleshooting for misplaced/misspelled fields
2015-08-05 11:09:32 -07:00
Karl Isenberg
f5fa688908
Add docker-compose cluster that runs with mesos
2015-08-05 10:48:28 -07:00
derekwaynecarr
577f2fa0a5
LimitRange documentation should be under admin
2015-08-05 10:26:52 -04:00
Jacob Tomlinson
91bd7f5d6c
Improved readability
2015-08-05 13:50:49 +01:00
Christoph Maser
c0802dbd43
typo in rbd doc
...
mixed up readers and writers
2015-08-05 13:51:07 +02:00
hurf
33fb6170f9
Use TYPE instead of RESOURCE in help string
...
For commands in kubectl, use TYPE in help string.
2015-08-05 16:34:48 +08:00
Alex Robinson
714b39f025
Merge pull request #12240 from a-robinson/logs
...
Also collect the monit and salt logs in our fluentd configs
2015-08-04 19:56:14 -07:00
Alex Mohr
0e8020f9bb
Merge pull request #11779 from JanetKuo/add-kubectl-annotation
...
Auto commit by PR queue bot
2015-08-04 18:28:12 -07:00
Alex Mohr
af76271e7c
Merge pull request #12213 from caseydavenport/cd4-kube-calico-bare-metal
...
CoreOS + Calico bare-metal guide
2015-08-04 17:31:35 -07:00
Alex Robinson
7430181d65
Collect more of the VM's log files (monit, salt) in fluentd-gcp.
2015-08-05 00:21:47 +00:00
Alex Mohr
879bf62e27
Merge pull request #12086 from bdevloed/patch-1
...
Update docker.md, simplified kill command
2015-08-04 17:08:10 -07:00
Alex Mohr
3ed0e077ac
Merge pull request #12049 from brendandburns/docs
...
Auto commit by PR queue bot
2015-08-04 11:58:23 -07:00
Alex Mohr
7eade1c2ce
Merge pull request #11184 from caesarxuchao/patch-replace-doc
...
Auto commit by PR queue bot
2015-08-04 11:18:39 -07:00
Casey D
7e1e9fed29
CoreOS + Calico bare-metal guide
2015-08-04 10:47:14 -07:00
gmarek
2201e75666
NodeController small cleanup
2015-08-04 14:44:14 +02:00
Ananya Kumar
15884e14d2
Update admission_control.md
2015-08-03 23:00:48 -07:00
Alex Mohr
3d2d99c6fd
Merge pull request #12007 from brendandburns/stdin
...
Auto commit by PR queue bot
2015-08-03 19:28:16 -07:00
David Walter
f8667f73e3
change underscores to dashes to match the command line argument
2015-08-03 21:05:48 -05:00
Chao Xu
17cd3cf392
direct people to api-reference/definitions.html to find out if a field is mutable through kubectl replace/patch
2015-08-03 18:18:00 -07:00
Alex Mohr
7ac6c50b9d
Merge pull request #12094 from brendandburns/kubectl
...
Auto commit by PR queue bot
2015-08-03 17:09:06 -07:00
Kenjiro Nakayama
ae8b4aa905
Add --cert-dir flag to run km opiserver in Kubernetes on Mesos getting started guide
2015-08-04 08:34:58 +09:00
Janet Kuo
7e63213478
Implement kubectl annotation update command. Refactor kubectl annotate to decouple command framework from business logic.
2015-08-03 14:35:56 -07:00
Brendan Burns
6e2eb8b292
update docs to use hyperkube image
2015-08-03 14:19:41 -07:00
Brendan Burns
2e68002f31
Merge pull request #11692 from wojtek-t/new_api_instance_groups
...
Auto commit by PR queue bot
2015-08-03 11:07:36 -07:00
Eric Paris
89dc3d56cd
Update go-md2man so godep restore/save work
2015-08-03 12:02:42 -04:00
Mike Danese
b73c53c37d
Merge pull request #11363 from feihujiang/fixDeleteCommandWrongDescription
...
Correct kubectl delete's wrong synopsis
2015-08-03 07:36:52 -07:00
Marek Grabowski
bff79366f7
Merge pull request #12128 from ZJU-SEL/containerized-kubelet-param
...
fix upstart param for containerized kebelet
2015-08-03 14:37:48 +02:00
Wojciech Tyczynski
2d95cd454c
Swich to new gcloud API for GCE MIGs
2015-08-03 09:56:25 +02:00
feihujiang
fa68de4fcf
Correct kubectl delete's wrong synopsis
2015-08-03 13:58:23 +08:00
He Simei
52ea1108eb
fix upstart param for containerized kebelet
2015-08-02 10:30:04 +08:00
Avinash Sridharan
6960d82c6b
trying to fix build error
2015-08-01 14:59:11 -07:00
Avinash Sridharan
29f3ab7ccb
Merge github.com:GoogleCloudPlatform/kubernetes
2015-07-31 22:09:47 -07:00
Avinash Sridharan
8e9c254f44
Just removing the white-spaces
2015-07-31 22:09:34 -07:00
Avinash Sridharan
b5a7cc9887
Re-formatted the instructions
2015-07-31 21:57:51 -07:00
Brendan Burns
51757f6552
Add parameters for interactive containers. Useful with kubectl attach.
2015-07-31 21:41:58 -07:00
Mike Danese
cf4cb1a6a3
Merge pull request #10474 from kargakis/scale-multiple-controllers
...
Enable scaling multiple controllers
2015-07-31 14:51:43 -07:00
Mike Danese
f3c4b7f7ac
Merge pull request #12016 from hurf/shortcut
...
Better help message for get and describe
2015-07-31 13:53:02 -07:00
Mike Danese
a23ee556ad
Merge pull request #11999 from brendandburns/attach2
...
Add support for attach to kubectl
2015-07-31 12:51:08 -07:00