Vishnu Kannan
79dd174e7a
Adding a proposal for handling resource metrics in Kubernetes.
2015-10-01 15:11:42 -07:00
k8s-merge-robot
b840357d6f
Merge pull request #12944 from pmorie/nonroot-volumes-proposal
...
Auto commit by PR queue bot
2015-10-01 05:53:06 -07:00
Vincenzo D'Amore
768644c314
moved fs.chmod into openssl rsa callback function
2015-10-01 13:07:40 +02:00
Vincenzo D'Amore
e59bcad460
Merge remote-tracking branch 'upstream/master'
2015-10-01 12:53:57 +02:00
Wojciech Tyczynski
6c65047ae9
Merge pull request #14604 from pyk/VBox-5-0-support
...
docs: work with VBox 5.0, confirmed
2015-10-01 09:38:05 +02:00
He Simei
a4187471a5
deprecate incorrect description
2015-10-01 14:23:34 +08:00
He Simei
d593c42e42
deprecate unknown admission control
2015-10-01 12:45:36 +08:00
He Simei
be14f720c4
upgrade k8s to 1.0.6 for ubuntu
2015-10-01 12:45:36 +08: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
Paul Morie
7f049b7deb
Proposal: generic SELinux support for volumes
2015-09-30 19:20:27 -04:00
Paul Morie
32b664673e
Proposal for pod-level supplemental group and volume ownership mangement
2015-09-30 18:24:06 -04: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
hardy.jung
5235908dff
Fixed typo in getting-started-guides:scratch
2015-09-30 17:24:22 +09:00
HaiyangDING
6e11cd6028
Replace PodFitsPorts with PodFitsHostPorts
2015-09-30 15:14:59 +08:00
Brendan Burns
0601b7b452
Merge pull request #14795 from feihujiang/fixWrongURLInCliRoadmapDocument
...
Fix wrong URL in cli-roadmap doc
2015-09-29 19:54:06 -07: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
Brendan Burns
446257b887
Merge pull request #14707 from jijun2/fix-0929
...
update service&endpoint describe
2015-09-29 19:28:39 -07:00
k8s-merge-robot
b661cfd21e
Merge pull request #14643 from liguangbo/change_Oom_to_OOM
...
Auto commit by PR queue bot
2015-09-29 18:54:22 -07:00
feihujiang
d62cb6ff6f
Fix wrong URL in cli-roadmap doc
2015-09-30 09:49:29 +08:00
jijun2
d624bee753
update service&endpoint describe
2015-09-28 23:55:08 -04:00
k8s-merge-robot
688e0921a8
Merge pull request #14523 from jayunit100/README-ctrlrsched
...
Auto commit by PR queue bot
2015-09-28 20:35:50 -07: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
liguangbo
12299087da
Change Oom to OOM
2015-09-28 18:18:04 +08: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
Bayu Aldi Yansyah
e66bb33e2d
docs: fix words
2015-09-26 10:04:54 +07:00
Bayu Aldi Yansyah
78f38f1d4d
docs: work with VBox 5.0, confirmed
...
add small update to the docs. based on this discussion
https://groups.google.com/forum/#!topic/google-containers/qr4UMofltzs
2015-09-26 08:41:47 +07:00
Paul Morie
0c70062d67
Proposal for pod level security context and backward compatibility
2015-09-25 16:19:20 -04: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
Brian Grant
f9e4a6f60a
Merge pull request #14465 from zhengguoyong/del-graphic-minion
...
Remove use of "minion" from graphic
2015-09-25 10:58:57 -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
He Simei
d3f160ff13
add support for amzn
2015-09-25 16:39:50 +08:00
He Simei
0178dba381
add support for CentOS via multi-docker
2015-09-25 13:38:15 +08:00
eulerzgy
eb71e59fcb
Remove use of "minion" from graphic
2015-09-25 10:07:13 +08:00
Brian Grant
ba89c98fc7
Merge pull request #14079 from erictune/job_docs
...
Job and DaemonSet documentation.
2015-09-24 18:27:09 -07:00
Eric Tune
bc3f7ce868
Merge pull request #14529 from davidopp/daemon-design
...
Daemon design, take 3
2015-09-24 18:16:11 -07:00
Eric Tune
bf9e93250e
Job and DaemonSet documentation.
2015-09-24 17:51:25 -07:00
David Oppenheimer
0cb5553d8a
Ran update-generated-docs.sh
2015-09-24 17:17:39 -07:00
Brian Grant
cc48f65de1
Merge pull request #14387 from robszumski/rewrite-coreos
...
docs: revamp CoreOS getting started guides
2015-09-24 16:59:02 -07:00
Brian Grant
bbae9fc983
Merge pull request #14330 from zhengguoyong/update-rc
...
update replication-controllers to replicaton controller
2015-09-24 16:55:28 -07:00
David Oppenheimer
6ec362bfd4
Respond to reviewer comments.
2015-09-24 16:22:10 -07:00
Chao Xu
ae1293418b
move experimental/v1 to experimental/v1alpha1;
...
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
jayunit100
783a7aa7e6
Remove some stuff that looks obsolete from api-server certs/access docs
2015-09-24 17:25:57 -04:00
Eric Tune
ff1156d4c1
Merge pull request #13930 from ArtfulCoder/privileged
...
allow privileged pods
2015-09-24 13:42:31 -07:00
Craig Jellick
142018cff4
Correct example salt config
...
The correct parameter is cloud not cloud_provider.
2015-09-24 12:27:23 -07:00
Filip Grzadkowski
595381d48c
Upgrade flannel to 0.5.3
2015-09-24 15:57:27 +02:00
Rob Szumski
aab396f624
docs: proper capitalization of CoreOS
2015-09-23 17:21:07 -07:00
Eric Tune
795d6827c1
Merge pull request #13712 from Huawei-PaaS/add_doc_for_ubuntu_Cluster_upgrade
...
Add docs for ubuntu kubernetes cluster upgrading
2015-09-23 16:50:08 -07:00
Rob Szumski
e831d1559c
docs: fix spelling/feedback
2015-09-23 16:48:01 -07:00
Eric Tune
83fde15083
Merge pull request #14155 from mattjmcnaughton/fix-devel-coding-conventions-markdown
...
Fix indendation on devel/coding-conventions.md
2015-09-23 16:46:50 -07:00
Eric Tune
dd6a897ce9
Merge pull request #14258 from zhengguoyong/update-etcdindex
...
change etcdIndec to etcdIndex
2015-09-23 16:42:37 -07:00
Eric Tune
1e0aec4edb
Merge pull request #14329 from Huawei-PaaS/fix-wrong-paramter-ubuntu-md
...
fix the parameter name of k8s version
2015-09-23 16:40:56 -07:00
Eric Tune
8d2d42a8d0
Merge pull request #14345 from zhengguoyong/update-minior
...
change kubernetes-mininon to kubernetes-node
2015-09-23 16:40:19 -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
Eric Tune
25e835fdc7
Merge pull request #14401 from linzichang/change-describe-secret
...
Change a describe in docs/design/secrets.md
2015-09-23 16:28:04 -07:00
Eric Tune
305a7d3f94
Merge pull request #14410 from lhuard1A/remove_etcd_discovery
...
[libvirt-coreos cluster] Get rid of the etcd discovery mechanism in favor of static configuration
2015-09-23 16:26:38 -07:00
Paul Morie
d5a6f53a83
Add link to dev e2e docs from api_changes doc
2015-09-23 14:45:00 -04: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
Vincenzo D'Amore
36f92dd026
Merge remote-tracking branch 'upstream/master'
2015-09-23 09:49:02 +02:00
Zichang Lin
33274ac717
Change a describe in docs/design/secrets.md
2015-09-23 14:58:16 +08:00
Rob Szumski
60923cb171
docs: split official vs community sections
2015-09-22 16:01:09 -07:00
Abhishek Shah
09465c9a2a
allow privileged pods
2015-09-22 13:44:08 -07:00
Lénaïc Huard
6fad7d3520
Revert "Add local etcd discovery support for libvirt-coreos"
...
This reverts commit 74601eabbe
.
2015-09-22 18:30:39 +02:00
k8s-merge-robot
ab07e320ec
Merge pull request #13725 from HaiyangDING/update_resource-quota_doc
...
Auto commit by PR queue bot
2015-09-22 08:56:12 -07:00
Salvatore Dario Minonne
d7e493af5e
updating label selector doc
2015-09-22 12:26:38 +02:00
eulerzgy
9f82ffa273
change kubernetes-mininon to kubernetes-node
2015-09-22 16:30:09 +08:00
eulerzgy
239b121f1f
del unnecessary parenthesis
2015-09-22 11:16:51 +08: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
eulerzgy
3326e24f29
update replication-controllers to replicaton controller
2015-09-22 09:48:53 +08:00
yuqi huang
5fe8d7d106
fix the parameter name of k8s version
...
fix the parameter name of k8s version
2015-09-22 09:45:49 +08:00
David Oppenheimer
85e0814217
Design doc for daemon controller.
...
Originally started as PR #13368 .
2015-09-21 17:25:09 -07:00
Ananya Kumar
97b208c79e
Update daemon.md
2015-09-21 17:25:09 -07:00
AnanyaKumar
9a63aa66d7
Add daemon design doc
2015-09-21 17:25:09 -07:00
k8s-merge-robot
c96c76b729
Merge pull request #13780 from smarterclayton/pod_logs
...
Auto commit by PR queue bot
2015-09-21 17:02:47 -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
k8s-merge-robot
11c31aeca7
Merge pull request #14252 from thockin/exp_annot_convention
...
Auto commit by PR queue bot
2015-09-21 10:50:40 -07:00
k8s-merge-robot
843134885e
Merge pull request #12470 from simon3z/add-host-ipc
...
Auto commit by PR queue bot
2015-09-21 09:15:01 -07:00
k8s-merge-robot
9f93dceab1
Merge pull request #14112 from timothysc/e2e-docs
...
Auto commit by PR queue bot
2015-09-21 07:21:16 -07:00
eulerzgy
696372a693
change etcdIndec to etcdIndex
2015-09-21 15:21:11 +08:00
Tim Hockin
cf1141220f
Clarify experimental annotation format
2015-09-20 21:00:41 -07:00
k8s-merge-robot
c2f76e4ce7
Merge pull request #14106 from jszczepkowski/hpa-api
...
Auto commit by PR queue bot
2015-09-19 22:23:06 -07:00
hw-qiaolei
2ac0e15f93
Add kubectl overview page
2015-09-19 10:08:09 +00:00
k8s-merge-robot
83192aac45
Merge pull request #13964 from liguangbo/fix_make_ca_cert_proxy
...
Auto commit by PR queue bot
2015-09-19 00:15:54 -07:00
qiaolei
7f7c36dc1a
Change 'params' to 'extraParams' to keep align with naming conventions
...
Go field names must be CamelCase. JSON field names must be camelCase. Other than capitalization of the initial letter, the two should almost always match. No underscores nor dashes in either
Please refer 'https://github.com/kubernetes/kubernetes/blob/master/docs/devel/api-conventions.md#naming-conventions '
2015-09-19 09:32:17 +08:00
Tim Hockin
6def707f9c
Merge pull request #12887 from djosborne/master
...
added calico-kubernetes-fedora-digitalocean demo
2015-09-18 14:43:54 -07:00
Federico Simoncelli
f21d9ac9e4
Support pods with containers using host ipc
...
Add a HostIPC field to the Pod Spec to create containers sharing
the same ipc of the host.
This feature must be explicitly enabled in apiserver using the
option host-ipc-sources.
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-09-18 21:13:39 +02:00
Tim Hockin
8e4b09df8f
Merge pull request #14077 from nikhiljindal/update-swagger-docs
...
Updating stale api-reference docs
2015-09-18 09:59:32 -07:00
liguangbo
c907bac6c8
Fix easy-rsa download time out in ubuntu deployment script
2015-09-18 17:37:04 +08:00
k8s-merge-robot
73d71d6a67
Merge pull request #14096 from mvdan/util-duration
...
Auto commit by PR queue bot
2015-09-18 00:20:43 -07:00
Matt McNaughton
44be087f7a
Fix indendation on devel/coding-conventions.md
...
Fixing the indendation means the markdown will now render correcly on
Github.
Signed-off-by: Matt McNaughton <mattjmcnaughton@gmail.com>
2015-09-18 00:34:25 -04:00
Daniel Martí
586cb9126a
Move pkg/util.Time to pkg/api/unversioned.Time
...
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-17 17:51:27 -07: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
Timothy St. Clair
f958daf67d
Add developer documentation on e2e testing.
2015-09-17 14:40:14 -05:00
Clayton Coleman
094640a35c
Additional comments
2015-09-17 14:57:20 -04:00
Alex Mohr
959c1a14cf
Merge pull request #13750 from jimmycuadra/docs-accessing-the-api
...
Clarify authentication methods for k8s components
2015-09-17 10:26:58 -07: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
Jerzy Szczepkowski
7fcf7f1177
Cleanups in HorizontalPodAutoscaler API.
...
Cleanups in HorizontalPodAutoscaler API: renamed Min/MaxCount to Min/MaxReplicas as Replicas is the proper name used in other objects.
2015-09-17 14:16:43 +02:00
k8s-merge-robot
e83bf49f86
Merge pull request #13957 from ghodss/rename-deployment-structs
...
Auto commit by PR queue bot
2015-09-17 04:23:13 -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
k8s-merge-robot
445fde3dc5
Merge pull request #13447 from pweil-/pid-mode
...
Auto commit by PR queue bot
2015-09-16 23:34:35 -07:00
Alex Mohr
f3308dc918
Merge pull request #13683 from brendandburns/docs4
...
Add some documentation describing out developer/repository automation.
2015-09-16 21:53:57 -07:00
Alex Mohr
8da538fcd3
Merge pull request #13979 from bgrant0607/docfix2
...
A couple more naming conventions.
2015-09-16 21:49:46 -07:00
Mike Danese
19421c52e2
Merge pull request #13963 from zhengguoyong/fix-minior-doc
...
fix the change of minions to nodes
2015-09-16 15:14:10 -07:00
nikhiljindal
e5e5b0af5a
Updating stale api-reference docs
2015-09-16 14:34:46 -07:00
k8s-merge-robot
3dcb75c599
Merge pull request #13986 from derekwaynecarr/move_to_flannel
...
Auto commit by PR queue bot
2015-09-16 09:36:09 -07:00
k8s-merge-robot
26da8d0f24
Merge pull request #10093 from jsafrane/devel/static-pods
...
Auto commit by PR queue bot
2015-09-16 05:53:46 -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
k8s-merge-robot
14ccba8924
Merge pull request #13886 from a-robinson/logtags
...
Auto commit by PR queue bot
2015-09-16 05:51:32 -07:00
k8s-merge-robot
b85a7c0a6d
Merge pull request #13968 from kevin-wangzefeng/fix_a_typo_in_ubuntu_getting_started_guide
...
Auto commit by PR queue bot
2015-09-16 05:07:19 -07: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
yuqi huang
e7101386db
Add docs for ubuntu kubernetes cluster upgrading
...
Add docs for ubuntu kubernetes cluster upgrading
2015-09-16 09:49:06 +00:00
k8s-merge-robot
0ef741a557
Merge pull request #14018 from Huawei-PaaS/fix-typos-of-doc
...
Auto commit by PR queue bot
2015-09-16 02:48:28 -07:00
yuqi huang
d88562d070
fix the syntax error in docs
...
fix the syntax error in docs
2015-09-16 11:47:02 +08:00
Janet Kuo
5a608446ba
pull "kubectl edit" from openshift upstream
2015-09-15 19:16:23 -07:00
zhengguoyong
8602250551
Update vagrant.md
2015-09-16 09:10:47 +08:00
zhengguoyong
6c5e25b71c
Update salt.md
2015-09-16 09:10:05 +08:00
zhengguoyong
efef922671
Update salt.md
2015-09-16 09:08:50 +08:00
Jeff Lowdermilk
9f036f2a55
Merge pull request #13954 from ArtfulCoder/externalIPDoc
...
Documentation for externalIPs
2015-09-15 17:48:11 -07:00
Jeff Lowdermilk
aa801f0dd9
Merge pull request #13950 from tpounds/fix-hosted-etcd-image-doc-links
...
Fix scratch doc links to hosted etcd images.
2015-09-15 17:43:06 -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
Alex Robinson
8040f75594
Update fluentd-gcp to use a new google-fluentd build with my recent
...
changes to fluent-plugin-google-cloud to attach Kubernetes metadata to
logs.
Along with this, separate logs from containers in the cluster out from
logs from the daemons running on the node by instantiating two instances
of the output plugin, one which uses the new metadata (for containers)
and one which doesn't (for things like docker and the kubelet).
2015-09-15 23:14:43 +00:00
Sam Ghods
cc6754f8d9
Rename Deployment API structs
2015-09-15 14:46:41 -07:00
derekwaynecarr
360e7620d3
Move vagrant to flannel
2015-09-15 15:42:38 -04:00
Abhishek Shah
c7d659950b
Documentation for externalIPs
2015-09-15 11:43:39 -07:00
eulerzgy
4d3d3a5e22
fix the change of minions to nodes
2015-09-16 02:30:42 +08:00
Brian Grant
a21c8bcb37
A couple more naming conventions.
2015-09-15 18:24:02 +00:00
Paul Weil
ed80c2b940
pid mode
2015-09-15 13:51:44 -04:00
Alexander Hersh
17be377174
Update fedora-calico.md
2015-09-15 10:26:33 -07:00
dinghaiyang
1c88a368b4
update resource-quota docs
2015-09-16 00:52:29 +08:00
Kevin
e92f66693e
fix a typo in Ubuntu getting started guide
2015-09-15 20:57:50 +08: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
Trevor Pounds
17f9693350
Fix scratch doc links to hosted etcd images.
2015-09-14 17:26:52 -07:00
Zach Loafman
fbebc276bb
Fix the checkout instructions
2015-09-14 17:05:05 -07: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
cbf5939d1c
Merge pull request #13821 from brendandburns/docs5
...
Auto commit by PR queue bot
2015-09-14 15:55:11 -07:00
k8s-merge-robot
e7666814e2
Merge pull request #13906 from zhengguoyong/fix-doc2
...
Auto commit by PR queue bot
2015-09-14 13:56:03 -07:00
Brendan Burns
cacf5ae519
Add some documentation describing out developer/repository automation.
2015-09-14 13:44:55 -07:00
derekwaynecarr
543db9330c
Fix broken link to submit queue
2015-09-14 13:03:11 -04:00
Vincenzo D'Amore
a2ea6ade59
Merge remote-tracking branch 'upstream/master'
2015-09-14 15:36:35 +02:00
eulerzgy
0dc552ede5
fix document
2015-09-14 17:47:19 +08: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
k8s-merge-robot
dafe185372
Merge pull request #13711 from jijun2/master
...
Auto commit by PR queue bot
2015-09-13 06:08:22 -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
Mike Danese
27c4f22ef4
Merge pull request #13816 from L-MA/update-docs-calico
...
Update ubuntu-calico getting started guide
2015-09-11 18:34:52 -07: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
Alex Robinson
614b1cf3c1
Replace /varlog with /var/log in the fluentd-gcp config to match the
...
recently updated fluent-es config.
2015-09-11 16:52:49 -07:00
Mike Danese
d59f742914
Merge pull request #13777 from lavalamp/moveExp
...
Move expapi to apis/experimental; fix conversion generators
2015-09-11 16:45:44 -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
Daniel Smith
7a0fc719fb
Fix tooling for apis/experimental's new home
...
* fix package name
* add a script to auto-gofmt everything, useful after grep/sed incantations
* update conversion/deep copy generation
* doc update
2015-09-11 16:06:10 -07: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
jijun2
837f455eb8
Update fedora_manual_config.md
2015-09-11 17:37:04 +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
k8s-merge-robot
bfc60709b1
Merge pull request #13468 from yifan-gu/rkt_doc
...
Auto commit by PR queue bot
2015-09-10 20:32:08 -07:00
Mike Danese
aba849c43c
Merge pull request #13801 from Huawei-PaaS/fix-typo-error-of-ovs-networking-png
...
fix typo error of ovs-networking.png
2015-09-10 20:18:06 -07:00
Mike Danese
fa8ddb4cde
Merge pull request #13802 from Huawei-PaaS/fix-dead-link-in-docker-md
...
fix the dead link of docker.md
2015-09-10 19:18:41 -07:00
huangyuqi
4508101c1b
fix typo error of ovs networking.png
2015-09-11 09:06:33 +08:00
Daniel Smith
82d6489556
Manually fixing docs, since gendocs messes up the links.
2015-09-10 17:17:59 -07:00
k8s-merge-robot
1c3daac869
Merge pull request #13826 from JanetKuo/kubectl-bash-completion-docs
...
Auto commit by PR queue bot
2015-09-10 15:33:57 -07:00
yuqi huang
8de12acc3d
fix the dead link &typo error of docker.md
...
fix the dead link &typo error of docker.md
2015-09-10 22:14:11 +00:00
Yifan Gu
cbee5c36f4
docs: update rkt guide, add debugging tips.
2015-09-10 14:58:03 -07:00
Vincenzo D'Amore
8f0be8deae
Merge remote-tracking branch 'upstream/master'
2015-09-10 23:17:39 +02:00
k8s-merge-robot
4167b602b9
Merge pull request #13578 from brendandburns/docs
...
Auto commit by PR queue bot
2015-09-10 14:02:03 -07:00
JanetKuo
3ad58322dd
Document how to install kubectl bash completion
2015-09-10 13:17:27 -07:00
Brendan Burns
fd73a600a0
Add a code of conduct.
2015-09-10 11:53:27 -07:00
Alex Robinson
746dcb8075
Make fluentd-es output its warning logs and fluentd-gcp mount
...
/var/lib/docker read-only.
2015-09-10 18:28:27 +00:00
Brendan Burns
3cf30299f5
Add 1.1 to the roadmap.
2015-09-10 11:14:45 -07:00
Luke Mino-Altherr
f2664fc73b
Fix getting kube-proxy
2015-09-10 10:16:46 -07:00
k8s-merge-robot
92f21b3fe3
Merge pull request #13790 from kevin-wangzefeng/fix_typo_in_development_md
...
Auto commit by PR queue bot
2015-09-10 09:48:08 -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
gmarek
ca30de0bde
Initial kubemark proposal
2015-09-10 09:54:42 +02:00
Chao Xu
e5e1ef301f
Merge pull request #12951 from caesarxuchao/APIGroup-proposal
...
[RFC] adding a proposal for api groups
2015-09-09 17:44:32 -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
Chao Xu
73df8f30a3
adding a proposal for api groups
2015-09-09 15:55:16 -07:00
Clayton Coleman
23133a7344
Define lock coding convention
2015-09-09 18:03:54 -04:00
Jimmy Cuadra
3bdb51e710
Clarify authentication methods for k8s components.
2015-09-09 11:16:56 -07:00
Kevin
0b08fc8595
fix a typo in development.md and update git_workflow.png
2015-09-10 00:22:43 +08:00
Avesh Agarwal
6d6f338fac
Adds servicesaccounts to kubectl get/describe cli help and docs.
2015-09-09 12:15:25 -04:00
k8s-merge-robot
d3b1e468e1
Merge pull request #13715 from Huawei-PaaS/fixed_a_typo_in_aws_md
...
Auto commit by PR queue bot
2015-09-09 08:26:59 -07:00
Clayton Coleman
76025fd31b
Add documentation for deleted pods in the user-guide
2015-09-09 09:40:57 -04:00
k8s-merge-robot
6f11647cb1
Merge pull request #13706 from Huawei-PaaS/Fixed_a_typo_in_fedora_manual_config_md
...
Auto commit by PR queue bot
2015-09-09 03:16:39 -07:00
k8s-merge-robot
7e51e6abf7
Merge pull request #13717 from Huawei-PaaS/fixed_a_markdown_error_in_azure_md
...
Auto commit by PR queue bot
2015-09-09 02:45:35 -07:00
qiaolei
390530d345
Fixed a markdown error in azure.md
2015-09-09 16:53:32 +08:00
qiaolei
294689ccff
Change ~/.kube/kubeconfig
to ~/.kube/config
...
Where `~/.kube/kubeconfig` should be `~/.kube/config`
2015-09-09 16:43:55 +08:00
Vincenzo D'Amore
1b82b1148a
Merge remote-tracking branch 'upstream/master'
2015-09-09 10:06:10 +02:00
k8s-merge-robot
45742e885c
Merge pull request #13452 from aveshagarwal/master-api-rate-burst-remove
...
Auto commit by PR queue bot
2015-09-09 00:42:59 -07:00
dinghaiyang
d57263b94b
Replace limits with request where appropriate
2015-09-09 15:38:34 +08:00
jijun2
96773abdfc
add note for changes of etcd2.0 ports in Fedora 22
...
modified: docs/getting-started-guides/fedora/fedora_manual_config.md
2015-09-09 03:12:21 -04:00
qiaolei
f1ac43aa4e
Fixed a typo in fedora_manual_config.md
...
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
2015-09-09 13:15:34 +08:00
k8s-merge-robot
891cef4efa
Merge pull request #13530 from goltermann/docs
...
Auto commit by PR queue bot
2015-09-08 19:19:15 -07:00
Chao Xu
496296f7f5
Merge pull request #13634 from ZJU-SEL/patch-docker-sh
...
Add mount dirs to docker multi-node scripts
2015-09-08 16:34:16 -07:00
Chao Xu
15d293acc1
Merge pull request #13635 from ZJU-SEL/patch-version
...
Add default version to docker-multi scripts
2015-09-08 16:33:51 -07:00
Chao Xu
4bfac3e36b
Merge pull request #13674 from Huawei-PaaS/fixed_a_markdown_error_in_rackspace_md
...
Fixed a markdown error in rackspace.md
2015-09-08 16:22:35 -07: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
k8s-merge-robot
12c005898e
Merge pull request #13679 from pmorie/api-change-docs
...
Auto commit by PR queue bot
2015-09-08 12:54:41 -07:00
Paul Morie
6d96b63e62
Update api change docs
2015-09-08 13:38:15 -04:00
Chao Xu
a6566031be
Merge pull request #13422 from feihujiang/supportSettingEnvInKubectlRun
...
Support setting env vars in kubectl run
2015-09-08 10:32:48 -07:00
k8s-merge-robot
3a04f7eafa
Merge pull request #13646 from Huawei-PaaS/fixed_a_markdown_error_in_getting_into_containers_md
...
Auto commit by PR queue bot
2015-09-08 09:32:57 -07:00
k8s-merge-robot
57d7107e06
Merge pull request #13668 from Huawei-PaaS/add_PodPhase_Unknown
...
Auto commit by PR queue bot
2015-09-08 08:04:12 -07:00
qiaolei
9fdc251006
Fixed a markdown error in rackspace.md
2015-09-08 22:40:45 +08:00
Jan Safranek
b710468b73
Add documentation about static pods.
...
Described behavior was extracted from source code and via trial-and-error
attempts.
2015-09-08 15:57:09 +02:00
qiaolei
4936b9d5d2
Add PodPhase 'Unknown'
...
Add PodPhase 'Unknown' and its corresponding description.
2015-09-08 21:14:30 +08:00
Jian Huang
3081f88929
Update the KubeConfig Doc
...
Correct the document.
2015-09-08 17:27:44 +08:00
qiaolei
72c7d87973
fixed a markdown error in the title
2015-09-08 08:41:50 +00:00
qiaolei
1402a63150
change 'random' to 'round robin' for the choice of a service backend
2015-09-08 15:17:42 +08:00
feihujiang
84e94e39cd
Support setting env vars in kubectl run
2015-09-08 14:31:29 +08:00
harry
c9644b3e5b
Add mount dirs to multi-node scripts
2015-09-08 09:50:49 +08:00
Carsten Clasohm
d093fe0c4b
add raw flag for GitHub download links
2015-09-07 17:43:09 -07:00
k8s-merge-robot
616ba4ea9a
Merge pull request #13261 from mwielgus/hpa_formula
...
Auto commit by PR queue bot
2015-09-07 05:44:11 -07:00
k8s-merge-robot
6605b170b6
Merge pull request #13618 from Huawei-PaaS/add_svc_and_fix_typos_in_namespace_md
...
Auto commit by PR queue bot
2015-09-07 03:51:56 -07:00
Marcin Wielgus
02c30c5d61
Update for scaling rules in HorizontalPodAutoscaler
2015-09-07 12:30:22 +02:00
qiaolei
41708fb0af
Add 'svc.' before 'cluster.local' and fix some typos
...
1. Add 'svc.' before 'cluster.local'
2. ```Terminating`` to `Terminating`
3. 'DNS entry1' to 'DNS entry'
2015-09-07 09:11:30 +00:00
k8s-merge-robot
96e0ed5749
Merge pull request #13624 from Huawei-PaaS/del_an_useless_line_in_liveness
...
Auto commit by PR queue bot
2015-09-06 23:28:12 -07:00
harry
365562c0b9
Add default version to scripts
2015-09-07 06:22:48 +00:00
qiaolei
33b4cb91c1
Delete an useless line in liveness
...
Delete an useless line in liveness: `mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods`
2015-09-06 18:54:23 +08:00
Dai Zuozhuo
2e2ef3e830
change -o template to -o go-template=...
2015-09-05 22:30:47 +08:00
Eric Paris
bf7646bd9e
Update docs based on new spf13/cobra
2015-09-04 19:20:03 -04:00
Quinton Hoole
4fe94164f0
Merge pull request #13477 from caseydavenport/update-calico-ubuntu-docs
...
Update calico ubuntu docs
2015-09-04 14:14:46 -07:00
Quinton Hoole
be19554bae
Merge pull request #13383 from hurf/label_drun
...
Add --dry-run option for label command
2015-09-04 14:03:14 -07:00
Quinton Hoole
dd68f0b23f
Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes
...
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kub…
2015-09-04 12:36:01 -07:00
Piotr Szczesniak
e285af9b20
Merge pull request #13390 from derekwaynecarr/remove_namespace_exists
...
Remove NamespaceExists from configuration
2015-09-04 13:44:40 +02:00
Piotr Szczesniak
58e9ee2c25
Merge pull request #13278 from bgrant0607/docfix2
...
Start on expanding code expectations (aka "The bar")
2015-09-04 13:40:24 +02:00
Vincenzo D'Amore
4461990933
Merge remote-tracking branch 'upstream/master'
2015-09-04 01:13:41 +02:00
Avesh Agarwal
f0d0e2a089
Remove unused api-rate and api-burst params.
2015-09-03 17:57:35 -04:00
derekwaynecarr
06bbe00642
Remove NamespaceExists from configuration
2015-09-03 13:42:09 -04:00
Eric Paris
04fc8ae3dd
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes|
2015-09-03 10:10:11 -04:00
hurf
46e7f5684c
Add --dry-run option for label command
...
With --dry-run option, label command will print the object locally
without update it on server side.
2015-09-03 21:37:11 +08:00
feihujiang
0427711c42
Fixes upper case letters in kubectl examples
2015-09-03 12:00:21 +08:00
k8s-merge-robot
80f2d89a79
Merge pull request #13087 from ZJU-SEL/specify-garbage-collection
...
Auto commit by PR queue bot
2015-09-02 17:08:54 -07:00
Abhi Shah
d6d6bd825d
Merge pull request #13529 from eparis/submit-queue-whitelist-link
...
Fix the link to the submit-queue whitelist
2015-09-02 15:17:26 -07:00
Abhi Shah
642ebb4994
Merge pull request #13099 from JanetKuo/kubectl-expose-deprecate-create-external-load-balancer
...
Deprecated kubectl flag "create-external-load-balancer"
2015-09-02 15:16:08 -07:00
Eric Paris
f9c06397fe
Fix the link to the submit-queue whitelist
2015-09-02 18:00:52 -04:00
Brendan Burns
2df5010834
Merge branch 'sdminonne-container_sidecar'
2015-09-02 10:42:08 -07:00
Casey D
3c4ab920c0
Update Calico-Ubuntu install guide
2015-09-02 09:47:00 -07:00
k8s-merge-robot
dd5f970679
Merge pull request #13446 from fgrzadkowski/fix_docker_multinode_doc
...
Auto commit by PR queue bot
2015-09-02 06:48:56 -07:00
Vincenzo D'Amore
5c33cbdf33
fix - removed annoying message 'enter your password for the ssh key'
2015-09-02 15:37:34 +02:00
Wojciech Tyczynski
b4a3698fae
Merge pull request #13472 from justinsb/docs_pull_policy_name
...
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
2015-09-02 10:17:40 +02:00
Wojciech Tyczynski
72fe5a9b9b
Merge pull request #13351 from Huawei-PaaS/arch_authz_and_authn_kubelet
...
Adjust the architecture diagram
2015-09-02 10:15:26 +02:00
hw-qiaolei
e4b9e83fea
Adjust the architecture diagram
...
Some modifications of the architecture diagram:
1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it
2. adjust the arrow to point to kubelet instead of to node of the second node
3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server
4. some tiny adjustments of the arrow position
5. affected files: architecture.svg, architecture.png and architecture.dia
2015-09-02 14:48:04 +00:00
Wojciech Tyczynski
078c0c16f2
Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md
...
Update quota example in admission_control_resource_quota.md
2015-09-02 10:14:36 +02:00
qiaolei
26a3ace570
Update quota example
...
Update quota example to track latest changes
2015-09-02 15:11:22 +08:00
Brendan Burns
3dd3aa2730
Merge pull request #13442 from liebowitz/master
...
Fixed typo in CentOS doc: api-servers arg
2015-09-01 21:40:46 -07:00
Brendan Burns
03fc551988
Merge pull request #13340 from rimey/documentation
...
Fix buggy placement of imagePullPolicy in documentation example.
2015-09-01 21:28:46 -07:00
Alex Robinson
66ff3c133b
Merge pull request #13229 from a-robinson/fluent
...
Clean up the fluentd images to make them more debuggable
2015-09-01 17:01:04 -07:00
Justin Santa Barbara
c6d7a90449
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
...
PullIfNotPresent is the internal name in go code; IfNotPresent is the
user-facing value that is specified in json/yaml. For docs, we should use the
user-facing string.
Similarly PullAlways -> Always
2015-09-01 18:35:34 -04:00
Brian Grant
97e505849f
Start on expanding code expectations (aka "The bar")
2015-09-01 20:33:59 +00:00
Salvatore Dario Minonne
f4dc0653aa
adding downward api volume plugin
2015-09-01 22:23:03 +02:00
Brendan Burns
8696c6c1d7
Merge pull request #13290 from Huawei-PaaS/amend_two_markdown_errors_in_authentication_md
...
Amend some markdown and other errors in **easyrsa** section
2015-09-01 10:07:21 -07:00
Brendan Burns
6f2dcb5b90
Merge pull request #13297 from piosz/initial-proposal
...
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Brendan Burns
6c47bfc08b
Merge pull request #13352 from Huawei-PaaS/amend_markdown_errors_in_federation_md
...
Amend some markdown errors in federation.md
2015-09-01 10:05:25 -07:00
Brendan Burns
1919d7fa0e
Merge pull request #13369 from resouer/patch-5
...
Fix inconsistency path in GOPATH doc
2015-09-01 10:04:32 -07:00
Brendan Burns
90aaa3dcc2
Merge pull request #13373 from Huawei-PaaS/fix_dead_link_in_event_compression_md
...
Fix dead link in event_compression.md
2015-09-01 10:04:21 -07:00
Filip Grzadkowski
1a9b0d6018
Fix mounting volumes in docker based kubernetes setup.
2015-09-01 16:42:23 +02:00
Greg Liebowitz
133310d84d
Fixed typo in CentOS doc
2015-09-01 09:10:38 -04:00
Wojciech Tyczynski
5c2c42eed8
Merge pull request #13220 from aveshagarwal/master-issue-12740
...
httpGet livenessprobe fails for controller and scheduler when following steps in scratch.md (fixes #12740 )
2015-09-01 14:20:15 +02:00
k8s-merge-robot
a4d953f4b3
Merge pull request #13131 from hurf/anno_unused
...
Auto commit by PR queue bot
2015-09-01 04:32:13 -07:00
He Simei
f5bdea836e
specify gc
2015-09-01 10:16:20 +08:00
Janet Kuo
22ec272494
Change deprecated 'kubectl stop' to 'delete'
2015-08-31 18:04:04 -07:00
k8s-merge-robot
9379b0b7d9
Merge pull request #13124 from linzichang/master
...
Auto commit by PR queue bot
2015-08-31 13:39:32 -07:00
Piotr Szczesniak
dac19e680e
Fixed links in initial-resources proposal
2015-08-31 09:30:11 +02:00
Harry Zhang
d70b565e55
Fix inconsistency path in GOPATH doc
...
we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes
Close this if I made mistaken this
2015-08-31 15:19:53 +08:00
Jerzy Szczepkowski
3f1a94f48f
Merge pull request #13304 from alexwlchan/patch-1
...
Fix typos in namespaces.md
2015-08-31 09:19:35 +02:00
qiaolei
b7e330c7b7
Fix dead link in event_compression.md
...
Where `pkg/client/record/event.go` should be `pkg/client/unversioned/record/event.go`
2015-08-31 14:39:44 +08:00
k8s-merge-robot
a078eba5b3
Merge pull request #13133 from feihujiang/changePortForwardExampleWithoutPFlag
...
Auto commit by PR queue bot
2015-08-30 12:02:43 -07:00
qiaolei
37b30b54e7
Amend some markdown errors in federation.md
2015-08-29 23:54:36 +08:00
k8s-merge-robot
08668d7d94
Merge pull request #13309 from kubernetes/revert-13246-revert-12492-limit_range_api
...
Auto commit by PR queue bot
2015-08-28 21:03:49 -07:00
lzc
74601eabbe
Add local etcd discovery support for libvirt-coreos
2015-08-29 11:49:35 +08:00
qiaolei
29625a9ffe
Fix Jenkins GCE e2e failure and other errors in APPENDIX easyrsa section
...
Modifications are as following(`APPENDIX` -> `**easyrsa**`):
1, fix Jenkins GCE e2e failure, mainly for markdown errors;
2, change `"${MASTER_IP}"` to `"IP:${MASTER_IP}"` to keep align with `make-ca-cert.sh`
3, change `/pki/` to `pki/` for the generated certs/key
4, other tiny improvements
Please check, thanks.
2015-08-29 11:27:26 +08:00
k8s-merge-robot
d79f53f73b
Merge pull request #13249 from feihujiang/removeUserGuideKubectlUselessDocs
...
Auto commit by PR queue bot
2015-08-28 19:17:39 -07:00
Avesh Agarwal
99c7a0854c
Updates the liveness user guide README to describe the host part of
...
httpGet probe.
2015-08-28 22:04:12 -04:00
Avesh Agarwal
a64d8d4f7b
Updates scratch.md to send httpGet livenessprobe to 127.0.0.1 for
...
controller-manager and scheduler as they both listen on 127.0.0.1 by
default. This fixes #12740 .
2015-08-28 22:03:33 -04:00
Ken Rimey
6b5c9c8984
Fix buggy placement of imagePullPolicy in documentation example.
2015-08-28 19:33:28 -04:00
Prashanth B
52f7833cd3
Revert "Revert "LimitRange updates for Resource Requirements Requests""
2015-08-28 09:26:36 -07:00
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
Mike Danese
feb0152595
Merge pull request #12056 from pmorie/container-env-dapi
...
Add link to downward API docs to container env docs
2015-07-31 12:16:04 -07:00
Brendan Burns
c9bc1456ff
Add session affinity flags to kubectl expose
2015-07-31 10:34:52 -07:00
Mike Danese
fd7a48f379
Merge pull request #11839 from eparis/munger-rewrite
...
Major rewrite for docs munger
2015-07-31 10:21:25 -07:00
Paul Morie
f475b933b0
Add link to downward API docs to container env docs
2015-07-31 12:52:12 -04:00
bdevloed
0dbd5bb2a8
Update docker.md, simplified kill command
...
docker ps -a | awk '{print $1}' could be replaced with docker ps -aq
2015-07-31 16:55:11 +02:00
kargakis
0e796ca09a
Enable scaling multiple controllers
2015-07-31 10:24:59 +02:00
Jerzy Szczepkowski
5ec7680554
Merge pull request #12023 from resouer/patch-4
...
Remove duplicated warning of docker version
2015-07-31 09:16:18 +02:00
hurf
029ed15be5
Better help message for get and describe
...
Add tips for shortcut ns and ep.
2015-07-31 15:15:51 +08:00
Ananya Kumar
bf5bcdc68f
Update admission_control.md
...
I tested out a Limit Ranger, and it seems like the admission happens *before* Validation. Please correct me if I'm wrong though, I didn't look at the code in detail. In any case, I think it makes sense for admission to happen before validation because code in admission can change containers.
By the way I think it's pretty hard to find flows like this in the code, so it's useful if we add links to code in the design docs (for prospective developers) :)
2015-07-30 20:02:06 -07:00
Paul Morie
429e9bda5e
Add information about protections/risks to secrets user guide
2015-07-30 21:33:00 -04:00
Mike Danese
a101aa175d
Merge pull request #12047 from thockin/devdocs
...
Add a note on when to use commits
2015-07-30 17:50:57 -07:00
Eric Paris
024208e39f
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Eric Paris
8886a9940d
Rewrite how the munger works
...
The basic idea is that in the main mungedocs we run the entirefile and
create an annotated set of lines about that file. All mungers then act
on a struct mungeLines instead of on a bytes array. Making use of the
metadata where appropriete. Helper functions exist to make updating a
'macro block' extremely easy.
2015-07-30 20:41:30 -04:00
Eric Paris
4cbca2e63c
Make munger begin/end less generic
...
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
2015-07-30 20:41:30 -04:00
Mike Danese
bfaa527139
Merge pull request #12045 from a-robinson/logs
...
Fix fluentd configs to collect etcd logs on the master
2015-07-30 17:36:46 -07:00
Mike Danese
51a7a38f67
Merge pull request #12020 from wojtek-t/move_to_storage
...
Move storage-related code to pkg/storage
2015-07-30 16:23:03 -07:00
Alex Robinson
9e18c29e9f
Make fluentd-gcp collect etcd's logs on the master.
2015-07-30 22:20:57 +00:00
Tim Hockin
c58e3fbbb6
Add a note on when to use commits
2015-07-30 15:11:38 -07:00
Avinash Sridharan
bf46a08f14
Merge branch 'master' of github.com:asridharan/kubernetes into fix_docker_doc
2015-07-30 14:30:08 -07:00
Avinash Sridharan
895cbb92ad
There is an open issue #9837 because of which kubernets is not able to start the API server if the underlying kernel does not support memory limits for CGROUP. Apparently docker is able
...
to detect this, but somehow this is not communicated to invocations from the remote API. Thus to get kubernets working on a local docker installation, its important to make sure that
the memory and swap accounting are turned on in the kernel and passed as a parameter to the kernel when booting up.
Hence added the required instructions as a pre-req for running kubernets in a local docker installation.
2015-07-30 14:19:57 -07:00
Mike Danese
cdb7d1ec61
Merge pull request #11960 from brendandburns/docker
...
Update docker instructions to 1.0.1
2015-07-30 14:12:41 -07:00
Brendan Burns
97cb1cd071
Add support for attach to kubectl
2015-07-30 12:56:18 -07:00
Mike Danese
452bdcae2d
Merge pull request #11895 from derekwaynecarr/vagrant_confornamce_tickbox
...
Vagrant passes conformance tests at HEAD
2015-07-30 10:35:34 -07:00
Harry Zhang
1674c00816
Remove duplicated warning of docker version
...
Sorry, but we need to left duplicated docker version warning. That's verbose.
2015-07-30 23:07:53 +08:00
Wojciech Tyczynski
3cbbe72f9f
Move etcd storage to pkg/storage/etcd
2015-07-30 15:42:06 +02:00
Mike Danese
4ddfa5d500
Merge pull request #11910 from mikedanese/dock-fix
...
fix incorrect maintainer for getting started from scratch guide
2015-07-29 16:20:21 -07:00
Mike Danese
82227c4fbd
Merge pull request #11973 from hurf/deprecate_stop
...
Deprecate kubectl stop command
2015-07-29 15:47:59 -07:00
Brendan Burns
4d65ff1192
Update multinode instructions
2015-07-29 13:43:27 -07:00
Brendan Burns
132575bcf8
Update single node docker to 1.0.1
2015-07-29 13:43:27 -07:00
Brendan Burns
fa6ee98ddc
Update worker.sh
2015-07-29 13:23:06 -07:00
Brendan Burns
b9a653bfbc
fix a missing 'g'
2015-07-29 13:22:47 -07:00
Mike Danese
1367076d2e
Merge pull request #11712 from dgonyeo/master
...
Updated coreos cloud configs for v1.0.1
2015-07-29 11:26:22 -07:00
Mike Danese
e907c276fb
Merge pull request #11630 from mgannholm/master
...
remove dup install and config sections; add chmod
2015-07-29 11:23:26 -07:00
Mike Danese
ed9e47adab
Merge pull request #11900 from aveshagarwal/fedora-ansible-fixes
...
Update fedora ansible guide to reflect recent changes in the kubernetes ansible code.
2015-07-29 10:32:54 -07:00
Mike Danese
025d3568bc
Merge pull request #11970 from ZJU-SEL/deprecate-outdated-param
...
deprecate outdated param for deploying k8s on ubuntu
2015-07-29 10:30:20 -07:00
Mike Danese
45b3ba17e3
Merge pull request #11969 from moander/patch-1
...
typo
2015-07-29 09:50:35 -07:00
Mike Danese
60ac834563
Merge pull request #10652 from JanetKuo/kubectl-o-name
...
Add '-o name' to mutations
2015-07-29 09:46:10 -07:00
Mike Danese
e5c31da2ff
Merge pull request #11878 from wojtek-t/refactor_etcd_watcher
...
Factor out etcdWatcher and rename methods in StorageInterface
2015-07-29 09:44:02 -07:00
Mike Danese
b4f8dae187
Merge pull request #11863 from danieldreier/fedora_manual_docsfix
...
Fix fedora manual config getting started guide
2015-07-29 09:42:03 -07:00
Mike Danese
0b7c2d5496
Merge pull request #11450 from errordeveloper/master
...
coreos/azure: Updates for 1.0
2015-07-29 09:18:09 -07:00
Mike Danese
c25bcaa395
Merge pull request #11109 from resouer/patch-3
...
Add a script version for kube-in-docker
2015-07-29 07:28:43 -07:00
derekwaynecarr
01ec50deb4
Vagrant passes conformance tests at HEAD
2015-07-29 10:16:39 -04:00
hurf
35cac3c4e7
Deprecate kubectl stop command
...
Added deprecation warning for stop.
2015-07-29 17:19:18 +08:00
Wojciech Tyczynski
db5f6eae6c
Factor out etcdWatcher to a separate file
2015-07-29 08:02:13 +02:00
He Simei
a67be8e8ab
deprecate outdated param
2015-07-29 13:57:14 +08:00
Morten Andersen
e8017d3a90
Missing argument to get documented result
2015-07-29 07:50:05 +02:00
Morten Andersen
9a010a71c8
typo
2015-07-29 07:42:55 +02:00
Daniel Dreier
d67105d05a
Fix fedora manual config getting started guide
...
Add a step to create /var/run/kubernetes. Without this step the kube-apiserver service is
unable to create a self-signed SSL cert and fails to start.
2015-07-28 14:31:11 -07:00
Ilya Dmitrichenko
03070297a7
coreos/azure: Updates for 1.0
...
- Bump CLI tools version
- Bump CoreOS image IDs
- Use etcd2 shipped in stable channel
- Prefix unit names for consistency
- Run proxy on master as well
- Allocate node port for the app
- Update docs
- No need to register nodes any more
- Remove stale argument `--cloud_provider=vagrant`
- Refactor how addons are delivered
- Remove fluentd (it can be optionally dropped into addons dir)
- Script Azure endpoint creation for Guestbook example
- Provide only SkyDNS addon out-of-the-box
2015-07-28 22:02:49 +01:00
Brendan Burns
a546a2979c
Merge pull request #11726 from caesarxuchao/fix-types-link
...
Auto commit by PR queue bot
2015-07-28 13:24:11 -07:00
Harry Zhang
e6a2b068cb
Fix intend mess in scripts
2015-07-28 10:15:14 +08:00
Harry Zhang
611a41d894
Merge scripts of kube-in-docker with the manual guide
2015-07-28 10:15:14 +08:00
Mike Danese
b37e7bbd7c
fix incorrect maintainer for getting started from scratch guide
2015-07-27 16:26:42 -07:00
Tim Hockin
c2e8fa843a
capitalization
2015-07-27 16:01:26 -07:00
Janet Kuo
180798cfa4
Use example syncer tags instead of hard-coded examples in doc
2015-07-27 14:48:41 -07:00
Daniel Smith
2bd53119b1
Merge pull request #10524 from bprashanth/delete_overlapping_error
...
Add clarity around overlapping controllers
2015-07-27 14:31:49 -07:00
Janet Kuo
0e42d0699a
Add '-o name' to mutations
2015-07-27 14:06:53 -07:00
Avesh Agarwal
1d2ae296fd
Update fedora ansible guide to reflect recent changes in the kubernetes
...
ansible code.
2015-07-27 16:00:13 -04:00
Jeff Lowdermilk
f71a662dc6
Make kubectl proxy
support picking a random port
2015-07-27 09:56:33 -07:00
Marek Grabowski
8ec5324efd
Merge pull request #11868 from nak3/fix-dead-link
...
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 16:12:29 +02:00
Kenjiro Nakayama
ac5aa8ee7d
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 17:20:39 +09:00
Daniel Dreier
8130a4c390
Fix typo in service account documentation
...
Extra "c" in "serviceaccounts" made example not work when copy-pasting.
2015-07-25 12:32:00 -07:00
Chao Xu
6153aba30a
update links in docs/api-reference/definitions.html
2015-07-24 18:08:05 -07:00
Tim Hockin
0dbcb51ddd
Add stub md files so gh-pages importer keeps them
2015-07-24 16:56:08 -07:00
Tim Hockin
0df0418c48
Add whatisk8s.md to master
2015-07-24 16:19:23 -07:00
Prashanth Balasubramanian
f4fe40e2d1
Delete overlapping controllers, add clarity to docs
2015-07-24 12:13:26 -07:00
Mike Danese
15fcb84e0d
Merge pull request #10743 from hurf/get_help_fix
...
Fix hits in help strings of kubectl get command
2015-07-24 11:09:48 -07:00
Mike Danese
13c5761268
Merge pull request #11358 from ZJU-SEL/upgradek8s
...
[WIP]upgrade ubuntu bare-metal k8s to 1.0.1
2015-07-24 10:22:43 -07:00
Mike Danese
823e5d45c3
Merge pull request #10841 from liggitt/delete_all
...
Default --ignore-not-found to true for delete --all
2015-07-24 09:26:35 -07:00
Jerzy Szczepkowski
c378143a0d
Merge pull request #11782 from erictune/ubuntu-intructions
...
Vulnerability reporting doc.
2015-07-24 09:35:25 +02:00
wizard
9b82c4716a
upgrade k8s to 1.0.1
2015-07-24 13:31:52 +08:00
Charles Butler
5bf5f7f33b
Updates Juju Getting Started Guide
2015-07-23 23:50:31 -04:00
Jordan Liggitt
85fd52126d
Default --ignore-not-found to true for delete --all
2015-07-23 18:08:15 -07:00
Eric Tune
111ce120b7
Vulnerability reporting doc.
2015-07-23 16:15:04 -07:00
Vish Kannan
a02252dc11
Merge pull request #11714 from colmm99/master
...
add command for workaround for issue 10836
2015-07-23 14:40:39 -07:00
colmm99
ef5c07cf61
added the blank line before the ``` block
2015-07-23 22:02:26 +01:00
Mike Danese
caab2741ba
add documentation on how to use service aaccounts with ABAC mode authorization
2015-07-23 13:34:33 -07:00
Vish Kannan
dc59c99d1a
Merge pull request #11740 from piosz/config
...
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
2015-07-23 13:25:35 -07:00
Vish Kannan
1194001116
Merge pull request #11708 from bgrant0607/docfix
...
Update post-1.0 release versioning proposal.
2015-07-23 10:02:15 -07:00
Wojciech Tyczynski
56444bfb76
Merge pull request #11722 from JanetKuo/docs-fix-typo
...
Fix doc typos
2015-07-23 13:12:38 +02:00
Piotr Szczesniak
06b3406cef
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
...
It's for autoscaling tests purposes and making the config consistent with
other flags like ENABLE_NODE_LOGGING
2015-07-23 10:25:06 +02:00
Wojciech Tyczynski
dd6ba6a07f
Watch in apiserver proposal
2015-07-23 08:14:37 +02:00
Brian Grant
cba5433f43
Change to semantic versioning.
2015-07-23 00:42:03 +00:00
Janet Kuo
a2971fb2ab
Fix doc typos
2015-07-22 17:19:07 -07:00
colmm99
165d08e627
add command for workaround for issue 10836
2015-07-22 23:14:15 +01:00
Derek Gonyeo
84df4293da
Updated coreos cloud configs for v1.0.1
2015-07-22 17:50:23 -04:00
Vish Kannan
bfd7477b5b
Merge pull request #11648 from jumpkick/patch-1
...
Update volumes.md
2015-07-22 14:06:32 -07:00
Vish Kannan
fc663944f1
Merge pull request #11680 from ZJU-SEL/fix-scratch-doc
...
fix scartch doc
2015-07-22 13:43:56 -07:00
Brian Grant
f171cc0912
Update post-1.0 release versioning proposal.
2015-07-22 20:20:31 +00:00
He Simei
6a1cd10605
fix doc
2015-07-22 10:39:02 +08:00
jumpkick
362835c641
Update volumes.md
2015-07-21 00:45:49 -04:00
Tim St. Clair
0c28499038
Detailed walkthrough docs cleanup
...
- Consistent capitalization of IP
- Remove file name from some docs links
- Fix comma usage and typos
2015-07-20 18:11:32 -07:00
krousey
fbc85e9838
Merge pull request #11627 from davidopp/doc2
...
Add a known issues doc.
2015-07-20 17:34:46 -07:00
David Oppenheimer
ab3d63c95f
Add a known issues doc.
2015-07-20 17:28:20 -07:00
Martin Gannholm
2e7e2984a9
remove dup install and config sections; add chmod
2015-07-20 16:55:36 -07:00
Dan Osborne
33d385bc97
added project calico networking plugin tutorial
2015-07-20 16:48:41 -07:00
Tim St. Clair
ca32e651bd
Cleanup docs.
...
- Fix typo in services-firewalls
- Fix incorrect comma usage
- s/minion/node/
- Link deadlock to wikipedia article
- Fix livenessProbe capitalization
- Change API reference quoting from " to \`
2015-07-20 16:25:37 -07:00
krousey
220cc6a86c
Merge pull request #11596 from brendandburns/docs
...
Add some additional text about getting help.
2015-07-20 16:21:11 -07:00
Brendan Burns
21f540194b
Update troubleshooting docs some.
2015-07-20 15:42:38 -07:00
krousey
6553ec47da
Merge pull request #11402 from brendandburns/docs2
...
Add upgrade instructions.
2015-07-20 15:28:31 -07:00
krousey
5161d22322
Merge pull request #11595 from erictune/foo
...
Split namespace docs user vs admin.
2015-07-20 15:11:03 -07:00
Brendan Burns
4b946d7633
Add upgrade instructions.
2015-07-20 15:05:25 -07:00
Eric Tune
6fa6beaccc
Split namespace docs user vs admin.
...
Move namespace.md and examples dir from docs/user-guide
to docs/admin.
Assumption is that creating and deleting namespaces is an "admin"
task.
Add a mostly new user-guide to namespaces that gives more advice
on when to use namespaces, and how to work within them,
but not how to create/delete them. It is more succinct than
before.
2015-07-20 15:01:44 -07:00
krousey
a6fdc50265
Merge pull request #11611 from erictune/fixhdr
...
Remove equals from heading which breaks our links.
2015-07-20 14:58:03 -07:00
mgannholm
55e64cb0ca
grammar fixes
2015-07-20 14:51:13 -07:00
krousey
6617d63c97
Merge pull request #11602 from erictune/quota
...
Improvements to quota doc.
2015-07-20 14:50:35 -07:00
krousey
b1b2f1a925
Merge pull request #11593 from erictune/gsg3
...
Improve scratch getting-started-guide.
2015-07-20 14:49:55 -07:00
Eric Tune
0b327627f4
Improvements to quota doc.
...
Address review comments in #11487
2015-07-20 14:45:44 -07:00
Eric Tune
844c823f01
Remove equals from heading which breaks our links.
2015-07-20 14:44:10 -07:00
Alex Robinson
acd1bed70e
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
krousey
7536db6d53
Merge pull request #11598 from amygdala/master
...
fixed 2 links, bit of text polishing
2015-07-20 14:33:19 -07:00
Eric Tune
d607a3df0e
Improve scratch getting-started-guide.
2015-07-20 14:31:24 -07:00
Amy Unruh
aacfbba8d3
fixed 2 links, bit of text polishing
2015-07-20 13:52:04 -07:00
krousey
b4fb9387b6
Merge pull request #11487 from erictune/admindocs
...
Improve resource quota doc.
2015-07-20 13:29:15 -07:00
krousey
1f8e85c634
Merge pull request #11408 from lavalamp/docsIndex
...
add admin index
2015-07-20 13:27:18 -07:00
krousey
9721efed91
Merge pull request #11569 from nikhiljindal/eric
...
Linking to API object definitions from docs
2015-07-20 12:30:47 -07:00
krousey
960c6a2d8b
Merge pull request #11583 from thockin/docs-tick-tick-tick
...
Collected markedown fixes around syntax.
2015-07-20 12:01:04 -07:00
Daniel Smith
022ccb475d
Add admin TOC; mv README -> intro, TOC -> README
2015-07-20 11:46:23 -07:00
nikhiljindal
021138bd83
Linking to API object definitions from docs
2015-07-20 11:11:13 -07:00
David Oppenheimer
2d88675f22
Merge pull request #10827 from gmarek/doc
...
Update cluster management doc.
2015-07-20 10:49:47 -07:00
gmarek
de07cbda3a
Update cluster management doc.
2015-07-20 19:47:09 +02:00
Eric Tune
7f1970a22d
Improve resource quota doc.
2015-07-20 10:15:07 -07:00
Tim Hockin
995a7aef29
Collected markedown fixes around syntax.
2015-07-20 09:51:22 -07:00
krousey
0a66d3ff69
Merge pull request #11582 from aveshagarwal/master-doc-fixes
...
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 09:35:15 -07:00
krousey
f9fa83fae3
Merge pull request #10613 from mesosphere/mesos-docs
...
Move k8s-mesos docs to the kubernetes repo
2015-07-20 09:23:20 -07:00
krousey
e0c5e563cd
Merge pull request #10746 from mesosphere/fix-quay-etcd-invocation-in-mesos.md
...
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-20 09:22:23 -07:00
Avesh Agarwal
178473d340
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 12:09:40 -04:00
Brian Grant
5450afdabc
Merge pull request #11568 from davidopp/doc2
...
Absolutize links that leave the docs/ tree to go anywhere other than
2015-07-20 07:34:00 -07:00
David Oppenheimer
50e95a031b
Absolutize links that leave the docs/ tree to go anywhere other than
...
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
ddda661991
Merge pull request #11560 from davidopp/doc3
...
Update doc guide in top-level README.md and fix description of
2015-07-19 23:17:33 -07:00
David Oppenheimer
ddde3930f5
Update doc guide in top-level README.md and fix description of
...
cluster management doc in docs/admin/README.md
2015-07-19 23:00:54 -07:00
Tim Hockin
1098ad83a1
Fix console syntax for highligting
2015-07-19 20:56:30 -07:00
Dr. Stefan Schimanski
57d488f79a
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-19 22:02:43 +02:00
Brian Grant
8cbe9c997a
Merge pull request #11443 from aveshagarwal/fedora-kubernetes-ansible
...
Updates to fedora ansible guide.
2015-07-19 10:04:23 -07:00
Avesh Agarwal
ace7b96d2a
Updates to fedora ansible guide.
2015-07-19 11:53:44 -04:00
Brian Grant
8cfd3d669e
Merge pull request #11551 from a-robinson/docs
...
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
68d6e3a8ae
Replace `` with
when emphasizing something inline in docs/
2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177
Fix gendocs
2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394
Improve devel docs syntax highlighting.
2015-07-19 08:54:49 +00:00
Alex Robinson
4c308f0703
Improve design docs syntax highlighting.
2015-07-19 08:46:02 +00:00
Dr. Stefan Schimanski
8fca9b6f09
Add original k8s-mesos docs to contrib/mesos
2015-07-19 10:13:25 +02:00
Alex Robinson
3364a32dc6
Improve admin docs syntax highlighting.
2015-07-19 05:48:34 +00:00
Brian Grant
91923b51c8
Merge pull request #11546 from a-robinson/toc
...
Fix broken table of contents sections
2015-07-18 22:29:02 -07:00
Alex Robinson
6e792f75f5
Fix broken table of contents sections.
2015-07-18 22:18:55 -07:00
Alex Robinson
afa9f57020
Improve markdown highlighting in azure getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
137f63a54f
Improve markdown highlighting in centos getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
11d0fd1515
Improve markdown highlighting in coreos getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
261e347e60
Improve markdown highlighting in docker multinode getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
1bc91a3c72
Improve markdown highlighting in docker getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
bfd85cefad
Improve markdown highlighting in fedora getting started guides.
2015-07-19 03:56:22 +00:00
Alex Robinson
72106a2de3
Improve markdown highlighting in GCE getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
afddef703a
Improve markdown highlighting in juju getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
83104907d1
Improve markdown highlighting in the libvirt-cores getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
f64ed2b358
Improve markdown highlighting in local getting started guide.
2015-07-19 03:56:22 +00:00
Alex Robinson
f729938aed
Improve markdown highlighting in mesos getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
6ae88fc1dc
Improve markdown highlighting in the rkt getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
51247069e4
Improve markdown highlighting in scratch getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
8af0e3ec8a
Improve markdown highlighting in ubuntu getting started guide.
2015-07-19 03:56:21 +00:00
Alex Robinson
a6e4d317d2
Improve markdown highlighting in vagrant getting started guide.
2015-07-19 03:56:16 +00:00
Alex Robinson
38c6a23eb2
Improve markdown highlighting in downward API user guide.
2015-07-19 03:54:28 +00:00
Alex Robinson
fefb582447
Improve markdown highlighting in limit range user guide.
2015-07-19 03:54:28 +00:00
Alex Robinson
02cdce3d7d
Add markdown highlighting to liveness user guide.
2015-07-19 03:54:28 +00:00
Alex Robinson
0435f1c333
Improve markdown highlighting in namespaces user guide.
2015-07-19 03:54:28 +00:00
Alex Robinson
14aa9d8c77
Improve console output in persistent volumes user guide.
2015-07-19 03:54:25 +00:00
Alex Robinson
191e303ee0
Improve console output in resource quota doc.
2015-07-19 03:54:21 +00:00
Alex Robinson
e7042a403b
Improve console output in secrets doc.
2015-07-19 03:54:21 +00:00
Alex Robinson
0647292558
Improve console output in update demo.
2015-07-19 03:54:17 +00:00
Alex Robinson
9b474c1afe
Improve console output in k8s201 walkthrough.
2015-07-18 18:31:22 -07:00
Brian Grant
d95ca69400
Merge pull request #11540 from satnam6502/doc35
...
Improve console output of working-with-resources.md
2015-07-18 18:19:34 -07:00
Brian Grant
777a5047a0
Merge pull request #11539 from satnam6502/doc34
...
Improve console output in sharing-clusters.md doc
2015-07-18 18:19:18 -07:00
Brian Grant
04d87218e5
Merge pull request #11538 from satnam6502/doc33
...
Fix console output of services documents
2015-07-18 18:17:30 -07:00
Brian Grant
b66e148ad1
Merge pull request #11537 from satnam6502/doc32
...
Improve console outout formatting in service-accounts.md
2015-07-18 18:15:33 -07:00
Satnam Singh
6a43e7c4c2
Improve console output of working-with-resources.md
2015-07-19 01:55:04 +01:00
Satnam Singh
fddcc30683
Improve console output in sharing-clusters.md doc
2015-07-19 01:50:12 +01:00
Satnam Singh
a94dc54579
Fix console output of services documents
2015-07-19 01:38:40 +01:00
Satnam Singh
c45000f62f
Improve console outout formatting in service-accounts.md
2015-07-19 01:34:49 +01:00
Brian Grant
4013a3c0bc
Merge pull request #11536 from satnam6502/doc31
...
Improve console output in secrets.md
2015-07-18 17:32:01 -07:00
Brian Grant
cd36a0a019
Merge pull request #11535 from satnam6502/doc30
...
Fix console output in quick-start.md
2015-07-18 17:31:33 -07:00
Brian Grant
513fd6cef0
Merge pull request #11534 from satnam6502/doc29
...
Fix console output in production-pods.md
2015-07-18 17:31:09 -07:00
Satnam Singh
721a9092da
Improve console output in secrets.md
2015-07-19 01:23:08 +01:00
Satnam Singh
04d29036c0
Fix console output in quick-start.md
2015-07-19 01:18:40 +01:00
Brian Grant
99d2ea4acc
Merge pull request #11533 from satnam6502/doc28
...
Fix console output for prereqs.md doc
2015-07-18 17:15:05 -07:00
Satnam Singh
38b2e11634
Fix console output in production-pods.md
2015-07-19 01:15:02 +01:00
Brian Grant
a9d67d8c18
Merge pull request #11532 from satnam6502/doc27
...
Add YAML formatting to persisent volumes doc
2015-07-18 17:13:53 -07:00
Brian Grant
f2425f34fb
Merge pull request #11531 from satnam6502/doc26
...
Fix console output formatting for namespaces doc
2015-07-18 17:13:04 -07:00
Satnam Singh
407641dec5
Fix console output for prereqs.md doc
2015-07-19 01:10:34 +01:00
Satnam Singh
764b5dfde0
Add YAML formatting to persisent volumes doc
2015-07-19 01:05:32 +01:00
Satnam Singh
8d9a257188
Fix console output formatting for namespaces doc
2015-07-19 01:01:37 +01:00
Brian Grant
131970aa7c
Merge pull request #11530 from satnam6502/doc25
...
Fix console formatting of managing deployments doc
2015-07-18 16:59:38 -07:00
Brian Grant
9ca884e7d9
Merge pull request #11529 from satnam6502/doc24
...
Fix console outout of logging doc
2015-07-18 16:59:10 -07:00
Brian Grant
81065b24e4
Merge pull request #11528 from satnam6502/doc23
...
Add JSON type to code block for labels documentation
2015-07-18 16:57:56 -07:00
Brian Grant
08d085a321
Merge pull request #11527 from satnam6502/doc22
...
Fix formatting for kubeconfig file documentation
2015-07-18 16:57:31 -07:00
Brian Grant
9a231c1f9b
Merge pull request #11526 from satnam6502/doc21
...
Fix console formatting in introspection and debugging doc
2015-07-18 16:57:06 -07:00
Brian Grant
7de4030dca
Merge pull request #11512 from satnam6502/doc7
...
Fix console output formatting for simple YAML user guide
2015-07-18 16:56:42 -07:00
Brian Grant
45ab59bdb8
Merge pull request #11525 from satnam6502/doc20
...
Fix console output formatting for images doc
2015-07-18 16:56:10 -07:00
Satnam Singh
d1fd54a439
Fix console formatting of managing deployments doc
2015-07-19 00:56:02 +01:00
Satnam Singh
c942933fe9
Fix console outout of logging doc
2015-07-19 00:48:49 +01:00
Brian Grant
1d2af3df7c
Merge pull request #11524 from satnam6502/doc19
...
Fix output formatting for Getting Into Containers doc
2015-07-18 16:46:33 -07:00
Brian Grant
6c7007b84a
Merge pull request #11523 from satnam6502/doc18
...
Fix formatting for docker-cli-to-kubectl doc
2015-07-18 16:46:00 -07:00
Brian Grant
44b1825c6c
Merge pull request #11522 from satnam6502/doc17
...
Fix console output for deploying applications
2015-07-18 16:45:15 -07:00
Brian Grant
f22b7dd8f2
Merge pull request #11521 from satnam6502/doc16
...
Fix formatting for debugging services docs
2015-07-18 16:44:38 -07:00
Brian Grant
9a268d7c4c
Merge pull request #11520 from satnam6502/doc15
...
Fix console output formatting for connecting to apps via proxy doc
2015-07-18 16:43:46 -07:00
Brian Grant
3a6e60be40
Merge pull request #11519 from satnam6502/doc14
...
Fix doc formatting in connecting to app port forwarding
2015-07-18 16:43:14 -07:00
Brian Grant
eb0803d009
Merge pull request #11518 from satnam6502/doc13
...
Fix console output formatting in conneting applications documentation
2015-07-18 16:42:40 -07:00
Brian Grant
655abe2815
Merge pull request #11517 from satnam6502/doc12
...
Fix console output formatting for configuring containers doc
2015-07-18 16:42:09 -07:00
Satnam Singh
af169709ef
Fix console output formatting for simple YAML user guide
2015-07-19 00:41:48 +01:00
Brian Grant
cd02b55834
Merge pull request #11516 from satnam6502/doc11
...
Fix console output formatting in application troubleshooting doc
2015-07-18 16:41:34 -07:00
Brian Grant
cc8cf0315e
Merge pull request #11515 from satnam6502/doc10
...
Fix JSON code block formatting for annotations doc
2015-07-18 16:41:01 -07:00
Brian Grant
01ad02eef0
Merge pull request #11514 from satnam6502/doc9
...
Fix namespace change and console output for accessing the cluster docs
2015-07-18 16:40:30 -07:00
Brian Grant
1c04398593
Merge pull request #11513 from satnam6502/doc8
...
Fix console output in compute resources document
2015-07-18 16:39:27 -07:00
Satnam Singh
8deb06f8d3
Add JSON type to code block for labels documentation
2015-07-19 00:38:30 +01:00
Brian Grant
b64960ac21
Merge pull request #11507 from satnam6502/doc2
...
Update console output for Getting Started Elasticsearch Logging
2015-07-18 16:31:46 -07:00
Brian Grant
59cfb0155f
Merge pull request #11506 from satnam6502/doc1
...
Fix console output for Getting Started Logging
2015-07-18 16:31:07 -07:00
Satnam Singh
c4c4e173a5
Fix formatting for kubeconfig file documentation
2015-07-19 00:29:49 +01:00
Satnam Singh
cc46d02f62
Fix console formatting in introspection and debugging doc
2015-07-19 00:24:29 +01:00
Satnam Singh
f1966a8718
Fix console output formatting for images doc
2015-07-19 00:18:12 +01:00
Satnam Singh
ece25d03a7
Fix output formatting for Getting Into Containers doc
2015-07-19 00:13:42 +01:00
Satnam Singh
6dff2763a1
Fix formatting for docker-cli-to-kubectl doc
2015-07-19 00:07:35 +01:00
Satnam Singh
f697169347
Fix console output for deploying applications
2015-07-19 00:01:31 +01:00
Satnam Singh
0bb18273a5
Fix formatting for debugging services docs
2015-07-18 23:57:37 +01:00
Satnam Singh
591def1406
Fix console output formatting for connecting to apps via proxy doc
2015-07-18 23:52:41 +01:00
Satnam Singh
ab287dd8bb
Fix doc formatting in connecting to app port forwarding
2015-07-18 23:49:38 +01:00
Satnam Singh
1850c80ec4
Fix console output formatting in conneting applications documentation
2015-07-18 23:45:35 +01:00
Satnam Singh
42017fdb18
Fix console output formatting for configuring containers doc
2015-07-18 23:38:35 +01:00
Satnam Singh
2e6e31f3c2
Fix console output formatting in application troubleshooting doc
2015-07-18 23:32:06 +01:00
Satnam Singh
3c55bd85ef
Fix JSON code block formatting for annotations doc
2015-07-18 23:27:58 +01:00
Satnam Singh
3448450605
Fix namespace change and console output for accessing the cluster docs
2015-07-18 23:24:35 +01:00
Satnam Singh
dee99236b1
Fix console output in compute resources document
2015-07-18 23:19:02 +01:00
Satnam Singh
4603b26b0f
Update console output for Getting Started Elasticsearch Logging
2015-07-18 22:41:06 +01:00
Satnam Singh
e5c162e5c2
Fix console output for Getting Started Logging
2015-07-18 22:37:18 +01:00
Tim Hockin
25cec6ebb5
Fix errant quad-tick in docs
2015-07-18 14:06:08 -07:00
David Oppenheimer
715f2c488f
Merge pull request #11493 from bgrant0607/docfix
...
Gut stale roadmaps. Move useful content elsewhere.
2015-07-17 17:49:08 -07:00
Brian Grant
cbed53cffe
Gut stale roadmaps. Move useful content elsewhere.
2015-07-18 00:41:06 +00:00
David Oppenheimer
b82b0c5f7d
Merge pull request #11482 from mikedanese/better-git-commit
...
add tip to store all config in VCS before pushing to cluster
2015-07-17 17:30:17 -07:00
Mike Danese
3c7044946d
add tip to store all config in VCS before pushing to cluster
2015-07-17 17:04:40 -07:00
David Oppenheimer
d483fda945
Fix run-gendocs breakage at head.
2015-07-17 16:45:37 -07:00
David Oppenheimer
e8099a6080
Merge pull request #11419 from lavalamp/docsAdminEtcd
...
add admin etcd doc
2015-07-17 16:25:35 -07:00
David Oppenheimer
e5208c83b7
Merge pull request #11357 from caesarxuchao/api-type-doc-tool-2
...
generate docs for types defined in pkg/api/v*/types.go
2015-07-17 15:57:17 -07:00
David Oppenheimer
d28a6656ae
Merge pull request #11452 from thockin/docs-munge-headerlines
...
Munge headerlines
2015-07-17 15:52:08 -07:00
Chao Xu
ab740cf93b
Dockerfile and related scritps for a container that generates docs for API types
2015-07-17 15:46:54 -07:00
David Oppenheimer
ce6b137c83
Merge pull request #11448 from thockin/docs-munges
...
Make TOC munge include blank line before TOC
2015-07-17 15:43:06 -07:00
Tim Hockin
33f1862830
Run gendocs
2015-07-17 15:35:43 -07:00
Daniel Smith
ebff4ff746
add etcd admin doc
2015-07-17 15:32:23 -07:00
Tim Hockin
6e4ec38f51
Make TOC munge include blank line before TOC
2015-07-17 15:06:54 -07:00
Mike Danese
e3d1075e07
document tips and tricks when working with config
2015-07-17 13:56:04 -07:00
Abhi Shah
816f18a388
Merge pull request #11424 from lavalamp/mungePreformatted
...
Munge preformatted
2015-07-17 13:32:38 -07:00
David Oppenheimer
f664982237
Merge pull request #11410 from erictune/matrix
...
Rewrote how to choose a getting-started-guide.
2015-07-17 13:13:26 -07:00
David Oppenheimer
341f3a8826
Merge pull request #11438 from davidopp/doc3
...
Various minor edits/clarifications to docs/admin/ docs.
2015-07-17 13:10:51 -07:00
Eric Tune
54cee89dbd
Rewrote how to choose a getting-started-guide.
2015-07-17 12:40:09 -07:00
David Oppenheimer
04495ce5c7
Merge pull request #11353 from lavalamp/docs
...
add docs/admin/cluster-components.md
2015-07-17 12:12:50 -07:00
David Oppenheimer
d64250c34c
Fix per reviewer comments.
2015-07-17 11:31:41 -07:00
Daniel Smith
c603542221
add docs/admin/cluster-components.md
2015-07-17 11:14:48 -07:00
David Oppenheimer
ee6957c342
Merge pull request #11422 from vsimon/vsimon-patch-2
...
Fix docs typo
2015-07-17 11:14:00 -07:00
David Oppenheimer
2be3fc3e80
Merge pull request #11416 from dchen1107/doc
...
Fix some TODOs in scratch.md
2015-07-17 11:13:33 -07:00
David Oppenheimer
a97520fe61
Merge pull request #11176 from erictune/scratchfix
...
Remove mention of docker --bip flag.
2015-07-17 11:12:22 -07:00
Daniel Smith
f7873d2a1f
apply changes
2015-07-17 11:04:46 -07:00
David Oppenheimer
820c4cbe7f
Run hack/run-gendocs.sh
2015-07-17 10:53:23 -07:00
David Oppenheimer
2a26b7487e
Various minor edits/clarifications to docs/admin/ docs.
...
Deleted docs/admin/namespaces.md as it was content-free and the topic is
already covered well in docs/user-guide/namespaces.md
2015-07-17 10:53:23 -07:00
Tim Hockin
542e13d2d3
Better scary message
2015-07-17 09:28:49 -07:00
Eric Tune
006d7576a2
Remove mention of docker --bip flag.
2015-07-17 08:57:03 -07:00
Brian Grant
b2dafdaef5
Merge pull request #11415 from nikhiljindal/exposeError
...
Fixing the error message when kubectl expose is used without port
2015-07-17 00:16:57 -07:00
Brian Grant
5f34630aca
Merge pull request #11352 from JanetKuo/docs-reachable
...
Ensure all docs and examples in user guide are reachable
2015-07-16 23:33:45 -07:00
nikhiljindal
c849730116
Fixing the error message
2015-07-16 23:33:16 -07:00
Janet Kuo
2498f93938
MUNGE generated table of contents should strip comma
2015-07-16 23:21:09 -07:00
Janet Kuo
b0c68c4b81
Ensure all docs and examples in user guide are reachable
2015-07-16 23:12:47 -07:00
Brian Grant
55e9356bf3
Merge pull request #11405 from mikedanese/namespace-example-move
...
move kubernetes-namespaces to docs/user-guide
2015-07-16 22:51:17 -07:00
Brian Grant
368634564f
Merge pull request #11413 from davidopp/doc2
...
Add link to multi-cluster doc
2015-07-16 22:50:39 -07:00
Brian Grant
786b59427d
Merge pull request #11400 from lavalamp/munger
...
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Brian Grant
6bf358295e
Merge pull request #11394 from ddysher/fix-scratch
...
Update scratch.md
2015-07-16 22:49:23 -07:00
Brian Grant
5540917094
Merge pull request #11366 from davidopp/doc1
...
Move docs/services-firewalls.md into docs/user-guide/ and make small
2015-07-16 22:48:13 -07:00
Brian Grant
cb58e8e43b
Merge pull request #11350 from thockin/munge-check-kubectl-dash-f
...
Add munger to verify kubectl -f targets
2015-07-16 22:46:37 -07:00
Brian Grant
5978d50a3e
Merge pull request #11397 from nikhiljindal/kubectlExpose
...
Updating kubectl expose to leave service port unnamed
2015-07-16 22:41:38 -07:00
nikhiljindal
496f30a92f
Introduce a new service generator that leaves service port unnamed
2015-07-16 20:40:40 -07:00
Vicken Simonian
52cff02edb
Fix docs typo
2015-07-16 18:28:28 -07:00
Dawn Chen
0735f435f6
How to configure rkt on a node.
2015-07-16 17:33:27 -07:00
David Oppenheimer
07274829f6
Add link to multi-cluster doc
2015-07-16 17:26:19 -07:00
Mike Danese
a654318391
fixup kubectl walktrough example
2015-07-16 17:25:18 -07:00
Abhi Shah
665c951320
Merge pull request #11276 from caesarxuchao/doc1
...
populate the instructions on installing kubectl in getting-started-guides
2015-07-16 17:04:14 -07:00
Dawn Chen
b92643ac75
Using docker load instead of docker import
2015-07-16 16:59:59 -07:00
Abhi Shah
ac8c57f9a0
Merge pull request #11367 from davidopp/doc2
...
Take availability.md doc and
2015-07-16 16:38:42 -07:00
Mike Danese
ee7498e6ac
move kubernetes-namespaces to docs/user-guide
2015-07-16 16:29:44 -07:00
Daniel Smith
98eeadb66e
(mostly) auto fixed links
2015-07-16 16:28:18 -07:00
Tim Hockin
f7512d007b
Add munger to verify kubectl -f targets, fix docs
2015-07-16 15:39:45 -07:00
Chao Xu
10d76a5775
populate the instructions on installing kubectl in getting-started-guides
2015-07-16 15:20:55 -07:00
David Oppenheimer
c57c877670
Take availability.md doc and
...
- extract the portion related to multi-cluster operation into a new multi-cluster.md doc
- merge the remainder (that was basically high-level troubleshooting advice) into cluster-troubleshooting.md
2015-07-16 14:39:03 -07:00
David Oppenheimer
fd2c3695e3
Move docs/services-firewalls.md into docs/user-guide/ and make small
...
wording changes to api.md
2015-07-16 13:21:14 -07:00
Deyuan Deng
56ea4894d1
Update scratch.md
2015-07-16 16:02:16 -04:00
Abhi Shah
f3b752d831
Merge pull request #11323 from thockin/ubuntu-dns-domain
...
fix wrong cluster domain in ubuntu docs
2015-07-16 12:43:07 -07:00
Abhi Shah
7d3f5ef54c
Merge pull request #10575 from chiefy/master
...
Changing AWS examples / templates to use 0.19.3 release
2015-07-16 10:09:03 -07:00
Christopher Najewicz
567358485c
Updating AWS sample cloud-configs to use 0.19.3, using kube-register 0.0.4
2015-07-16 09:54:38 -04:00
Tim Hockin
4f38d41fe0
fix wrong cluster domain in ubuntu docs
2015-07-15 17:38:07 -07:00
Tim Hockin
7a0200cf2a
update service debug doc from user feedback
2015-07-15 17:37:30 -07:00
Eric Tune
596a8a40d1
Merge pull request #11336 from krousey/kubectl_example
...
Kubectl example
2015-07-15 16:44:26 -07:00
Eric Tune
2d6f51737d
Merge pull request #11271 from mikedanese/docker-to-kube
...
add examples on how to transition from docker-cli to kubectl
2015-07-15 16:43:21 -07:00
Mike Danese
92f965008c
add examples on how to transition from docker-cli to kubectl
2015-07-15 15:25:28 -07:00
Eric Tune
b3835665ee
Merge pull request #11317 from JanetKuo/docs-troubleshooting
...
Organize troubleshooting sections
2015-07-15 15:01:02 -07:00
Eric Tune
1890697cd4
Merge pull request #11267 from bprashanth/connection_apps
...
Connecting applications documentation take 2
2015-07-15 15:00:37 -07:00
Eric Tune
ffaee4737e
Merge pull request #11326 from erictune/conformance_master
...
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Karl Isenberg
ca934c7386
Walkthrough example cleanup
...
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-15 14:27:11 -07:00
Eric Tune
4f3a646dba
Remove requirement of specifying kubernetes ver.
...
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed. Remove that
requirement.
2015-07-15 13:51:27 -07:00
Janet Kuo
ec2b125e25
Organize troubleshooting sections
2015-07-15 13:20:32 -07:00
Prashanth Balasubramanian
5b3cd8fa23
Connecting applications: https
2015-07-15 13:00:44 -07:00
Eric Tune
f1c7915d71
Merge pull request #11325 from JanetKuo/toc
...
Make MUNGE generated TOC bookmark work for symbols
2015-07-15 12:56:37 -07:00
Eric Tune
65a372b9ca
Merge pull request #11318 from mikedanese/kubectl-example-fix
...
point kubectl -f examples to correct paths
2015-07-15 12:55:53 -07:00
Eric Tune
ced4709323
Merge pull request #11292 from davidopp/doc1
...
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Eric Tune
52848062f3
Merge pull request #11219 from marekbiskup/clarify-rolling-update-procedure
...
clarify rolling update procedure when # replicas is not specified
2015-07-15 12:52:10 -07:00
Eric Tune
006da3f1d9
Merge pull request #11328 from brendandburns/docs2
...
Add missing content, fix links..
2015-07-15 12:51:11 -07:00
Brendan Burns
d2ee2e909a
Add missing content, fix links..
2015-07-15 11:48:44 -07:00
Janet Kuo
de755bf59b
Make MUNGE generated table of contents (TOC) bookmark work when there are symbols in the headline
2015-07-15 11:26:51 -07:00
Mike Danese
b80fe60042
point kubectl -f examples to correct paths
2015-07-15 10:51:45 -07:00
Eric Tune
1a0438d65e
Use a reference style link.
2015-07-15 10:47:25 -07:00
Eric Tune
f5aa9a4476
Remove "Notes" column.
...
This mostly stated what version the code was last tested at.
This was useful when kubernetes was changing rapidly.
However, this was not updated reliably. Also, simply using
a particular binary version does not assure users that
the distribution provides a conformant implementation.
The conformance test does provide that, and I'm hoping
that more distros will use that in the future.
Therefore, I've deleted the Notes column in favor of the
Conforms column.
2015-07-15 10:47:25 -07:00
Eric Tune
cc6120371c
Move conformance checkmark
...
I tested GCE but accidentally put the checkmark for GKE.
GKE hasn't been tested yet. I'm sure it will pass, but it hasn't.
Waiting for my cluster to upgrade to above 0.19.3.
2015-07-15 10:47:24 -07:00
Eric Tune
1f1879dea7
Reformat getting-started-guide table.
...
Should only affect view in .md file, not rendered view.
2015-07-15 10:47:24 -07:00
Zach Loafman
af1a8b825a
Add hack/cherry_pick_list.sh to list all automated cherry picks
...
* Adds hack/cherry_pick_list.sh to list all automated cherry picks
since the last tag.
* Adds a short python script to extract title/author and print it in
markdown style like our current release notes.
* Revises patch release instructions to use said script.
2015-07-15 10:30:00 -07:00
Marek Biskup
5d4aef4c49
clarify rolling update procedure when replicas is not specified
2015-07-15 15:02:56 +02:00
David Oppenheimer
d31e13048c
Move diagrams out of top-level docs/ directory and merge
...
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
8d5eb03c7b
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
2015-07-14 22:07:44 -07:00
Tim Hockin
cdc74dde4c
Merge pull request #11254 from thockin/dont-print-lb-firewall-warning
...
Fix load-balancer firewall messages
2015-07-14 21:41:28 -07:00
Tim Hockin
24ea4c5d16
Merge pull request #10747 from mesosphere/kube-dns-docs
...
Document how to launch kube-dns with Kubernetes on Mesos
2015-07-14 21:20:37 -07:00
Tim Hockin
fe89298c09
Fix load-balancer firewall messages
2015-07-14 21:07:46 -07:00
Tim Hockin
43de287427
Merge pull request #11279 from dchen1107/doc
...
Known issue for logging.md
2015-07-14 20:52:16 -07:00
Tim Hockin
4f779ca982
Merge pull request #11208 from bgrant0607/bugfix1
...
Thread user guide docs together
2015-07-14 20:51:41 -07:00
hurf
4f9c486308
Fix hits in help strings of kubectl get command
...
Removed duplicated 'nodes (no)', added 'secret' for resource type.
Use actual long resource name to avoid confusion.
2015-07-15 09:43:51 +08:00
Brian Grant
0045ebd570
Initial TOC for the user guide.
2015-07-15 01:25:22 +00:00
Dawn Chen
34e3432bba
Known issue for logging.md
2015-07-14 17:47:34 -07:00
Brian Grant
d56138ba03
Thread user guide docs together with "What's next" sections, and add a couple missing TOCs.
2015-07-15 00:43:18 +00:00
Tim Hockin
39b86908a1
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83
Run gendocs
2015-07-14 15:28:59 -07:00
Tim Hockin
c4953c6287
Add an image to unversioned warnings
2015-07-14 15:28:59 -07:00
Eric Tune
a660fcd9ad
Merge pull request #11100 from gabrielweyer/patch-1
...
Fixed vnet create command
2015-07-14 15:02:27 -07:00
Eric Tune
69f064fde8
Merge pull request #11200 from arun-gupta/master
...
fixing #11192
2015-07-14 13:02:34 -07:00
Eric Tune
6b38719593
Merge pull request #11195 from erictune/move_versioning
...
Move versioning doc.
2015-07-14 13:01:20 -07:00
Brendan Burns
9eb80d1439
Add a cluster admin-centric doc for namespaces.
2015-07-14 12:52:17 -07:00
Eric Tune
c7335de91a
Merge pull request #11098 from brendandburns/docs2
...
Add another php library
2015-07-14 12:42:57 -07:00
Eric Tune
1551047af4
Merge pull request #11095 from brendandburns/docs
...
Add some additional text about getting help.
2015-07-14 12:42:34 -07:00
Eric Tune
0b597aaf66
Merge pull request #11239 from mikedanese/user-docs-move
...
Move user docs to docs/user-guide/
2015-07-14 12:40:23 -07:00
Eric Tune
1deb93f5d4
Merge pull request #10988 from robamaton/patch-1
...
Update vagrant guide VirtualBox version
2015-07-14 12:20:41 -07:00
Mike Danese
3eff8fce41
automated link fixes
2015-07-14 10:51:10 -07:00
Mike Danese
14c3fc5afe
move user docs to their new home
2015-07-14 10:26:36 -07:00
Eric Tune
e463723f03
Move versioning.md to design/ -- not user-focused.
2015-07-14 09:57:42 -07:00
hurf
6dd8a1dfa4
Add a better help message for kubectl describe
...
When resource type isn't given in the command, print the possible
resource types. Also added the resource type description in help
strings.
2015-07-14 16:22:42 +08:00
Dr. Stefan Schimanski
3cb31a2ad4
Address review comments
2015-07-14 08:23:12 +02:00
Tim Hockin
c6161824db
Merge pull request #11205 from bgrant0607/bugfix1
...
Add remaining sections to the "pods in production" part of the user guide
2015-07-13 22:41:27 -07:00
Brian Grant
6ab8556c24
Add remaining sections to the "pods in production" part of the user guide.
2015-07-14 04:58:40 +00:00
Tim Hockin
c8dab21835
Merge pull request #11202 from brendandburns/tunnel
...
Update etcd and add a warning about Docker 1.7.0
2015-07-13 21:50:44 -07:00
Brendan Burns
ab4448a0d6
Update multi-node docker instructions:
...
* Update etcd and add a warning about Docker 1.7.0
* Update kubernetes to 0.21.2, Flannel to 0.5.0
* Remove --sync-nodes which is removed.
2015-07-13 21:28:07 -07:00
arun-gupta
88303b7809
fixing #11192
2015-07-13 19:26:52 -07:00
Daniel Smith
b1555956e9
standardize on - instead of _ in file names
2015-07-13 18:32:00 -07:00
Daniel Smith
2c333e4bc2
move admin related docs into docs/admin
2015-07-13 18:24:11 -07:00
Daniel Smith
821e08fded
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
Tim Hockin
65939cc953
Merge pull request #10855 from thockin/docs-debug-svcs
...
Add a doc on debugging services
2015-07-13 17:35:20 -07:00
Tim Hockin
f82d30340f
Merge pull request #11162 from erictune/toc
...
Improve table of contents generation.
2015-07-13 17:08:33 -07:00
Tim Hockin
ecf44efa6b
Add a doc on debugging services
2015-07-13 16:42:54 -07:00
Tim Hockin
60aa763789
Merge pull request #11182 from dchen1107/doc
...
Fix table in getting-started-guides README.md
2015-07-13 16:33:18 -07:00
Tim Hockin
c377e59eed
Merge pull request #11193 from brendandburns/tunnel
...
Update single node docker guide to v0.21.2
2015-07-13 16:24:30 -07:00
Tim Hockin
32699e873a
Merge pull request #10804 from saad-ali/clusterScaleDoc
...
Add documentation for creating large kubernetes clusters
2015-07-13 16:19:42 -07:00
Brendan Burns
b0fd214836
Update docker guide to v0.21.2
2015-07-13 16:13:30 -07:00
Tim Hockin
5cf5445d24
Change 'minion' to 'node' in docs
2015-07-13 15:59:30 -07:00
Eric Tune
2ac3575e45
Rerun gendocs.
2015-07-13 15:57:31 -07:00
Eric Tune
921619ab38
Add ToC to some longer documents.
2015-07-13 15:53:06 -07:00
Eric Tune
ee8513f1bb
Add a table of contents to one doc.
...
Also removed manually created bookmark anchors
and fixedup links to use automatic bookmarks.
2015-07-13 15:53:06 -07:00
Tim Hockin
832382bc05
Merge pull request #11179 from bgrant0607/bugfix1
...
Swap order of service and rc, and explain why.
2015-07-13 14:51:57 -07:00
Dawn Chen
fccc3095e2
Fix table in getting-started-guides README.md
2015-07-13 14:26:36 -07:00
Mike Danese
34aa20ddb3
fix merge conflict and footnote problem
2015-07-13 14:03:07 -07:00
Brian Grant
a01fbb9d37
Swap order of service and rc, and explain why.
2015-07-13 20:48:26 +00:00
Mike Danese
2325364339
fix
2015-07-13 13:40:48 -07:00
Mike Danese
dd538ad579
fix mungedocs that is break verify on master
2015-07-13 13:39:56 -07:00
Tim Hockin
8bb5c5060c
Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
...
change "get minions" to "get nodes" in docs
2015-07-13 13:27:56 -07:00
Tim Hockin
0e59dfabd0
Merge pull request #11170 from mikedanese/kubectl-move
...
move kubectl generated man docs to docs/user-guide/kubectl
2015-07-13 13:22:21 -07:00
Tim Hockin
40b25e0f12
Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
...
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
2b103c6df5
Merge pull request #11169 from vsimon/vsimon-patch-1
...
Fix scp of .dockercfg for-loop command
2015-07-13 13:07:42 -07:00
Mike Danese
0e8d521eed
fix mungedoc links
2015-07-13 13:01:20 -07:00
Tim Hockin
f5cc7cd525
Merge pull request #10995 from erictune/conform_check
...
Mark GCE as passing conformance test.
2015-07-13 13:00:17 -07:00
Mike Danese
430eabe5e6
move kubectl docs to docs/user-guide/kubectl
2015-07-13 12:59:18 -07:00
Tim Hockin
777e427040
Merge pull request #11164 from JanetKuo/docs-monitoring
...
Document the current state of monitoring using heapster
2015-07-13 12:56:00 -07:00
Tim Hockin
2d8c9d6c5e
Merge pull request #10913 from feihujiang/fixSmallNitsForPortForwardCommand
...
Fix small nits for kubectl port-forward command
2015-07-13 12:55:34 -07:00
Eric Tune
f353592cde
Remove colon from end of doc heading.
2015-07-13 12:07:26 -07:00
Vicken Simonian
a740a85dfb
Fix scp of .dockcfg for-loop command
2015-07-13 11:45:13 -07:00
Tim Hockin
fffc64e733
Run gendocs and munges
2015-07-13 11:27:48 -07:00
Tim Hockin
ad8f8731b6
Use a common set of tag prefixes for munges
...
All munges now start with `<!-- BEGIN MUNGE:` and end with `<!-- END MUNGE:`.
This lets me (in a followup) filter them better to normalize contents during
verification of generated docs.
2015-07-13 11:23:07 -07:00
Tim Hockin
f5919d4846
Merge pull request #11163 from erictune/no0xd
...
Delete the dreaded CR character.
2015-07-13 11:15:04 -07:00
Tim Hockin
d9c7b4ee54
Merge pull request #11094 from mikedanese/v1beta3
...
make some manifests in docs/high-availability v1
2015-07-13 10:42:03 -07:00
Janet Kuo
1ca43daa45
Document the current state of monitoring using heapster
2015-07-13 10:31:59 -07:00
Eric Tune
6aebd1852f
Delete the dreaded CR character.
2015-07-13 10:28:04 -07:00
Tim Hockin
2ad0774562
Merge pull request #11122 from zmerlynn/multi-pick
...
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00
Tim Hockin
948a98b2c1
Merge pull request #11159 from brendandburns/docs3
...
Fix a small typo.
2015-07-13 10:06:11 -07:00
Brendan Burns
a4a4bfa89b
Add some additional text about getting help.
2015-07-13 10:01:25 -07:00
Mike Danese
37f0368ba2
make some manifests in docs/high-availability v1
2015-07-13 09:58:22 -07:00
Tim Hockin
03aa143328
Merge pull request #11145 from marekbiskup/kubectl-rolling-update-doc-fix
...
kubectl-rolling-update-doc-fix
2015-07-13 09:47:19 -07:00
Tim Hockin
213afd24f0
Merge pull request #11149 from epc/epc-2015194
...
Copy edits to remove doubled words
2015-07-13 09:45:51 -07:00
Brendan Burns
7620041ed4
Fix a small typo.
2015-07-13 09:38:40 -07:00
Tim Hockin
5d3b0c0540
Merge pull request #11143 from marekbiskup/firewall-rule-syntax
...
fix firewall rule create syntax for gce
2015-07-13 09:38:24 -07:00
Tim Hockin
bd70a1e220
Merge pull request #11132 from ZJU-SEL/patch-doc
...
Update with on going task and warning os limit
2015-07-13 09:11:08 -07:00
Tim Hockin
763ca2ec57
Merge pull request #11131 from bfallik/patch-1
...
Update dns.md
2015-07-13 09:09:59 -07:00
Ed Costello
2b941634d8
Copy edits to remove doubled words
2015-07-13 10:11:55 -04:00
Zach Loafman
180a38c181
hack/cherry_pick_pull.sh: Allow multiple pulls
...
Reorder the arguments to allow for multiple pulls at the end:
hack/cherry_pick_pull.sh <remote branch> <pr-number>...
This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Marek Biskup
d1f2541755
kubectl-rolling-update-doc-fix
2015-07-13 15:09:26 +02:00
Marek Biskup
3003b22838
fix firewall rule create syntax for gce
2015-07-13 15:03:36 +02:00
David Oppenheimer
d7d7bb9bc9
Run hack/run-gendocs.sh
2015-07-13 01:39:42 -07:00
resouer
1128d1c44a
Update with on going task and os limit
2015-07-13 13:43:12 +08:00
Brian Fallik
78aa11ac46
Update dns.md
...
Slighting wording update to (hopefully) improve the flow.
2015-07-13 01:26:25 -04:00
Ed Costello
98e9f1eeae
Copy edits for typos
2015-07-12 22:03:06 -04:00
Tim Hockin
a1efb50a29
Merge pull request #11121 from jason-riddle/ui-docs
...
Add namespace to kubectl create command
2015-07-12 15:52:31 -07:00
Jason Riddle
693122f87f
Add namespace to kubectl create command
2015-07-11 20:02:27 -04:00
Akshay Aurora
789e50439b
Fix formatting in networking.md
2015-07-12 03:49:01 +05:30
Brendan Burns
80e92360ec
Merge pull request #9904 from jayunit100/ha
...
[HA] Fully automated impl of containerized high available etcd+apiserver+controllermgr+scheduler
2015-07-10 20:51:38 -07:00
Gabriel Weyer
7363452b51
Fixed vnet create command
...
The parameter name should be `--subnet-name` instead of `--subnet` with the latest version of the CLI (0.9.5).
2015-07-11 12:22:34 +10:00
Rohit Jnagal
c28fa383bd
Merge pull request #11083 from davidopp/clean
...
First version of Introspection and Debugging section of User Guide.
2015-07-10 19:22:12 -07:00
Rohit Jnagal
6e30302328
Merge pull request #11090 from caesarxuchao/add-user-guide-docs
...
add user guide docs for kubectl exec, proxy, and port-forward
2015-07-10 19:19:27 -07:00
Rohit Jnagal
36813b4b3b
Merge pull request #11091 from dchen1107/config
...
Fix kubelet.md with --max-pods
2015-07-10 19:13:55 -07:00
Zach Loafman
dd8a72e4fb
Fix patch release instructions
...
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.
These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-10 18:43:12 -07:00
Chao Xu
ec87843b24
address Mike's comments
2015-07-10 17:58:51 -07:00
Brendan Burns
8db6367326
Add another php library
2015-07-10 17:22:40 -07:00
Chao Xu
600e785168
add user guide docs for kubectl exec, proxy, and port-forward
2015-07-10 17:20:02 -07:00
Dawn Chen
27bcc14b08
Fix kubelet.md with --max-pods
2015-07-10 16:58:07 -07:00
saadali
c4a42ea405
Add documentation for creating large kubernetes clusters
2015-07-10 16:31:29 -07:00
David Oppenheimer
f660302e42
First version of Introspection and Debugging section of User Guide.
2015-07-10 15:41:26 -07:00
jayunit100
f4946693c6
Cloud agnostic minmal implementation of podmaster HA components.
2015-07-10 18:28:09 -04:00
Rohit Jnagal
51c658be33
Merge pull request #11072 from bprashanth/net_doc
...
Add user guide for connecting applications
2015-07-10 14:54:34 -07:00
Prashanth Balasubramanian
34cd952092
Swagger spec and gendocs
2015-07-10 14:35:41 -07:00
Prashanth Balasubramanian
8ae8c46649
Add user guide for connecting applications
2015-07-10 14:35:41 -07:00
Brian Grant
dd735dd1a1
First draft of deployment-oriented sections of the user guide.
2015-07-10 21:35:21 +00:00
Mike Danese
ed731a9d75
fix verify gendocs
2015-07-10 12:51:35 -07:00
Rohit Jnagal
8e5186a18f
Merge pull request #10794 from thockin/docs-downapi
...
Better docs for downward API
2015-07-10 12:42:26 -07:00
Rohit Jnagal
2a3ed99a19
Merge pull request #10914 from HaiyangDING/patch-1
...
Create schedule_algorithm file
2015-07-10 12:41:48 -07:00
Rohit Jnagal
b005bb9d1d
Merge pull request #11066 from JanetKuo/docs-monitoring
...
Add monitoring docs
2015-07-10 12:23:30 -07:00
Rohit Jnagal
a5dac1d98a
Merge pull request #10709 from zmerlynn/i1883
...
Update releasing.md with Kubernetes release process
2015-07-10 12:16:45 -07:00
Daniel Smith
9ef38c124c
manual fixes
2015-07-10 10:54:47 -07:00
Daniel Smith
c03a788c67
Auto-fixed docs
2015-07-10 10:54:47 -07:00
Janet Kuo
d9e1d293ab
Add monitoring docs
2015-07-10 09:57:06 -07:00
Tim Hockin
cb8e27230e
When releasing, update versions in title
2015-07-10 09:04:19 -07:00
dingh
e019c8475f
Create schedule_algorithm file
...
This document explains briefly the schedule algorithm of Kubernetes and can be complementary to scheduler.md.
2015-07-10 14:51:11 +08:00
jiangyaoguo
102c56ddc4
change get minions cmd in docs
2015-07-10 10:40:52 +08:00
wizard
69b55b82f8
update k8s to 0.19.3
2015-07-10 09:57:00 +08:00
Avesh Agarwal
f134830aba
The option --service-cluster-ip-range was introduced with kubernetes 0.18.
...
So this fix changes tested version for this guide to 0.18 and beyond.
Signed-off-by: Avesh Agarwal <avagarwa@redhat.com>
2015-07-09 17:37:24 -04:00
Zach Loafman
caa877ed71
Add a short doc on cherry picks
2015-07-09 14:35:26 -07:00
Zach Loafman
343814a70e
Update releasing.md with Kubernetes release process
...
This updates releasing.md with actual instructions on how to cut a
release, leaving the theory section of that document alone. Along the
way, I streamlined tiny bits of the existing process as I was
describing them.
The instructions are possibly pedantic, but should be executable by
anyone at this point, versus taking someone versant in the dark arts.
Relies on #10910 . Fixes #1883 .
2015-07-09 14:32:05 -07:00
Victor Marmol
809d16de20
Merge pull request #10856 from mikedanese/v1beta3-remove-docs
...
remove v1beta3 examples from getting started from scratch guide
2015-07-09 14:22:02 -07:00
Eric Tune
30fe02df08
Mark GCE as passing conformance test.
2015-07-09 09:06:05 -07:00
Victor Marmol
485b24a9ea
Merge pull request #10898 from satnam6502/sys-namespace
...
Update logging getting started guides to reflect namespace change
2015-07-09 08:37:35 -07:00
Victor Marmol
b7da593d7c
Merge pull request #10762 from erictune/toc
...
Automatic Doc Editing, with Table of Contents Generation
2015-07-09 08:13:45 -07:00
Joel Sutherland
912772406c
Update vagrant guide VirtualBox version
...
Vagrant does not yet support VirtualBox 5, so the previously-linked page will not work.
2015-07-09 10:13:43 -04:00
Satnam Singh
70afc829c6
Update logging getting started guides to reflect namespace change
2015-07-09 01:12:13 -07:00
Wojciech Tyczynski
e80a193664
Merge pull request #9943 from mamikonyana/override_ubuntu_defaults
...
Do not override environment variable in ubuntu defaults
2015-07-09 09:21:26 +02:00
Wojciech Tyczynski
534af353fb
Merge pull request #10895 from JanetKuo/k8s-ui
...
Update UI doc for the usage of Kubernetes UI
2015-07-09 09:08:17 +02:00
Janet Kuo
d0c618a25e
Rephrase and remove redundant words
2015-07-08 23:13:52 -07:00
Janet Kuo
de97fb8ecf
Update ui.md
2015-07-08 18:44:48 -07:00
Janet Kuo
dbc8493cab
Update ui.md
2015-07-08 18:35:30 -07:00
Victor Marmol
dd378f148b
Merge pull request #10896 from thockin/docs-versioning-2
...
Make READMEs even more obviously versioned.
2015-07-08 16:24:40 -07:00
Mike Danese
57f235a99f
remove v1beta3 examples from getting started from scratch guide
2015-07-08 15:56:22 -07:00
Victor Marmol
a599d80343
Merge pull request #10941 from caesarxuchao/getting-started-output
...
update the kubectl output in gettint-started-guides
2015-07-08 15:55:44 -07:00
Eric Tune
c51e35e835
Support for in-place modification of docs
...
Adds cmd/mungedocs which is framework for processing
all files under docs/ and either verifying that no changes needed or
making in-place changes.
Did not reuse kube::util::gen-docs because that seemed to be
centered around handling added files, and this pass does not
add files.
Planned uses:
- table of contents automatic updating
- linkification
- internal link checker
- link-path-relativizer or absolutizer
- example file syncer
- header inserter.
Just table-of-contents updating in this PR.
Added Table of Contents to docs/networking.md.
Demonstrates use of new TOC generator presubmit.
Other docs will be added in future PRs.
Additional development will be needed to handle some
of the more complex cases.
2015-07-08 14:58:54 -07:00
Victor Marmol
df3c437eed
Merge pull request #10924 from kelcecil/node-doc
...
Update CLI flags in node overview doc
2015-07-08 14:46:15 -07:00
Victor Marmol
50a3a0aa25
Merge pull request #10911 from brendandburns/docs2
...
Add some additional clarity to label prefix requirements.
2015-07-08 14:40:05 -07:00
Victor Marmol
e4e83be24d
Merge pull request #10887 from alex-mohr/release-notes2
...
Update release notes tool and documentation
2015-07-08 14:37:59 -07:00
Victor Marmol
2f52cc7add
Merge pull request #10907 from brendandburns/e2e2
...
Add a pointer to a new java library.
2015-07-08 14:30:40 -07:00
Victor Marmol
fff24af86e
Merge pull request #10859 from davidopp/clean
...
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Victor Marmol
c268352547
Merge pull request #10949 from JanetKuo/update-kubectl-get-docs-all
...
Update kubectl output in doc
2015-07-08 13:55:46 -07:00
Victor Marmol
2ee06ed171
Merge pull request #10950 from pmorie/hostpath
...
Change remaining instances of hostDir in docs to hostPath
2015-07-08 13:49:23 -07:00
Paul Morie
5b4adf8469
Change remaining instances of hostDir in docs to hostPath
2015-07-08 16:26:20 -04:00
Janet Kuo
a761a0fb72
Update kubectl output in doc
2015-07-08 13:22:54 -07:00
Victor Marmol
036e7eb40a
Merge pull request #10765 from mikedanese/daemon-doc-update
...
update kube* daemon docs synposis and flags.
2015-07-08 13:21:30 -07:00
Janet Kuo
174f93306c
Update ui.md
2015-07-08 12:49:53 -07:00
Janet Kuo
cbac2abf8b
Fix document typo
2015-07-08 11:48:03 -07:00
Chao Xu
2e6db701a2
coreos
2015-07-08 11:46:12 -07:00
Tim Hockin
3d97d82655
Make READMEs clearer wrt versions
2015-07-08 11:36:14 -07:00
Chao Xu
89a8c0a749
centos
2015-07-08 11:27:12 -07:00
Chao Xu
fef7e47ddf
juju
2015-07-08 11:24:24 -07:00
Chao Xu
1cca74c20d
REASON to STATUS
2015-07-08 11:20:49 -07:00
Victor Marmol
56da0be884
Merge pull request #10681 from thockin/relative-docs-links
...
Make docs links be relative so we can version them
2015-07-08 11:17:37 -07:00
Victor Marmol
d293388993
Merge pull request #10800 from thockin/docs-volumes
...
Better volumes docs
2015-07-08 11:16:53 -07:00
Chao Xu
3cc13260ba
vagrant
2015-07-08 11:01:09 -07:00
Victor Marmol
5e813fc76d
Merge pull request #10865 from JanetKuo/docs-security-context
...
Update document of security context
2015-07-08 10:00:36 -07:00
Victor Marmol
d90cd98d7b
Merge pull request #10894 from jlowdermilk/describe-docs
...
Update kubectl describe help to document prefix matching behavior
2015-07-08 09:59:57 -07:00
Kel Cecil
e72725cd70
Update CLI flags in node overview doc
2015-07-08 10:59:03 -04:00
feihujiang
eca0ae08c5
Fix small nits for kubectl port-forward command
2015-07-08 15:53:53 +08:00
Tim Hockin
1e4f6a4357
Better volumes docs
2015-07-07 22:19:20 -07:00
Brendan Burns
25b37b6978
Add some additional clarity to label prefix requirements.
2015-07-07 20:45:22 -07:00
Brendan Burns
45e23e0b02
Add a pointer to a new java library.
2015-07-07 20:14:36 -07:00
Janet Kuo
cda54c5cf7
Update UI doc for the usage of Kubernetes UI
2015-07-07 18:19:34 -07:00
Janet Kuo
049c989a19
Update kubectl get command in docs/devel/
2015-07-07 18:06:43 -07:00
Alex Mohr
7737d18882
Update release notes tool and documentation
2015-07-07 17:40:10 -07:00
Yu-Ju Hong
711c093902
Merge pull request #10811 from thockin/version-examples-links
...
Make examples links be relative
2015-07-07 17:34:37 -07:00
Jeff Lowdermilk
229cbd472d
Update kubectl describe help to document prefix matching behavior
2015-07-07 16:57:37 -07:00
Tim Hockin
0d7ec93861
reflow lines
2015-07-07 16:45:54 -07:00
Yu-Ju Hong
2a92eec0dc
Merge pull request #10875 from thockin/docs-versioning
...
Fix broken links in docs/README
2015-07-07 16:35:18 -07:00
Yu-Ju Hong
af906eedd9
Merge pull request #10844 from jbeda/docs
...
Update GCE docs to reflect namespaces
2015-07-07 15:52:53 -07:00
Yu-Ju Hong
362f8da810
Merge pull request #10847 from markturansky/pv_docs
...
Fixed link in persistent-volumes.md
2015-07-07 15:52:25 -07:00
Tim Hockin
737f3da73a
Fix broken links in docs/README
2015-07-07 15:30:14 -07:00
Tim Hockin
0a23c0666d
Make docs links be relative so we can version them
2015-07-07 15:22:17 -07:00
Yu-Ju Hong
0d2b8dbd13
Merge pull request #9136 from brendandburns/docs
...
Add documentation for HA Kubernetes
2015-07-07 15:16:33 -07:00
Tim Hockin
304d08bb7f
Make examples links be relative
2015-07-07 15:15:06 -07:00
David Oppenheimer
a85d0d3bd1
Move scheduler overview from docs/design/ to docs/devel/
2015-07-07 14:16:26 -07:00
Janet Kuo
7ec1a69cf1
Update document of security context
2015-07-07 13:30:56 -07:00
markturansky
373d5afe84
fixed link in pv doc
2015-07-07 14:11:53 -04:00
Joe Beda
ae421541ea
Update GCE docs to reflect namespaces
2015-07-07 10:50:39 -07:00
Yu-Ju Hong
2337daf1f6
Merge pull request #10738 from feihujiang/updateNodeInfoOfNodeDoc
...
Update node info description in node.md
2015-07-07 10:47:03 -07:00
Yu-Ju Hong
da25b1224f
Merge pull request #10786 from thockin/docs-networking
...
De-dup, cleanup, overhaul networking docs
2015-07-07 10:45:49 -07:00
Dr. Stefan Schimanski
6d652eccd5
Update for changed namespace of the kube-dns pods
2015-07-07 08:36:19 +02:00
Dr. Stefan Schimanski
34b887f064
Line wrap sed command
2015-07-07 08:32:41 +02:00
Dr. Stefan Schimanski
739566d5c7
Document how to launch kube-dns on k8sm
2015-07-07 08:32:41 +02:00
Yu-Ju Hong
543e806783
Merge pull request #10769 from thockin/docs-scratch
...
Docs: update "from scratch" guide to fix my own comments
2015-07-06 17:40:49 -07:00
Tim Hockin
2210220dbf
De-dup,overhaul networking docs
2015-07-06 17:28:12 -07:00
Tim Hockin
e3fb54eadf
Better docs for downward API
2015-07-06 17:22:07 -07:00
Yu-Ju Hong
de710713aa
Merge pull request #10573 from erictune/resources
...
Add user-oriented compute resource doc.
2015-07-06 16:12:38 -07:00
Eric Tune
fd325982c3
Add user-oriented compute resource doc.
...
Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting. Examples are tested.
Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
2015-07-06 14:57:30 -07:00
Tim Hockin
9fe0d74473
Update networking doc wrt --configure-cbr0
2015-07-06 12:48:59 -07:00
Tim Hockin
a7da693f8a
mention /etc/default/docker
2015-07-06 11:53:33 -07:00
Tim Hockin
018ebfad10
Clean up IP instructions some
2015-07-06 11:37:35 -07:00
Mike Danese
3f770e11de
breakout doc changes from #10594 to get them into v1
2015-07-06 11:25:47 -07:00
Yu-Ju Hong
258f64eef4
Merge pull request #10736 from AnanyaKumar/patch-1
...
Update gce.md
2015-07-06 11:24:22 -07:00
Tim Hockin
840c182a2c
Fix magic number for (2^16)-2
2015-07-06 11:07:20 -07:00
Tim Hockin
6c88401889
Merge pull request #10271 from erictune/how-to-write-a-gsg
...
Scratch Getting-started-guide
2015-07-06 11:00:44 -07:00
Yu-Ju Hong
7c2fa5e654
Merge pull request #10640 from marun/vagrant-use-nfs
...
Vagrant: Add support for nfs synced folders
2015-07-06 10:54:07 -07:00
Eric Tune
682abd9dab
Scratch Getting-started-guide
2015-07-06 10:38:20 -07:00
Brendan Burns
431f1f4384
Add documentation for HA Kubernetes
2015-07-06 07:20:53 -07:00
feihujiang
68a8cd1778
Update node info description
2015-07-06 19:22:08 +08:00
Ananya Kumar
5bb48d1337
Update gce.md
2015-07-05 22:48:47 -07:00
Ananya Kumar
7c638fa771
Update gce.md
...
Links have been updated.
2015-07-05 22:46:33 -07:00
Justin Santa Barbara
2d0fa393b5
AWS: Add docs to volumes.md for EBS
...
Describes how to create EBS volumes & the syntax for a pod.
Derived from GCE PV docs.
2015-07-05 09:33:58 -04:00
Nikhil Jindal
91fc591e5e
Merge pull request #10598 from feihujiang/nameInsteadOfID
...
Using NAME to replace ID in help string
2015-07-02 15:26:24 -07:00
Nikhil Jindal
fe0b3a0082
Merge pull request #10580 from markturansky/pv_docs
...
Persistent Volume/Claim docs
2015-07-02 10:39:57 -07:00
markturansky
bd365dda39
single ticked individually highlighted words
2015-07-02 09:25:40 -04:00
Arsen Mamikonyan
38c3bdfa45
Do not override environment variable in ubuntu defaults and ubuntu/build.sh
2015-07-02 13:10:54 +01:00
Zach Loafman
4b60e4892f
Merge pull request #10431 from erictune/image_md
...
Improve image docs.
2015-07-01 19:33:03 -07:00
Eric Tune
ed2d42e54c
Improve image docs.
...
ImagePullKeys -> ImagePullSecret
Explain that overwriting the /root/.dockercfg not recommended for GKE.
Give detailed and tested steps for distributing a .dockercfg.
2015-07-01 16:46:45 -07:00
Paulo Pires
db00532b47
Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
...
Added instrumentation and configuration for service account tokens.
Fixes #9075
2015-07-02 00:24:45 +01:00
Zach Loafman
b60c8e567f
Merge pull request #10077 from timstclair/ui-server
...
Move dashboard UI out of the apiserver to a separate pod
2015-07-01 15:56:33 -07:00
Zach Loafman
c7fb07a6aa
Merge pull request #10428 from mikedanese/nightly
...
add documentation and script on how to get recent and "nightly" builds
2015-07-01 15:55:49 -07:00
Zach Loafman
2ff92e25ee
Merge pull request #10535 from davidopp/somebranch
...
Initial design doc for scheduler.
2015-07-01 15:54:40 -07:00
Quinton Hoole
3059dfb015
Fix incorrect doc link in Federation.md
2015-07-01 14:58:08 -07:00
Tim St. Clair
78609986b9
Remove dashboard ui from apiserver & point /ui at kube-ui
2015-07-01 14:21:51 -07:00
Tim St. Clair
b6b2d6df42
Add kube-ui cluster addon for serving k8s dashboard UI.
...
Changes include:
- Add kube-ui binary for serving static dashboard UI
- Add kube-ui docker image, replication controller, and service
- Make the kube-ui a cluster-addon (enabled by default)
- Split the compiled pkg/ui/datafile.go into separate dashboard and swagger packages
- Update docs to reflect changes
2015-07-01 14:21:47 -07:00
Zach Loafman
bc7ff1b80e
Merge pull request #10541 from ingvagabund/master
...
fix formatting of md documents
2015-07-01 14:16:03 -07:00
David Oppenheimer
f692adc67d
Initial design doc for scheduler.
2015-07-01 13:58:56 -07:00
markturansky
32e8e7d3e6
edits from feedback
2015-07-01 16:49:26 -04:00
Maru Newby
5ab9d2cc94
Vagrant: Add support for nfs synced folders
...
nfs synced folders do not require guest additions and are faster than
vmware and virtualbox's shared folders. This change configures the
default /vagrant synced folder to use nfs if the
KUBERNETES_VAGRANT_USE_NFS environment variable is set to 'true'.
2015-07-01 13:12:42 -07:00
Zach Loafman
b42cac69cb
Merge pull request #10519 from JanetKuo/kubectl-c
...
Enable -c for kubectl logs container arg
2015-07-01 08:36:38 -07:00
Zach Loafman
502103cdc6
Merge pull request #10453 from satnam6502/fix-es
...
Change port names to avoid validation failure
2015-07-01 08:30:28 -07:00
markturansky
7fb3aaf348
addressed feedback and various other edits
2015-07-01 11:25:23 -04:00
Zach Loafman
add08cb9c3
Merge pull request #10491 from JanetKuo/kubectl
...
Implement 'kubectl get ... -o wide'
2015-07-01 06:41:44 -07:00
feihujiang
70036069ee
Using NAME to replace ID in help string
2015-07-01 15:35:08 +08:00
Tony Hsu
2e68eb9bdc
Remove extra words.
2015-07-01 12:11:58 +08:00
Alexandros Mavrogiannis
d5035a15e0
Change factory name to client.NewInCluster
...
The factory that generates a client for use within the cluster is NewInCluster, rather than NewInContainer.
2015-06-30 15:58:21 -07:00
markturansky
80d57ba7d8
1st draft of PV/PVC doc
2015-06-30 17:49:01 -04:00
Janet Kuo
682734bcc7
Implement 'kubectl get ... -o wide'
2015-06-30 14:06:47 -07:00
Zach Loafman
037b77255a
Merge pull request #10316 from erictune/images-doc-fix
...
Fix imagePullSecrets example.
2015-06-30 13:52:20 -07:00
Janet Kuo
62b488359f
Enable -c for kubectl logs container arg
2015-06-30 13:25:54 -07:00
Satnam Singh
4e58e001da
Change port names to avoid validation failure
2015-06-30 10:56:20 -07:00
Jan Chaloupka
f7b6e7427e
fix formatting of md documents
2015-06-30 15:49:52 +02:00
Chao Xu
7f89a29aad
add "kubectl patch". It will replace "kubectl udpate --patch" in the future
2015-06-29 16:36:45 -07:00
Alex Robinson
764d34d363
Merge pull request #10468 from caesarxuchao/add-cmd-replace
...
Add command "kubectl replace"
2015-06-29 16:06:33 -07:00
Alex Robinson
98daba264d
Merge pull request #10208 from amygdala/gettingstarted
...
gce getting started clarifications
2015-06-29 15:42:43 -07:00
Mike Danese
c053b9a51b
add documentation and script on how to get recent and "nightly" builds
2015-06-29 14:50:41 -07:00
Alex Robinson
81d6695c49
Merge pull request #10317 from caesarxuchao/coreos
...
update getting-started-guides/coreos to v1
2015-06-29 14:31:59 -07:00
jayunit100
caf9c17f95
Update man page info for advanced kubelet features i.e. config/bootstrapping
2015-06-29 16:02:07 -04:00
Eric Tune
7e6f1bd852
Fix imagePullSecrets example.
2015-06-29 12:22:15 -07:00
Chao Xu
9b3d42c090
Add command "kubectl replace". "kubectl update" is still supported as an alias.
...
"kubectl replace --patch" is NOT supported. It's moved to "kubectl patch" as a separate command in another commit.
2015-06-29 12:14:24 -07:00
Alex Robinson
9f52ddaa38
Merge pull request #10072 from mesosphere/update-mesos-getting-started-guide
...
Update of the mesos.md getting started guide
2015-06-29 11:38:24 -07:00
Wojciech Tyczynski
08b35940c8
Merge pull request #10444 from ae6rt/issue/10373
...
Issue-10373
2015-06-29 15:34:45 +02:00
Dr. Stefan Schimanski
dc7a9c8792
Update the mesos.md getting started guide
2015-06-28 16:55:08 +02:00
Robert Bailey
6b97ac0880
Merge pull request #10131 from thockin/svc-docs
...
Hopefully make NodePort docs clearer
2015-06-26 21:50:46 -07:00
Mark S. Petrovic
c16329208b
Issue-10373
...
Add a statement to docs/labels.md about the effect of the empty
selector on a collection of objects returning all objects in the
collection.
2015-06-26 18:47:34 -07:00
Robert Bailey
ca789b01cc
Merge pull request #10419 from mikedanese/docs-fixup
...
updated kubernetes daemon man docs
2015-06-26 17:13:08 -07:00
RichieEscarez
899145da10
Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine
...
Fixes #10354
2015-06-26 13:30:41 -07:00
Mike Danese
ff6d67e18c
updated kubernetes daemon docs
...
These docs are not autogenerated. They are generated from specially formated
markdown files that need to be updated when flags are changed but nobody knows
about this so it is not enforced. Thus the man page generation is not useful.
For the sake of having up to date docs up to date for v1, I am manually udating
the markdown files and removing the md2man generation. After v1 we need to gen
this man pages with the rest of our generated docs in a pre commit hook so that
they are not able to become out of date. We can do this by converting our daemons
to use cobra cmd like kubectl.
2015-06-26 12:06:29 -07:00
Robert Bailey
91589143a3
Merge pull request #10370 from mikedanese/no-more-machines
...
remove --machines and related deprecated flags from code and docs
2015-06-26 10:54:01 -07:00
Robert Bailey
b08b3a17f8
Merge pull request #10388 from sdminonne/bug_fix2
...
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 10:52:23 -07:00
Robert Bailey
508f7f1697
Merge pull request #10358 from caesarxuchao/add-force-update
...
Add --force to `kubectl update`
2015-06-26 10:49:04 -07:00
Salvatore Dario Minonne
5b109eef49
Adding IANA_SVC_NAME definition to docs/design/identifiers.md
2015-06-26 09:44:28 +02:00
Quinton Hoole
12bb5d0584
Update federation.md
2015-06-25 19:15:59 -07:00
Mike Danese
1e130e0794
remove --machines from code and docs
2015-06-25 18:29:11 -07:00
Chao Xu
ef5de91fd7
add "--force" flag to "kubectl update";
...
update relevant tests
2015-06-25 17:16:20 -07:00
Maxwell Forbes
03121c2536
Merge pull request #10252 from akramer/patch-1
...
Fixing spacing in documentation comments
2015-06-25 15:09:41 -07:00
Maxwell Forbes
4237fb25df
Merge pull request #10258 from satnam6502/doc-logging-top
...
Update top level logging documentation
2015-06-25 14:45:52 -07:00
Maxwell Forbes
5e748c1d47
Merge pull request #10070 from lavalamp/e2eProxyFix
...
proxy e2e test improvements
2015-06-25 13:15:03 -07:00
Maxwell Forbes
aa6c7a1cb3
Merge pull request #10360 from derekwaynecarr/fix_doc
...
Update doc to reflect that only kubelet is installed directly
2015-06-25 13:13:18 -07:00
derekwaynecarr
954f7777e7
Update doc to reflect that only kubelet is installed directly
2015-06-25 14:34:48 -04:00
Maxwell Forbes
866779cbb2
Merge pull request #10302 from erictune/node_reserve
...
Document node capacity.
2015-06-25 10:57:10 -07:00
Tim Hockin
ff91fef26b
Hopefully make NodePort docs clearer
2015-06-25 10:46:15 -07:00
Marek Biskup
76e6f39095
add missing document links
2015-06-25 08:38:09 +02:00
Chao Xu
15ecf413c6
update getting-started-guides/coreos to v1
2015-06-24 17:42:51 -07:00
Maxwell Forbes
4488778bef
Merge pull request #10276 from ddysher/access-api-doc
...
Do not use outdated flags in accessing_the_api.md
2015-06-24 16:05:47 -07:00
Daniel Smith
689a3ee7a2
Make UI work through kubectl proxy (again)
...
Fixes #10115 .
2015-06-24 13:54:14 -07:00
akramer
5f44175dc4
Fixing spacing in documentation comments
...
There was some ugly spacing in the 'kubectl exec' documentation comments, I've fixed it and wrapped it to 80 chars.
2015-06-24 13:50:30 -07:00
Satnam Singh
e69b40a17a
Add text on accessing ES and Kibana via kubectl proxy
2015-06-24 12:57:16 -07:00
Eric Tune
832f1b8165
Document node capacity.
2015-06-24 12:40:34 -07:00
Satnam Singh
da39e53937
Update top level logging documentation
2015-06-24 11:22:17 -07:00
Maxwell Forbes
9a725333b1
Merge pull request #10270 from jlowdermilk/fix-label-selector-docs
...
Fix labelSelector query param inconsistency in docs
2015-06-24 11:21:53 -07:00
Deyuan Deng
f1b3fa8633
Do not use outdated flags in accessing_the_api.md
2015-06-23 23:54:47 -04:00
Jeff Lowdermilk
eab021c3dc
Fix labelSelector query param inconsistency in docs
2015-06-23 18:36:07 -07:00
Jeff Lowdermilk
838ddba1d9
Merge pull request #10188 from fabianofranz/fix_kubectl_set_credentials_example
...
Fixes wrong "kubectl config set-credentials" examples
2015-06-23 17:11:40 -07:00
Jeff Lowdermilk
392f80783b
Merge pull request #10206 from satnam6502/doc-es-logging
...
Documentation for logging with Elasticsearch and Kibana
2015-06-23 17:10:13 -07:00
Jeff Lowdermilk
3c0cab7dfe
Merge pull request #10259 from satnam6502/logging-doc
...
Rename Google Cloud Logging doc appropriately
2015-06-23 16:50:17 -07:00
Jeff Lowdermilk
94c6d2fa8f
Merge pull request #10245 from goltermann/docs2
...
Add PR merge policy for RC.
2015-06-23 16:47:13 -07:00
goltermann
a3cb27df96
Add PR merge policy for RC.
...
Link to ok-to-merge label
2015-06-23 16:02:25 -07:00
Jeff Lowdermilk
4c7d79b714
Merge pull request #10240 from JanetKuo/update-guide
...
Add a link for how to enable API in developers console.
2015-06-23 15:20:39 -07:00
Jeff Lowdermilk
4bc3fa3a4b
Merge pull request #10226 from erictune/similar-structure-gsg
...
Fix indentation of ToC in Getting-Started-Guides..
2015-06-23 14:40:49 -07:00
Satnam Singh
20d095291f
Rename Google Cloud Logging doc apppripriately
2015-06-23 14:28:46 -07:00
Satnam Singh
9cdc7bdef3
Documentation for logging with Elasticsearch and Kibana
2015-06-23 14:02:24 -07:00
Janet Kuo
78e9dd3399
Add a link for how to enable API in developers console.
2015-06-23 11:56:59 -07:00
Jeff Lowdermilk
8a92232f66
Merge pull request #10203 from satnam6502/logging-doc
...
Update Getting Started logging docs for Cloud Logging
2015-06-23 11:50:39 -07:00
Satnam Singh
90caacbfd7
Update logging docs
2015-06-23 11:28:34 -07:00
Jeff Lowdermilk
8b328429eb
Merge pull request #9911 from erictune/serviceacctdocs
...
Service account documentation improvement
2015-06-23 10:14:07 -07:00
Eric Tune
6dd499aa4c
Fix formatting in fedora manual getting-started.
2015-06-23 08:25:02 -07:00
Eric Tune
1767553377
Fix indentation of ToC in Getting-Started-Guides..
2015-06-23 08:20:31 -07:00
Amy Unruh
30e0b808f7
gce getting started clarifications
2015-06-22 18:46:16 -07:00
Jeff Lowdermilk
e75edf2282
Merge pull request #10191 from erictune/similar-structure-gsg
...
Getting started guide cleanup
2015-06-22 16:29:51 -07:00
Jeff Lowdermilk
b80392737e
Merge pull request #10189 from erictune/toc-gsg
...
Add tables of contents to getting started guides.
2015-06-22 16:25:07 -07:00
fabianofranz
fae27669aa
Fixes kubectl config set-credentials examples
2015-06-22 17:34:04 -03:00
Jeff Lowdermilk
131a7ac938
Merge pull request #10170 from sandoracs/master
...
Use vagrant command instead of salt.
2015-06-22 13:16:24 -07:00
Eric Tune
179fa8cb61
Getting-started-guide cleanup.
...
Put a Prerequisites section in all the hosted gettting-started-guides.
Change how title and contents are formatted so they are not automatically
included in the ToC. Tweak other section headers to improve ToCs.
2015-06-22 12:39:35 -07:00
Eric Tune
f39eead95c
Add tables of contents to getting started guides.
2015-06-22 11:56:19 -07:00
Jeff Lowdermilk
d0fc0d884d
Merge pull request #9876 from andronat/9631_labelcolumn
...
Printing resource labels as columns
2015-06-22 11:55:26 -07:00
Eric Tune
0b4ced80a7
Service account documentation.
...
Fixes #9344 .
Depends on #9821 .
Update Secrets documentation to explain how secrets can be
created/used manually, or automatically with service accounts.
Greatly expanded service account documentation.
Added a service account admin guide.
Lots of cross-references.
2015-06-22 10:42:54 -07:00
Ács Sándor
a2572514e3
Use vagrant command instead of salt.
2015-06-22 11:36:20 +02:00
Anastasis Andronidis
b06ef70057
Print resource labels as columns
2015-06-22 00:44:51 +02:00
Marek Biskup
11a76c69ae
clarification of how to access a secret from a pod
2015-06-20 19:22:51 +02:00
Brendan Burns
1fc6ef2eff
Merge pull request #10129 from perljedi/client-pull-req
...
Adding Perl client to list of User Libs
2015-06-19 15:12:41 -07:00
Dave
36441998bd
Adding Perl client to list of User Libs
...
Adding a link to Net::Kubernetes perl module to list of user contributed client libraries
2015-06-19 18:08:48 -04:00
Deyuan Deng
8a2b76662a
Fix environment document about DNS and service IP
2015-06-19 15:08:47 -04:00
Mike Danese
0e8a7d3760
fix master precommit hook
2015-06-19 09:59:27 -07:00
Marek Biskup
7644845b9e
add links to unlinked documents; move making-release-notes.md to docs/devel
2015-06-19 17:46:30 +02:00
Satnam Singh
4da15e318c
Merge pull request #10011 from tnguyen-rh/docs-fix-markdown
...
docs: add some missing newlines
2015-06-19 07:55:57 -07:00
Marek Biskup
dd7b41e5a3
add link to cluster addons README
2015-06-19 14:52:46 +02:00
Thien-Thi Nguyen
1647e12c4e
docs: make markdown less GitHub-specific
...
- add newline before lists
- use ‘*’ for lists instead of ‘-’; use 4 spaces to indent nested list
2015-06-19 07:50:07 +02:00
Satnam Singh
17d897c8ef
Merge pull request #9939 from marekbiskup/doc-accessing
...
fix links in accessing-the-cluster.md
2015-06-18 15:34:46 -07:00
Satnam Singh
4328c0f3d2
Merge pull request #9880 from marekbiskup/doc-volumes
...
move resources description to the end to reduce forward references
2015-06-18 14:48:53 -07:00
Satnam Singh
be0ed35e01
Merge pull request #9865 from marekbiskup/doc-pod-states
...
small corrections to pod-states doc
2015-06-18 14:48:22 -07:00
Satnam Singh
8514d294a2
Merge pull request #9863 from marekbiskup/doc-edits-node
...
node status description improved
2015-06-18 14:47:58 -07:00
Satnam Singh
2d1c3c31b2
Merge pull request #9864 from marekbiskup/docs-edit-dash
...
remove double dash
2015-06-18 14:40:28 -07:00
Satnam Singh
ed985b8654
Merge pull request #9821 from erictune/api-conv
...
Added document on using resources.
2015-06-18 14:35:04 -07:00
Satnam Singh
56612e3707
Merge pull request #9874 from RichieEscarez/fixtroubleshootlink
...
fixed broken link
2015-06-18 14:34:10 -07:00
Satnam Singh
424d09fb97
Merge pull request #9907 from RichieEscarez/9404_controller
...
Changed "controller" to "replication controller"
2015-06-18 14:33:49 -07:00
Satnam Singh
cde08a0679
Merge pull request #9992 from a-robinson/metrics
...
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 14:25:03 -07:00
Satnam Singh
d2c2f7e35e
Merge pull request #9993 from mikedanese/re-patch
...
reenable patch serverside using strategic-merge-patch
2015-06-18 14:13:10 -07:00
Satnam Singh
54933b83cb
Merge pull request #9503 from JeffPaine/git-docs-update
...
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Mike Danese
3de11e2fa8
reenable patch serverside using strategic-merge-patch
2015-06-18 12:06:46 -07:00
Eric Tune
4f0ab4d539
Added document on using resources.
2015-06-18 10:21:44 -07:00
Saad Ali
968156e892
Merge pull request #9098 from benmccann/vault-keywhiz-docs
...
Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
2015-06-17 18:06:11 -07:00
Alex Robinson
fe5c8398d4
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 00:37:52 +00:00
Saad Ali
17446c2c4c
Merge pull request #9989 from kazhang/patch-1
...
Fixed broken link to addons/README.md
2015-06-17 16:55:55 -07:00
Kai Zhang
a7bf6665ab
Fixed broken link to addons/README.md
...
Fixed broken link to addons/README.md
2015-06-17 16:31:13 -07:00
Dawn Chen
07506763a5
Small nit cleanup for getting-started-guides
2015-06-17 15:49:14 -07:00
RichieEscarez
eb44b3c830
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
...
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Marek Biskup
555aabc0b5
correction: lastState.termination renamed to lastState.terminated
2015-06-17 16:32:58 +02:00
Marek Biskup
0260c808b4
fix links in accessing-the-cluster.md
2015-06-17 16:12:45 +02:00
Marek Biskup
7b403edd6f
double dash replaced by html mdash
2015-06-17 12:36:27 +02:00
Saad Ali
92e5992489
Merge pull request #9780 from amygdala/gettingstarted
...
gce 'getting started' cleanup.
2015-06-16 18:46:18 -07:00
Brendan Burns
d18dcabca5
Merge pull request #9786 from ZJU-SEL/UpdateDockerK8s
...
Update docker k8s approach
2015-06-16 15:53:25 -07:00
Saad Ali
9fd02fcf7f
Merge pull request #9811 from erictune/matrix
...
Add conformance column to matrix.
2015-06-16 14:52:26 -07:00
Saad Ali
5e597c5f0d
Merge pull request #9826 from brendandburns/redirect
...
Remove the redirect verb.
2015-06-16 14:51:24 -07:00
Saad Ali
d5b40de7b4
Merge pull request #9867 from marekbiskup/doc-overview
...
clarification of name uniqueness
2015-06-16 14:02:06 -07:00
Saad Ali
591132f4ae
Merge pull request #9871 from marekbiskup/doc-service
...
formatting
2015-06-16 14:00:47 -07:00
Saad Ali
d763252b01
Merge pull request #9869 from marekbiskup/doc-links
...
doc links
2015-06-16 12:06:11 -07:00
Eric Tune
73e873dc12
Change docs/getting-started-guides/README.md
...
Reformats.
Remove duplicate rows.
Adds empty conformance test column.
(more on this soon.)
2015-06-16 10:41:07 -07:00
Marek Biskup
71488c575a
small corrections to pod-states doc
2015-06-16 19:22:30 +02:00
Marek Biskup
e56aeec860
node status description improved
2015-06-16 19:21:30 +02:00
Marek Biskup
28f8788f18
move resources description to the end to reduce forward references
2015-06-16 19:10:20 +02:00
RichieEscarez
5939dd0fab
fixed broken link
2015-06-16 08:50:12 -07:00
Marek Biskup
5a2b96c455
clarifications
2015-06-16 17:38:42 +02:00
Marek Biskup
b71bf667b5
formatting
2015-06-16 17:35:20 +02:00
Marek Biskup
28792c2d50
doc links
2015-06-16 17:31:45 +02:00
Marek Biskup
aa0c816d9f
clarification of name uniqueness
2015-06-16 17:19:37 +02:00
Amy Unruh
1b22ca11f8
gce 'getting started' cleanup.
2015-06-15 19:52:21 -07:00
Fabio Yeon
0453f9ea9d
Merge pull request #9705 from hurf/label4describe
...
Add label support for kubectl describe
2015-06-15 19:33:09 -07:00
Fabio Yeon
6ab2aee677
Merge pull request #9697 from CyrusBiotechnology/cyrus/feature/nodeport-documentation
...
Added what seems to be the default allowable port range for NodePort to the docs
2015-06-15 19:32:35 -07:00
wizard
4e92f409a0
update docker k8s approach
2015-06-16 09:44:21 +08:00
Brendan Burns
25dee0c42a
Remove redirect from docs.
2015-06-15 15:42:05 -07:00
Fabio Yeon
c4f448bf80
Merge pull request #9751 from brendandburns/fix
...
Add links to 0.19.0
2015-06-15 10:19:49 -07:00
Fabio Yeon
188f52a090
Merge pull request #9466 from syst3mw0rm/master
...
Version bump to 0.18.2
2015-06-15 10:15:05 -07:00
Abhi Shah
1f952b05d3
Merge pull request #9652 from epc/epc-2015162
...
Copy edits for spelling errors and typos
2015-06-12 16:59:32 -07:00
Abhi Shah
4da902c72e
Merge pull request #9579 from doublerr/rackspace/update_flannel
...
simplify flannel configuration on rackspace
2015-06-12 16:58:36 -07:00
Peter Novotnak
784fc22c7e
Added default allowable port range for NodePort to the docs.
2015-06-12 16:35:44 -07:00
Brendan Burns
15562d4c09
Add links to 0.19.0
2015-06-12 16:04:01 -07:00
Ed Costello
05714d416b
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Abhi Shah
f345432b53
Merge pull request #9651 from brendandburns/rev-docker
...
Update Docker instructions.
2015-06-12 13:54:09 -07:00
Abhi Shah
86b6150fb0
Merge pull request #9287 from brendandburns/kubectl
...
Add some XSRF protection to kubectl proxy.
2015-06-12 13:51:08 -07:00
hurf
fa0efe3927
Add label support for kubectl describe
...
Add -l option to kubectl describe command, allow it return
multiple results filtered by label selector.
2015-06-12 15:08:28 +08:00
Abhi Shah
b56034a90e
Merge pull request #9667 from mesosphere/link-to-known-issues
...
link to k8s-mesos known issues
2015-06-11 11:53:41 -07:00
Abhi Shah
e226f8766e
Merge pull request #9509 from brendandburns/example
...
Add some troubleshooting instructions.
2015-06-11 10:59:20 -07:00
Abhi Shah
1ccb68a2e6
Merge pull request #9471 from jayunit100/minorreadme
...
[docs/] Some minor README updates (readability/selinux)
2015-06-11 10:23:25 -07:00
Abhi Shah
ccf73d69fc
Merge pull request #8981 from erictune/docs7
...
Document what happens when pod uses nonexistent secret.
2015-06-11 08:46:13 -07:00
James DeFelice
dd8077e276
link to k8s-mesos known issues
2015-06-11 15:10:32 +00:00
jayunit100
210ad819b1
Some minor README updates (readability/selinux/k8petstore)
2015-06-11 09:00:15 -04:00
Eric Tune
c11127c9a6
Document what happens when pod uses nonexistent secret.
2015-06-11 01:19:33 -07:00
Brendan Burns
4b904c34a8
Update Docker instructions.
2015-06-10 21:40:06 -07:00
Brendan Burns
4aeee94603
Add some XSRF protection to kubectl proxy.
2015-06-10 20:55:33 -07:00
Abhi Shah
6031043f31
Merge pull request #9495 from erictune/docs12
...
Document imagePullSecrets
2015-06-10 16:32:40 -07:00
Eric Tune
7658071ef8
Document imagePullSecrets
2015-06-10 15:19:55 -07:00
Abhi Shah
04ae4d07e1
Merge pull request #9551 from brendandburns/docsfix
...
Make it clear which part should be supplied by the user.
2015-06-10 14:49:37 -07:00
Ryan Richard
0b26e4e301
simplify flannel configuration on rackspace
2015-06-10 16:07:23 -05:00
Abhi Shah
c541b96e19
Merge pull request #9480 from erictune/docs11
...
Document that leading dots allowed in secret names
2015-06-10 12:53:17 -07:00
Brendan Burns
0dfb681ba5
Revert change from run-container to run.
2015-06-09 22:08:52 -07:00
Brendan Burns
e036ef9acc
Add some trouble shooting instructions.
2015-06-09 20:46:09 -07:00
Brendan Burns
b3faaab0bb
Make it clear which part should be supplied by the user.
2015-06-09 20:19:16 -07:00
Jeffrey Paine
7ad41c56ed
Consolidate git setup documentation.
...
Closes #9091
2015-06-09 21:11:52 -04:00
krousey
e36aa77018
Merge pull request #9505 from mikedanese/remove-flags
...
remove kubectl flags from usage examples that no longer exist
2015-06-09 15:15:59 -07:00
Brendan Burns
9e198a6ed9
Purge cluster/kubectl.sh from nearly all docs.
...
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Mike Danese
401d3c43fd
remove removed flags from usage examples
2015-06-09 12:56:58 -07:00
krousey
18ce0ceee6
Merge pull request #9439 from kprobst/curl
...
Simplify getting started guide by providing only one download option.…
2015-06-09 12:04:06 -07:00
Kathrin Probst
d7c07b0def
Simplify getting started guide by providing only one download option. Advanced user can still see the wget option when looking at https://get.k8s.io .
2015-06-09 09:01:58 -07:00
Eric Tune
9c7d8405c4
Document that leading dots allowed in secret names
2015-06-09 08:24:14 -07:00
Aamir Khan
cbde182b34
Version bump to 0.18.2
...
Fixes #9323
2015-06-09 18:41:42 +09:00
jackgr
5d666dbfbf
Align docs/ui.md with www/README.md
2015-06-08 17:45:10 -07:00
Satnam Singh
f03c09ae9b
Merge pull request #9353 from erictune/docs10
...
Rewrite docs for accessing the cluster.
2015-06-08 16:27:26 -07:00
Eric Tune
e82b40e64b
Rewrite docs for accessing the cluster.
...
Put discussion of how to access the API ahead of discussion about
how to access other services on the cluster.
More clearly distinguish the different kinds of proxies.
Explain pros and cons of different approaches better.
Remove cluster-admin-oriented documentation from user guide.
More links.
2015-06-08 16:23:33 -07:00
krousey
e497793de2
Merge pull request #9366 from justinsb/fix_8376
...
Correct arguments to aws cloudformation command in docs
2015-06-08 12:55:36 -07:00
krousey
45331099f3
Merge pull request #9379 from rimusz/master
...
coreos.md update
2015-06-08 11:09:14 -07:00
Patrick Reilly
5d5a1abae6
Update Vagrant guide to use new term nodes
2015-06-08 08:41:28 -07:00
rimusz
62bd233e82
coreos.md update
2015-06-07 20:55:19 +01:00
Justin Santa Barbara
238be703d7
Correct arguments to aws cloudformation command in docs
...
Fix #8376
2015-06-06 12:51:40 -04:00
Kris Rousey
6e83eb2636
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Quinton Hoole
f9ab36a7c2
Merge pull request #9314 from ingvagabund/master
...
doc: update link to "The Kubernetes Node" section
2015-06-05 12:46:36 -07:00
Quinton Hoole
2c54be808e
Merge pull request #9302 from brendandburns/fix
...
Add messages to indicate that opening an external firewall may be necessary.
2015-06-05 12:37:19 -07:00
Mike Danese
d326de9b6c
Merge pull request #9319 from skonzem/fix_doc_typos
...
Fix misspellings in documentation
2015-06-05 12:00:37 -07:00
Quinton Hoole
9ebeea1d83
Merge pull request #9303 from doublerr/rackspace/18.1
...
remove kube-register and update config-default
2015-06-05 11:58:05 -07:00
Quinton Hoole
79bb4eda46
Merge pull request #9305 from brendandburns/example
...
Add some text about the docs being sync'd to HEAD
2015-06-05 11:22:15 -07:00
Quinton Hoole
385b189c81
Merge pull request #9276 from krousey/v1_conversion_doc
...
Adding v1 conversion tips
2015-06-05 11:01:29 -07:00
Kris Rousey
30f3e22247
Adding v1 conversion tips
2015-06-05 09:22:10 -07:00
Scott Konzem
1cff55f874
Fix misspellings in documentation
2015-06-05 11:35:17 -04:00
Ryan Richard
ab0a3a1f84
remove kube-register and update config-default
...
* use newer rackspace cloud flavor names
* update coreos (beta) image id
* use NUM_MINIONS instead of RAX_NUM_MINIONS
2015-06-05 10:01:01 -05:00
Jan Chaloupka
2c52769785
doc: update link to "The Kubernetes Node" section
2015-06-05 13:35:59 +02:00
Brendan Burns
380790a8e2
Add messages to indicate that opening an external firewall may be necessary.
2015-06-04 22:31:52 -07:00
Brendan Burns
e051497be9
Add some text about the docs being sync'd to HEAD
...
Add pointers to the release branch files.
Clone docs when creating a new release.
2015-06-04 21:53:15 -07:00
Quinton Hoole
fc80fd6860
Merge pull request #9233 from lavalamp/no-ro-nonbreaking
...
Allow kubectl proxy to proxy everything
2015-06-04 16:22:07 -07:00
Quinton Hoole
03ece333c8
Merge pull request #9278 from a-robinson/docs
...
Fix broken links in the vagrant developer guide
2015-06-04 16:06:22 -07:00
Alex Robinson
b4927f9cfa
Fix broken links in the vagrant developer guide.
2015-06-04 21:35:38 +00:00
Joerg Schad
c3baeff6e1
Removed deprecated reference to ElasticMesos from Mesos Getting-Started-Guide.
...
As the ElasticMesos will be shutdown in the near future we need to update the tutorial.
2015-06-04 14:39:07 +02:00
Brian Grant
6755104d84
Merge pull request #9156 from erictune/docs9
...
Update Admission Control docs and add others.
2015-06-03 22:14:43 -07:00
Brian Grant
a5959d7b6f
Merge pull request #8155 from lavalamp/no-ro
...
Remove ro service
2015-06-03 21:15:28 -07:00
Brian Grant
e7788771d6
Merge pull request #9030 from brendandburns/kubectl
...
Add a custom timeout flag for stop/delete.
2015-06-03 21:14:50 -07:00
Daniel Smith
d615bbb233
gendocs
2015-06-03 18:34:37 -07:00
Daniel Smith
1690617ee6
remove ro service
2015-06-03 16:45:54 -07:00
Brian Grant
f8bf996000
Merge pull request #9211 from lavalamp/no-ro-nonbreaking
...
Nonbreaking pieces of #8155
2015-06-03 16:44:24 -07:00
Daniel Smith
5d6b8d7de6
doc updates
2015-06-03 15:41:09 -07:00
Eric Tune
8a7e22dba2
Update Admission Control docs and add others.
...
Address most of the comments from #8936 review.
Adds minimal documentation for securityContext and serviceAccounts,
which I will expand in a future PR.
Adds analytics.
Links admission_controllers.md from cluster-admin-guide.
2015-06-03 13:56:46 -07:00
Brendan Burns
ab0c9b8e1e
Add a custom timeout flag for stop/delete. Also try to be smarter about setting the timeout.
2015-06-03 11:21:30 -07:00
Jimmi Dyson
bd4b13b994
Replace Java client library with fabric8
2015-06-03 16:25:46 +01:00
Brian Grant
75e11d064a
Merge pull request #8982 from erictune/docs8
...
Updated node.md
2015-06-02 18:54:35 -07:00
Brian Grant
51a4e08ebd
Merge pull request #8979 from erictune/docs6
...
Explain that file-based pods cannot use secrets
2015-06-02 18:53:36 -07:00
Brian Grant
b0d6d56baa
Revert "Document admission control plug-ins for Kube 1.0"
2015-06-02 16:56:10 -07:00
Eric Tune
15cfd32512
Updated node.md
...
Describe kubelet self-registration.
Remove references to deprecated node controller flags.
Describe flags that control kubelet registration.
2015-06-02 16:12:22 -07:00
Eric Tune
35872c10d6
Merge pull request #8936 from derekwaynecarr/admission_controllers_doc
...
Document admission control plug-ins for Kube 1.0
2015-06-02 16:08:59 -07:00
Brian Grant
6508c04f24
Merge pull request #9112 from kargakis/expose-nits
...
expose: Better error formatting and generic flag message
2015-06-02 13:10:52 -07:00
Brian Grant
600d59d544
Merge pull request #9111 from combor/version_bump
...
Version bump to 0.18.0
2015-06-02 13:10:40 -07:00
Eric Tune
7fee4de41d
Explain that file-based pods cannot use secrets.
2015-06-02 11:17:42 -07:00
kargakis
0fba4820f5
expose: Better error formatting and generic flag message
...
Re error formatting:
$ osc expose svc frontend --port=5432 --generator='service/v2' --name=test
Before:
error: generator %!!(MISSING)q(<nil>) not found.
see 'osc expose -h' for help.
Now:
error: generator "services/v2" not found.
see 'openshift cli expose -h' for help.
2015-06-02 13:06:21 +02:00
Piotr Komborski
ddb10e87f8
Version bump to 0.18.0
2015-06-02 11:35:48 +01:00
wizard
73b7128941
bump the k8s version to 0.18.0
2015-06-02 13:18:45 +08:00
Ben McCann
d7efc88b7d
Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
2015-06-01 20:10:45 -07:00
Eric Tune
5520386b18
Merge pull request #9060 from errordeveloper/master
...
coreos/azure: Version bump and doc update
2015-06-01 16:45:57 -07:00
Eric Tune
474860a0c1
Merge pull request #9061 from stevesloka/master
...
Added note about AWS env variable to specify location of private key
2015-06-01 16:44:39 -07:00
Thien-Thi Nguyen
618965b35a
grammar fixes to replication-controller.md
2015-06-01 22:42:53 +02:00
Thien-Thi Nguyen
5f548e61c7
spell ReplicationController like that (camelcase)
2015-06-01 22:42:19 +02:00
Thien-Thi Nguyen
230968e8b1
add article
2015-06-01 22:41:15 +02:00
Thien-Thi Nguyen
dd848da801
s/master elected/master-elected/
2015-06-01 22:41:15 +02:00
Thien-Thi Nguyen
d64c5061de
s/An common/A common/
2015-06-01 22:40:34 +02:00
Thien-Thi Nguyen
e49467e912
add blank line before list; do s/-/*/ for list-element prefix; upcase first word in sentence
2015-06-01 22:37:08 +02:00
Thien-Thi Nguyen
bbfae80594
fix typo: s/can not/cannot/
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
e35003c8dd
fix xref (2 instances) between peer .md files
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
4ca310a572
add blank line before list
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
9d850a2b81
fix xref between peer .md files
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
f4a0195815
add blank line before list; do s/-/*/ for list-element prefix
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
8116350b45
add blank line before list; do s/-/*/ for list-element prefix
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
c744b99c45
add blank line before list; do s/-/*/ for list-element prefix
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
9597e64945
add missing full-stop
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
8367fc82c5
add blank line before list; remove its "manual" bullets
2015-06-01 22:35:59 +02:00
Thien-Thi Nguyen
7488154056
remove extraneous word
2015-06-01 22:35:59 +02:00
Rohit Jnagal
ebd4506a59
Merge pull request #9004 from bakins/rkt-aws
...
Add AWS instructions for rkt on CoreOS
2015-06-01 10:34:57 -07:00
Eric Tune
1d2138ce44
Merge pull request #8994 from AntonioMeireles/etcd2011_fix
...
CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+
2015-06-01 10:29:51 -07:00
Eric Tune
e0886e0411
Merge pull request #9033 from derekchiang/patch-1
...
Fix a broken link to Marathon
2015-06-01 10:27:56 -07:00
Eric Tune
be2e61d069
Merge pull request #8986 from ZJU-SEL/fix-util.sh
...
Add trap-add in util.sh
2015-06-01 10:27:49 -07:00
Eric Tune
9a9721540b
Merge pull request #9046 from rjnagal/ux
...
Add clarifications to gce getting started guide.
2015-06-01 10:27:35 -07:00
Eric Tune
1f526a5f89
Merge pull request #9027 from jlowdermilk/kubectl-deprecate-minion
...
Stop supporting the minion alias for nodes in kubectl
2015-06-01 10:26:51 -07:00
Brian Akins
7b3db82faa
Add AWS instructions.
2015-06-01 10:17:01 -07:00
Rohit Jnagal
e18e39ed3e
Add clarifications to gce getting started guide.
...
Based on last week's UX study:
. Mention that instance groups API needs to be enabled.
. Add link to cloud SDK.
. Add more info on cluster addon that show up on bringup.
2015-06-01 17:00:29 +00:00
Steve Sloka
7578da1719
Added note about AWS env variable to specify location of private key
2015-06-01 09:19:17 -04:00
Ilya Dmitrichenko
3e813bfbe0
coreos/azure: Version bump and doc update -
...
- Kubernetes 0.18.0
- etcd 2.0.11
- CoreOS 647.0.0
2015-06-01 14:03:05 +01:00
Derek Chiang (Enchi Jiang)
edea34b5e5
Fix a broken link to Marathon
2015-05-29 20:31:04 -07:00
Rohit Jnagal
99c9c54c05
Merge pull request #8983 from jlowdermilk/update-patch
...
Disable --patch for kubectl update
2015-05-29 16:30:16 -07:00
Jeff Lowdermilk
0c44be833d
Stop supporting the minion alias for nodes in kubectl
2015-05-29 15:40:47 -07:00
Rohit Jnagal
f5276894a6
Merge pull request #9003 from bakins/rkt-docs
...
Add explicitly setting the runtime and option to set rkt version
2015-05-29 14:16:06 -07:00
Rohit Jnagal
0afb34d93c
Merge pull request #8966 from caesarxuchao/coreos-getting-started-guides
...
let the coreos bare_metal_offline.md point to examples/ rather than having its own examples
2015-05-29 09:32:55 -07:00
Rohit Jnagal
df1f851267
Merge pull request #8963 from caesarxuchao/fedora-getting-started-guides
...
update fedora_ansible_config.md to v1beta3
2015-05-29 09:32:13 -07:00
Jeff Lowdermilk
90a5b8c845
Disable --patch for kubectl update
2015-05-29 09:31:49 -07:00
Rohit Jnagal
bb2f0b6577
Merge pull request #8961 from caesarxuchao/juju
...
update getting-started-guides/juju.md to v1beta3
2015-05-29 09:31:33 -07:00
Brian Akins
5dfeac69bb
Add prompt to match style
2015-05-29 09:17:06 -04:00
Brian Akins
9011600b1e
Add explicitly seting the runtime and option to set rkt version
2015-05-29 09:13:53 -04:00
Anastasis Andronidis
9cb0eaf01a
Fixed get's help message
2015-05-29 11:31:16 +02:00
António Meireles
dfb768eda2
CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+
...
etcd 2.0.11 behavior changed. (github.com/coreos/etcd#2761)
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-29 09:54:11 +01:00
Paul Morie
2ad30966fa
Corrections to examples in expansion docs
2015-05-29 01:00:36 -04:00
resouer
c86e626e35
Add trap-add in util.sh
2015-05-29 11:04:47 +08:00
Tim Hockin
f6ecb28c06
Fix bad JSON in doc
2015-05-28 17:05:51 -07:00
Tim Hockin
b16dd72e36
run gendocs
2015-05-28 17:05:02 -07:00
Tim Hockin
7b7f4f6c76
Merge pull request #8913 from sroze/patch-1
...
Fix typo in Content-Type name
2015-05-28 16:54:56 -07:00
Tim Hockin
e3283b700d
Merge pull request #8968 from yifan-gu/rkt_doc
...
docs: Add README for getting started with rkt.
2015-05-28 16:54:10 -07:00
Yifan Gu
e5d8a21290
docs: Add README for getting started with rkt.
2015-05-28 16:28:02 -07:00
Tim Hockin
e13d6078de
Final pass looking for errant 'portal' strings
2015-05-28 16:10:44 -07:00
Tim Hockin
ac3cc3c518
Rename PORTAL_NET all over
2015-05-28 16:10:44 -07:00
Tim Hockin
3005471100
Add new apiserver flags for clusterIP (nee portal)
...
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
Tim Hockin
4318ca5a8b
Rename 'portal IP' to 'cluster IP' most everywhere
...
This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar.
2015-05-28 16:10:44 -07:00