Commit Graph

501 Commits

Author SHA1 Message Date
Eric Tune
d4475e3d49 Merge pull request #15232 from deads2k/refactor-logs
refactor kubectl logs to be composeable
2015-10-15 13:56:58 -07:00
k8s-merge-robot
4c8e6f47ec Merge pull request #15394 from JanetKuo/kubectl-proxy-api-prefix
Auto commit by PR queue bot
2015-10-15 05:12:30 -07:00
Tony Hsu
6ec9b2e7c2 Fix typo 2015-10-15 18:37:29 +08:00
Marek Grabowski
a92fa4e38a Merge pull request #15453 from eghobo/master
Fixed incorrect service name
2015-10-15 09:31:50 +02:00
Harry Zhang
14334837b9 Add example of using gitRepo 2015-10-15 06:13:45 +00:00
Janet Kuo
f47c2be539 Change kubectl proxy --api-prefix default to allow /apis/ 2015-10-14 15:49:52 -07:00
deads2k
f0aa606632 refactor kubectl logs to be composeable 2015-10-14 13:22:59 -04:00
Eric Tune
ca6c950b89 Doc: apigroups, alpha, beta, experimental/v1alpha1 2015-10-14 09:06:05 -07:00
k8s-merge-robot
8959e0cc03 Merge pull request #15509 from bgrant0607/labels
Auto commit by PR queue bot
2015-10-13 19:04:15 -07:00
Dawn Chen
d6c43f48d1 Merge pull request #15473 from feihujiang/removeShorthandForClientInKubectlVersion
Remove shorthand for client flag in kubectl version
2015-10-13 16:24:08 -07:00
Brian Grant
1bac67f9e2 Add DoesNotExist label operator. 2015-10-13 20:13:19 +00:00
k8s-merge-robot
d0e672f391 Merge pull request #15489 from spohnan/doc-fix-volume-mounting
Auto commit by PR queue bot
2015-10-13 04:28:29 -07:00
Dawn Chen
075c3a2c71 Merge pull request #15061 from kargakis/fix-dry-run-in-expose
Fix dry run in expose
2015-10-12 12:53:04 -07:00
Andy Spohn
361c1831c1 Doc Fix, several volume types support multiple readers 2015-10-12 14:48:17 -04:00
feihujiang
6290aee8b8 Remove shorthand for client flag in kubectl version 2015-10-13 02:02:54 +08:00
Egor Guz
f72e2ff10f fixed incorrect service name 2015-10-11 20:32:41 -07:00
k8s-merge-robot
02ec1fb33c Merge pull request #13885 from smarterclayton/websocket_exec
Auto commit by PR queue bot
2015-10-10 09:52:01 -07:00
k8s-merge-robot
8b09d27dd5 Merge pull request #15246 from bgrant0607/docfix
Auto commit by PR queue bot
2015-10-10 09:44:13 -07:00
k8s-merge-robot
fa557f6101 Merge pull request #15409 from caesarxuchao/extension/v1beta1
Auto commit by PR queue bot
2015-10-10 09:03:43 -07:00
Brian Grant
678032fdcf Update container-environment.md. Fixes #14127. 2015-10-10 14:32:00 +00:00
kargakis
4b23bf602d expose: Minor cleanup 2015-10-10 16:16:41 +02:00
Chao Xu
cd98de5188 fix verify-generated-deep-copies.sh 2015-10-09 16:08:52 -07:00
Chao Xu
88eeb03811 fix examples 2015-10-09 15:58:07 -07:00
RichieEscarez
6a52c66f67 Edit to clarify rc's are for homogenous pods 2015-10-09 15:24:03 -07:00
Clayton Coleman
554ce403e4 Prevent attach from being served by default via the proxy 2015-10-09 14:33:40 -04:00
hurf
e1b88c6942 Integrate convertion tool to kubectl
Added 'convert' subcommand to kubectl to convert config files
between different API versions.
2015-10-09 10:15:30 +08:00
jackgr
703a3e19aa Add the kubectl apply command. 2015-10-07 17:14:51 -07:00
qiaolei
57989e5505 add ingress 2015-10-04 11:47:01 +08:00
Tim Hockin
6260759c51 Merge pull request #14328 from agonzalezro/flocker
Add flocker volume plugin
2015-10-02 16:02:18 -07:00
k8s-merge-robot
7f9c18d646 Merge pull request #14819 from mesosphere/sttts-add-kubectl-bind-address
Auto commit by PR queue bot
2015-10-02 08:05:57 -07:00
k8s-merge-robot
2b6fd57220 Merge pull request #14632 from feihujiang/fixMinorErrorsInDockerCliToKubernetes
Auto commit by PR queue bot
2015-10-02 03:48:35 -07:00
Jerzy Szczepkowski
171ce57c49 Merge pull request #14606 from erictune/doc1
Fix wording in secrets doc.
2015-10-02 11:29:53 +02:00
Álex González
fa39c2b032 Add flocker volume plugin
Flocker [1] is an open-source container data volume manager for
Dockerized applications.

