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