This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.

Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).

The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).

- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`

The contribution introduces a new 'flocker' volume type to the API with
fields:

- `datasetName`: which indicates the name of the dataset in Flocker
  added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
  requested dataset.

Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder

[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Brendan Burns
44a16834d8 Merge pull request #14087 from brendandburns/kubectl
Move the default schema cache to the home directory
2015-09-30 11:30:32 -07:00
Dr. Stefan Schimanski
687e2d8c8e Update docs 2015-09-30 15:54:01 +02:00
Brendan Burns
e827934d78 Merge pull request #12677 from andronat/kubectl_doc_cmd
A new command to read types' description from Swagger - kubectl explain
2015-09-29 19:35:37 -07:00
k8s-merge-robot
66e25b48b0 Merge pull request #14636 from feihujiang/fixMinorBugsInKubectlCommand
Auto commit by PR queue bot
2015-09-29 19:31:40 -07:00
Brendan Burns
7ef257dffe Merge pull request #14177 from Huawei-PaaS/add_kubectl_overview_page
Add kubectl overview page
2015-09-29 19:31:33 -07:00
jijun2
d624bee753 update service&endpoint describe 2015-09-28 23:55:08 -04:00
Brendan Burns
afea127a3e Move the default schema cache to the home directory 2015-09-28 16:26:48 -07:00
Eric Tune
317e4d8ce0 Fix wording in secrets doc. 2015-09-28 11:34:15 -07:00
feihujiang
e31bc89232 Fix minor bugs in kubectl command 2015-09-28 13:58:31 +08:00
feihujiang
2da9c9bcb6 Fix minor errors in docker-cli-to-kubectl document 2015-09-28 11:26:39 +08:00
Anastasis Andronidis
e8b9dde623 new kubectl explain command 2015-09-26 14:25:53 +03:00
jijun2
6788079482 Describe more clearly 2015-09-26 05:09:51 -04:00
Brendan Burns
bf3f5af118 Merge pull request #14547 from jijun2/fix-1
Describe more clearly
2015-09-25 20:18:14 -07:00
Brian Grant
b90797d941 Merge pull request #14406 from hurf/config_message
Improve message from kubectl config
2015-09-25 11:01:34 -07:00
jijun2
1d988754d9 Update README.md 2015-09-25 17:57:25 +08:00
jijun2
b05d5a76b9 Describe more clearly 2015-09-25 06:50:25 -04:00
Eric Tune
bf9e93250e Job and DaemonSet documentation. 2015-09-24 17:51:25 -07:00
Eric Tune
ff1156d4c1 Merge pull request #13930 from ArtfulCoder/privileged
allow privileged pods
2015-09-24 13:42:31 -07:00
Eric Tune
138c42e410 Merge pull request #14350 from sdminonne/labels_selector_doc
updating label selector doc
2015-09-23 16:37:22 -07:00
hurf
c4dc056105 Improve message from kubectl config
1.use Fprintf instead of Printf
2.output simple success messages
3.lowercase all error messages
2015-09-23 16:10:21 +08:00
Abhishek Shah
09465c9a2a allow privileged pods 2015-09-22 13:44:08 -07:00
Salvatore Dario Minonne
d7e493af5e updating label selector doc 2015-09-22 12:26:38 +02:00
k8s-merge-robot
d98f6daff3 Merge pull request #12747 from smarterclayton/pending_deletion_docs
Auto commit by PR queue bot
2015-09-21 19:49:00 -07:00
Clayton Coleman
c2e90cd154 Support extended pod logging options
Increase the supported controls on pod logging. Add validaiton to pod
log options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.

Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>,
?tailLines=<number>, and ?limitBytes=<number>
2015-09-21 15:39:32 -04:00
hw-qiaolei
2ac0e15f93 Add kubectl overview page 2015-09-19 10:08:09 +00:00
k8s-merge-robot
0fb60482c3 Merge pull request #13848 from jayunit100/kubeconfig-file-description-and-updates
Auto commit by PR queue bot
2015-09-17 17:06:19 -07:00
jay vyas
5ca618f874 Added some clarity to kubeconfig around tokens and how it corresponds to
the apiservers.
2015-09-17 16:18:37 -04:00
k8s-merge-robot
055f5ff9b9 Merge pull request #13649 from markturansky/prov_deleter
Auto commit by PR queue bot
2015-09-17 12:59:45 -07:00
Clayton Coleman
094640a35c Additional comments 2015-09-17 14:57:20 -04:00
markturansky
c2de9e9647 Added volume.Deleter interface and simple HostPath implementation 2015-09-17 12:08:58 -04:00
k8s-merge-robot
308155d178 Merge pull request #14038 from Huawei-PaaS/fixed_some_typos_in_sharing_clusters_md
Auto commit by PR queue bot
2015-09-17 08:14:42 -07:00
k8s-merge-robot
b342591032 Merge pull request #13604 from JanetKuo/kubectl-edit
Auto commit by PR queue bot
2015-09-17 03:00:33 -07:00
qiaolei
fbaf7d8f81 Fixed some typos in sharing-clusters.md
Fixes are:

1. `.kubeconfig` -> `kubeconfig`
2. `.kubectl` -> `kubectl`
3. `.kubeconfig` -> `.kube/config`
4. `path/to/.kube/config` -> `/path/to/.kube/config`
5. `commandline` -> `command line`
2015-09-16 20:53:05 +08:00
Jerzy Szczepkowski
d549fc400a Merge pull request #14026 from Huawei-PaaS/fix-dead-link-of-logging
fix the dead link of logging.md
2015-09-16 13:06:58 +02:00
yuqi huang
1e2f791f95 fix the dead link of logging.md
fix the dead link of logging.md
2015-09-16 15:49:36 +00:00
Janet Kuo
5a608446ba pull "kubectl edit" from openshift upstream 2015-09-15 19:16:23 -07:00
Jeff Lowdermilk
9f036f2a55 Merge pull request #13954 from ArtfulCoder/externalIPDoc
Documentation for externalIPs
2015-09-15 17:48:11 -07:00
Jeff Lowdermilk
ebc0b02b7d Merge pull request #13613 from eparis/rework-doc-generation
Rework automatic doc generation
2015-09-15 17:35:47 -07:00
Abhishek Shah
c7d659950b Documentation for externalIPs 2015-09-15 11:43:39 -07:00
k8s-merge-robot
c9570e34d0 Merge pull request #13615 from HaiyangDING/update_doc_limit_request
Auto commit by PR queue bot
2015-09-15 02:16:15 -07:00
feihujiang
98689a99ec Limit the type for kubectl expose command 2015-09-15 11:17:04 +08:00
Jeff Lowdermilk
1f97fbeae6 Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc
Move resource quota doc from user-guide to admin
2015-09-14 16:02:47 -07:00
k8s-merge-robot
4578f60eb1 Merge pull request #13898 from Huawei-PaaS/some_minor_doc_fixes
Auto commit by PR queue bot
2015-09-13 16:37:12 -07:00
qiaolei
cb80475135 Fixed some minor typos
1. remove duplicate `than`
2. fixed a typo `<maste IP>` to `<master IP>`
3. add a `$` before the `kubelet` command to keep align with others in the document
2015-09-13 09:59:41 +00:00
k8s-merge-robot
492ff3fa3d Merge pull request #13888 from Huawei-PaaS/change_kubectl_stop_to_delete_and_improve_rc
Auto commit by PR queue bot
2015-09-12 22:51:09 -07:00
k8s-merge-robot
96df310729 Merge pull request #13783 from feihujiang/changeExposePortOperationToNoRequired
Auto commit by PR queue bot
2015-09-12 18:54:34 -07:00
qiaolei
a7d4d76c50 Change kubectl 'stop' to 'delete' and made some improvements
1. Change deprecated kubectl `stop` to `delete` and the corresponding link
2. Improve the description of deleting a replication controller, since I think it is a little misleading
2015-09-12 11:15:28 +08:00
k8s-merge-robot
04837579ad Merge pull request #13460 from derekwaynecarr/run_requests
Auto commit by PR queue bot
2015-09-11 18:19:17 -07:00
k8s-merge-robot
cb481b4a00 Merge pull request #13837 from brendandburns/kubectl2
Auto commit by PR queue bot
2015-09-11 17:18:29 -07:00
Eric Paris
58d6b29e97 Rework doc generation to simplify and centralize
Just do all doc generation in the hack::util::gen-docs instead of spread
around. We also only track the generated docs in a single file for the
whole tree.
2015-09-11 19:32:08 -04:00
Brendan Burns
9ba13ff361 Address comments 2015-09-11 13:55:16 -07:00
derekwaynecarr
094a7f4de1 Provide a redirect to new resource quota location 2015-09-11 12:12:32 -04:00
derekwaynecarr
48d0e8945d Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
derekwaynecarr
295b8cdf16 Add requests and limits to kubectl run 2015-09-11 10:57:21 -04:00
eulerzgy
db143cf23f Document describe fix 2015-09-11 22:42:45 +08:00
Brendan Burns
d9e1a00a14 Add caching for swagger schemas 2015-09-10 21:18:52 -07:00
Abhishek Shah
44ce4aa423 Create a LB for a K8S with the LB-IP provided by user. 2015-09-10 21:05:06 -07:00
feihujiang
714a042ce4 Change Expose Command's port operation to no required 2015-09-11 11:37:55 +08:00
Brendan Burns
fd73a600a0 Add a code of conduct. 2015-09-10 11:53:27 -07:00
k8s-merge-robot
cfa5e516a8 Merge pull request #13655 from Huawei-PaaS/change_random_to_roundrobin_in_services_md
Auto commit by PR queue bot
2015-09-10 03:43:07 -07:00
Chao Xu
58b01bee1c Merge pull request #13453 from aveshagarwal/master-kubectl-get-fixes
Adds serviceaccounts to kubectl get/describe cli help and docs description.
2015-09-09 17:42:58 -07:00
Chao Xu
183c6e2e84 Merge pull request #13652 from clasohm/example_download_links_raw
add raw flag for GitHub download links
2015-09-09 16:19:14 -07:00
Avesh Agarwal
6d6f338fac Adds servicesaccounts to kubectl get/describe cli help and docs. 2015-09-09 12:15:25 -04:00
Clayton Coleman
76025fd31b Add documentation for deleted pods in the user-guide 2015-09-09 09:40:57 -04:00
dinghaiyang
d57263b94b Replace limits with request where appropriate 2015-09-09 15:38:34 +08:00
goltermann
bec4c10dc4 Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
k8s-merge-robot
b3eace631e Merge pull request #13662 from Huawei-PaaS/issue-kubeconfig
Auto commit by PR queue bot
2015-09-08 13:50:52 -07:00