Commit Graph

3294 Commits (daded6b51a4237350c00bc664778946587bf141e)

Author SHA1 Message Date
Pan Luo a21e061dcb Add generic to create secret command
The generic is missing from the command and will cause error: `Error: unknown flag: --type` when running the command.
2017-02-23 15:30:47 +08:00
Shiyang Wang 5cf0e08b5b fix typo 2017-02-23 15:30:47 +08:00
steveperry-53 aa04248251 Add object fields to style guide. 2017-02-23 15:30:47 +08:00
Ritesh H Shukla 2ef1b0145e Add default storage class documentation for 1.6
fixes https://github.com/kubernetes/kubernetes/issues/40070
2017-02-22 17:20:12 -08:00
Andrew Chen 64267ef509 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Update hello-minikube.md
  show kubectl_rollingupdate svg
  Fixed flag for eviction-soft.
  Update review-issues.md
  Move Guide topic: Garbage Collection. (#2488)
  Update source-ip.md
  Update source-ip.md
2017-02-22 17:18:14 -08:00
Andres Villarroel 9dc31d6302 Update hello-minikube.md
- Proposing a different way to run curl without proxy, without touching current environment
 - There's a formatting problem and the whole thing is being displayed in a single line

    ![screenshot](http://imgur.com/download/nfk02hd)
2017-02-22 16:04:42 -08:00
Xiuyu Li 7b69821e5e show kubectl_rollingupdate svg 2017-02-22 10:58:09 -08:00
Guangya Liu 8904a7f862 Fixed flag for eviction-soft. 2017-02-22 10:57:14 -08:00
Jared c5ca457297 Update review-issues.md 2017-02-22 10:54:28 -08:00
Steve Perry 5095cf60df Move Guide topic: Garbage Collection. (#2488) 2017-02-21 19:12:47 -08:00
ztewyk 93c5edce64 Update source-ip.md 2017-02-21 16:42:25 -08:00
ztewyk 13b7c5eb5c Update source-ip.md 2017-02-21 16:42:25 -08:00
Andrew Chen de68989df2 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  concepts/abstractions: init containers example.
  updated vsphere getting started guide addressed review comments addressed chenopis's review comments
2017-02-21 16:34:58 -08:00
Elijah C. Voigt a7b66a78a3 concepts/abstractions: init containers example. 2017-02-21 14:13:37 -08:00
divyenpatel f1ecafcdb1 updated vsphere getting started guide
addressed review comments
addressed chenopis's review comments
2017-02-21 14:12:33 -08:00
Andrew Chen 578123e106 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Revert "Updated description for kubeadm init --kubernetes-version"
  Updated description for kubeadm init --kubernetes-version
  Remove details about where authenticator is implemented
  replace petset with statefulsets
  Updated result of command
  replace argumment with argument
  Highlight some keyworks in garbage-collection.md.
  Fixed typos in persistent volume index.md
  Remove reference to port-forward to services
  add an example
  fix typo
  Fix typo in concepts
  Parallel Jobs with a *work queue*:
  Add more options for self-registration.
  dedent yaml code blocks
  Add kubelet eviction in GC doc (#2484)
2017-02-21 12:43:53 -08:00
Alexander Kanevskiy 7b17b51997 Updated description for kubeadm init --kubernetes-version 2017-02-21 12:42:46 -08:00
Andrew Chen bd7607a066 Revert "Updated description for kubeadm init --kubernetes-version" 2017-02-21 12:35:34 -08:00
Alexander Kanevskiy 91356cfbd2 Updated description for kubeadm init --kubernetes-version 2017-02-21 12:33:06 -08:00
Cao Shufeng e82a2e2a58 Remove details about where authenticator is implemented
It not necessary to mention where the functions are implemented in
document. Further more, the directories recorded here is out of date.

Now they are in:
staging/src/k8s.io/apiserver/plugin/pkg/authenticator/...
2017-02-21 11:50:02 -08:00
tanshanshan 60b5018738 replace petset with statefulsets 2017-02-21 11:47:29 -08:00
Ricardo M. Augusto 72c93f9b52 Updated result of command
Actually according to the command in example:

kubectl create secret generic ssh-key-secret --from-file=ssh-privatekey=/path/to/.ssh/id_rsa --from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub

The keys will be available with names ssh-publickey and ssh-privatekey.
2017-02-21 11:38:11 -08:00
chenhuan12 960bb03b30 replace argumment with argument
replace argumment with argument
2017-02-21 10:18:55 -08:00
Guangya Liu 74d8327f6d Highlight some keyworks in garbage-collection.md. 2017-02-21 10:18:16 -08:00
Guangya Liu 58f20b10fa Fixed typos in persistent volume index.md 2017-02-21 10:16:04 -08:00
Ben Mathews d4c2da211e Remove reference to port-forward to services
port forwarding to services isn't supported.
2017-02-21 10:12:32 -08:00
tanshanshan 27039ac3b6 add an example 2017-02-21 10:06:36 -08:00
tanshanshan 03b53f2aa9 fix typo 2017-02-21 10:04:30 -08:00
Olegs Jeremejevs ab7d2c1b3c Fix typo in concepts 2017-02-21 10:01:04 -08:00
ztewyk 8dd5d7b8ad Parallel Jobs with a *work queue*:
do not specify `.spec.completions`, default to `.spec.Parallelism`, not  default to 1
2017-02-21 09:46:11 -08:00
xuxinkun abf9560874 Add more options for self-registration. 2017-02-21 09:40:05 -08:00
Bruce Auyeung 180091299b dedent yaml code blocks
otherwise extra redundant ````yaml` characters will be displayed
because github code fencing doesn't need any indentation
2017-02-20 10:24:13 +08:00
Harry Zhang b01dd765a9 Add kubelet eviction in GC doc (#2484) 2017-02-17 11:06:01 -08:00
Andrew Chen 7673131c02 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: (22 commits)
  Revert "Document new optional support for ConfigMap and Secret"
  Revert "mend"
  modify one word
  fix typo
  Fix typos in running zookeeper article
  Add note about moved content. (#2563)
  Move Guide topic to Tasks: Downward API (#2439)
  modify typora
  fix etcd disaster-recovery hyperlink
  replace kubernetes.d with kubelet.d
  remove its name from file content
  Let's put kubectl in ~/bin.
  Move Guide toic to Tasks: kubectl exec.
  Fix travis and add comments
  Move Pod Lifecycle to Concepts. (#2420)
  Update deployment completeness documentation
  rollback PR #2522
  kubectl_apply.md-change it for label key
  Update the links of Deployment User Guide
  #2534 mark openstack-heat as standalone-salt-conf
  ...

# Conflicts:
#	docs/user-guide/configmap/index.md
2017-02-17 10:36:54 -08:00
Michael Fraenkel 4635787521 Revert "Document new optional support for ConfigMap and Secret"
This reverts commit 7abcc6c854.
2017-02-17 09:19:39 -08:00
Michael Fraenkel 265a2fc996 Revert "mend"
This reverts commit 324451c337.
2017-02-17 09:19:39 -08:00
jianglingxia 77b4ffa696 modify one word
examples   to  example
2017-02-17 09:14:38 -08:00
chenhuan12 041100bd2a fix typo
1、column PORTS is missed
2、fix command `kubectl get pods`output
2017-02-17 09:12:13 -08:00
Jordan Liggitt 6e9fc80694 Add RBAC default roles, CLI helpers, upgrade guide 2017-02-17 09:07:57 -08:00
Jordan Liggitt 258755fbfe Split RBAC documentation into separate page 2017-02-17 09:07:57 -08:00
Jordan Liggitt dc6643e00e subdirectory for authorization 2017-02-17 09:07:57 -08:00
deads2k a6c76bb814 add information about RBAC bootstrap roles 2017-02-17 09:07:57 -08:00
sallydeng 0486082622 Modified sentence base on comment
Base on comment, added the markdown formatting so that "NOTE:" is in bold and "optional:true" is in the code style
2017-02-16 17:50:57 -08:00
sallydeng 177d664239 optional:true is supported for Kubernetes 1.6
NOTE: The key-value optional:true is supported for Kubernetes 1.6 and above.
2017-02-16 17:50:57 -08:00
Guillaume Breton d0bdf37c1f Fix typos in running zookeeper article 2017-02-16 14:39:44 -08:00
Steve Perry 05c1dfe76c Add note about moved content. (#2563) 2017-02-16 13:20:48 -08:00
Steve Perry 0da9c85fd4 Move Guide topic to Tasks: Downward API (#2439) 2017-02-16 12:59:54 -08:00
Phillip Wittrock 4dee823504 Merge pull request #2533 from steveperry-53/kubectl-exec
Move Guide topic to Tasks: kubectl exec
2017-02-16 11:16:55 -08:00
architect.bian 2638f4f087 modify typora
modify namespace-kube-system to namespace=kube-system
2017-02-16 09:50:01 -08:00
liangxiaoping 37a51088f7 fix etcd disaster-recovery hyperlink 2017-02-16 09:45:57 -08:00
chenhuan12 ac44956a75 replace kubernetes.d with kubelet.d
replace kubernetes.d with kubelet.d
2017-02-16 09:38:10 -08:00
tanshanshan 0d9e568d1b remove its name from file content 2017-02-16 09:34:25 -08:00
Jorge O. Castro ed63f9a8ce Let's put kubectl in ~/bin. 2017-02-16 09:27:26 -08:00
steveperry-53 2e3758381d Move Guide toic to Tasks: kubectl exec. 2017-02-15 18:06:07 -08:00
Steve Perry a3a2233e6c Move Pod Lifecycle to Concepts. (#2420)
* Move Pod Lifecycle to Concepts.

* Put moved note on old page.

* Update pod-lifecycle.md
2017-02-15 14:56:39 -08:00
Michail Kargakis c222e9da33 Update deployment completeness documentation 2017-02-15 14:49:35 -08:00
Andrew Chen 4702554cb6 rollback PR #2522
Rollingback PR #2522 until we can verify which version optional:true will be available in.
2017-02-15 14:44:09 -08:00
sallydeng 9b3f420bd9 kubectl_apply.md-change it for label key
When I test this command, if the configmap has a label, it just delete the configmaps which has the same label key and that are not in the file.
kubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/v1/ConfigMap
So I advise change the description like this:
"Apply the configuration in manifest.yaml and delete all the other configmaps with the same label key that are not in the file."
2017-02-15 14:22:29 -08:00
Arthur Miranda 76e1bfc55d Update the links of Deployment User Guide
The file 'blob/master/docs/devel/api-conventions.md' has moved to
'community/blob/master/contributors/devel/api-conventions.md'

Updates the links associated with these file.
2017-02-15 14:20:27 -08:00
Michael Mrowetz 0366fcc114 #2534 mark openstack-heat as standalone-salt-conf 2017-02-15 14:15:01 -08:00
Maciej Szulik ec4e3b0ca2 Remove extensions/v1beta1 Job 2017-02-15 14:01:57 -08:00
sallydeng 2ab877198b Change sentence base on reviewer's comment
"NOTE: The key-value optional:true is supported for kubernetes 1.5.3 and above."
2017-02-15 14:00:48 -08:00
sallydeng 5df783425d The key-value "optional:true" doesn't work
The key-value "optional:true"  doesn't work in 1.5.2 yet. 
So should we add a note here? "The key-value "optional:true" will be work after kubernetes 1.5.2."
2017-02-15 14:00:48 -08:00
Andrew Chen 9310444630 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Fix travis.yml
  re: issue #2034; fix docker image link (#2532)
  re: issue #1671; update to direct link
  Update cheatsheet for multi-container handling
  add "--show-all" to kubectl get pods
  Fix broken/outdated links in the ingress.md file
  column READY is missed
  fix Kubenetes typo
  Update overview.md
  Update pod.md
  Update multiple-schedulers.md
  Fix the standard storageClass for GCE
  fix typo
  fix typo
  Update index.md
  doc(kubeadm.md) - change base64 decode option to '--decode'
  Update links to ingress repository
  Updated dead links
  Fix unmatched closing paren
2017-02-15 13:59:13 -08:00
Michail Kargakis 2172507943 Update deployment completeness documentation 2017-02-15 11:47:56 -08:00
Andrew Chen 566f61f4b9 re: issue #2034; fix docker image link (#2532)
* re: issue #2034; fix docker image link

change link in line 26 to: https://gcr.io/google_containers/hpa-example

* point link to local Dockerfile

* specify it as the Dockerfile, not image
2017-02-14 14:34:13 -08:00
Andrew Chen 04d6793544 re: issue #1671; update to direct link
Update Docker Volumes link to https://docs.docker.com/engine/tutorials/dockervolumes/
2017-02-14 13:51:39 -08:00
Robert Kubis cfaf34835c Update cheatsheet for multi-container handling
Added how to retrieve logs for containers in multi-container pods
2017-02-14 13:38:44 -08:00
ztewyk 7c97c392ed add "--show-all" to kubectl get pods
add "--show-all" to  "kubectl get pods  --selector=job-name=pi --output=jsonpath={.items..metadata.name}" ,because the pod was ended
2017-02-14 13:27:32 -08:00
Arthur Miranda 36ebe59068 Fix broken/outdated links in the ingress.md file
The Ingress controllers have moved to the kubernetes/ingress repository,
then some links are broken or outdated.
2017-02-14 13:21:47 -08:00
chenhuan12 710a17c10d column READY is missed
column READY is missed
2017-02-14 11:14:19 -08:00
Andrew Chen 2fb161e033 fix Kubenetes typo
Kubenetes -> Kubernetes
2017-02-14 11:11:31 -08:00
Fabrizio Milo 38033ae6bf Update overview.md 2017-02-14 11:04:22 -08:00
Fabrizio Milo 7bafe3557f Update pod.md 2017-02-14 11:03:51 -08:00
Andrew Chen 501bde89e4 minor grammar addition
added 'be' in line 247: "...variables or be used in"
2017-02-14 09:48:47 -08:00
Michael Fraenkel 15e529958e Initial docs for envFrom ConfigMap 2017-02-14 09:48:47 -08:00
peay ae4bc86dae Update CronJob doc. with history limits 2017-02-14 09:07:01 -08:00
scjane 7b42b5f9dd Update multiple-schedulers.md
Similar to #2518. But I think an unordered list can be used here :)
2017-02-14 08:56:40 -08:00
Pierre Ozoux e56a7296ca Fix the standard storageClass for GCE
As you can see here: https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/gce/gce.go#L117-L121
The default is not ssd
2017-02-14 08:50:00 -08:00
yupengzte 8a865cf1d3 fix typo
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-14 08:47:11 -08:00
tanshanshan ff088c2256 fix typo 2017-02-14 08:46:23 -08:00
Bruce Auyeung 4fa487f722 Update index.md 2017-02-13 23:08:22 -08:00
Zhou Tao 3512bc673b doc(kubeadm.md) - change base64 decode option to '--decode'
`base64 -D` will lead to error on Ubuntu: "base64: invalid option -- 'D'"
2017-02-13 23:05:50 -08:00
scjane 7267a33db7 Update static-pods.md
Some of the serial numbers of the ordered list in the "Static pod creation" section are incorrect because items in the list are segmented by code blocks. I think this can be solved in at least the following ways:
1.Remove the ordered list style and just use plain text each beginning with "1", "2",...,or  "step 1", "step 2",... (My modofication adopts this one)
2.Replace the ordered list with an unordered list in which each item beginning with "step 1", "step 2",...
3.Use HTML tags, such as <ol>,<li> to give the lists involved
Are there any other better ways for this problem? I would be appreciated to know.
2017-02-14 14:15:27 +08:00
James Gregory f4c8ba82c5 Update links to ingress repository
Ingress moved out of contrib to kubernetes/ingress.
2017-02-13 16:20:55 -08:00
Albert Vaca 4c85470449 Updated dead links 2017-02-13 16:16:53 -08:00
Erik Bean c72ac0ab6b Fix unmatched closing paren
End of line 60 had a closing parenthesis, with no opening one to match. Probably left over from a previous version of the document
2017-02-13 16:16:07 -08:00
Jesse Johnston 515f62be08 Update overview.md
Update link to Kubernetes API Conventions to point to current document location.
2017-02-13 11:56:55 -08:00
chenhuan12 17050a7fd2 replace 30 seconds with 35 seconds
replace 30 seconds with 35 seconds
2017-02-13 11:02:54 -08:00
Christoph Blecker 1b33b95669 Fix link to StatefulSet docs from Pods page 2017-02-13 10:50:38 -08:00
foxyriver 57260ac2d4 fix parallelism result
According to job.yaml, the parallelism is 2
2017-02-13 10:27:13 -08:00
caiyixiang 62b3570acd Update source-ip.md 2017-02-13 10:16:32 -08:00
scjane f59b154f6f Update index.md 2017-02-13 10:14:19 -08:00
Andreas Kohn 27a450f450 Improve grammar 2017-02-13 10:13:55 -08:00
samiam 4a1f2c2b55 Update kubectl_completion.md
Quote shell commands to improve format
2017-02-13 10:13:19 -08:00
Andrew Chen 6ceec5095e reimplement PR #2217
socks shop port changed
2017-02-13 10:10:34 -08:00
Bruce Auyeung 010b294cb2 Update kubefed.md 2017-02-12 23:15:19 -08:00
Jérémy Wimsingues e42b16b6d2 Update overview.md
comamnd => command
2017-02-12 23:12:51 -08:00
scjane 6e1ec38daa Update jobs.md 2017-02-12 23:10:38 -08:00
PassionForPie 93729a843a Minor grammatical fix
See https://en.wiktionary.org/wiki/greengrocer's_apostrophe
2017-02-12 23:09:33 -08:00
scjane 87401ac54b Update index.md 2017-02-12 23:08:34 -08:00
scjane 9f3ab47c8b Update cron-jobs.md 2017-02-12 23:08:04 -08:00
Jérémy Wimsingues 32e912fc87 redundnacy => redundancy 2017-02-12 23:03:36 -08:00
Jasmine Hegman 926d049a84 Fixed a tiny typo
Kubernets -> Kubernetes
2017-02-12 23:01:00 -08:00
Steve Perry 803ff36c78 Merge branch 'master' into style-guide 2017-02-10 14:05:27 -08:00
steveperry-53 a65374ff0c New Task: Exposing Pod Info ... Env Vars 2017-02-10 12:58:41 -08:00
Phillip Wittrock 4d33d8073d Merge pull request #2469 from pwittrock/apply-docs-concepts
Kubectl task document for printing out containers in a cluster.
2017-02-09 14:54:08 -08:00
Phillip Wittrock 13c366c09e Kubectl task document for printing out containers in a cluster. 2017-02-09 14:34:15 -08:00
cwitte4191 4499f48856 Update service-accounts.md
Added an automated code snippet to populate the registrykey on a serviceaccount using jq.
2017-02-09 13:02:34 -08:00
Robert Roland 2f1ae18bfc Adds documentation for new vSphere vm-uuid parameter.
Related to kubernetes/kubernetes#40892
2017-02-09 13:01:47 -08:00
Klaus Ma 123b54b101 Updated multiple scheduler beta docs. 2017-02-09 10:36:06 -08:00
xilabao fdd7240594 add authorizationMode to kubeadm config
ref to https://github.com/kubernetes/kubernetes/pull/39846
2017-02-09 10:32:18 -08:00
Himanshu Raj 6620b309e5 Add Contiv Information to addons.md 2017-02-09 10:30:08 -08:00
scjane 51662f0c84 Update accessing-the-cluster.md 2017-02-09 10:27:30 -08:00
Andrew Chen 446606a43a Migrate Init Containers to Concepts (#2438)
* Initial commit for Init Containers migration to Concepts section

* Add 1.5 beta include file

* Change include to renamed user-guide-content-moved.md file

* Fix Concepts/KO/Pods ToC

* reformat examples to bullet points

* fix formatting

* Add back Detailed Behavior, Support and compatibility

* Adjust formatting issues

* revised based on feedback from Steve

* complete sentence rewrite
2017-02-09 10:18:59 -08:00
sallydeng 5f71daa575 Merge branch 'master' into patch-3 2017-02-09 15:52:35 +08:00
sallydeng b7e410bb57 Update ui.md
I reword it base on comment.
2017-02-09 15:49:59 +08:00
steveperry-53 2d98e5c1a5 Remove Guide topic: kubectl to Manage Resources. 2017-02-08 16:59:28 -08:00
Steve Perry ada6673c7d Update walkthrough.md 2017-02-08 14:20:30 -08:00
steveperry-53 97a5a10ae4 Remove Guide topic: Secrets Walkthrough. 2017-02-08 14:11:08 -08:00
steveperry-53 c125531513 Remove Guide topic: Deploying Applications. 2017-02-08 13:57:45 -08:00
James Duncan 09af0b070f Corrected syntax of Networking Section
Removed an unnecessary 'the' from a sentence.
2017-02-09 08:27:42 +13:00
scjane bb6684e16f Update debugging-services.md 2017-02-08 10:54:50 -08:00
steveperry-53 839854fe7b Remove User Guide topic: Launching, Exposing, 2017-02-08 10:44:45 -08:00
Eamon Taaffe 3bac04bf7a Missing export statement in example 2017-02-08 10:43:16 -08:00
Ghe Rivero 5cc692a6fd Fix examples display 2017-02-08 10:40:55 -08:00
Steve Perry 83139a2acf Merge pull request #2461 from sublimino/patch-1
Fix typo
2017-02-08 08:14:07 -08:00
Andrew Martin 5dda4058f1 Fix typo
`pages` -> `page`
2017-02-08 14:55:50 +00:00
sallydeng 02d938a3d5 Update ui.md: namespace name can't be number only
When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
2017-02-08 16:38:00 +08:00
scjane 72d37e9a33 Update assign-cpu-ram-container.md 2017-02-08 09:48:41 +08:00
Bruce Auyeung 24d587a9c5 fix unreachable links and typos
1. fix unreachable federated resources links
2. federation proposal doc has been relocated, so i fix this link
3. make federation resources supporting cascading deletion clickable
4. make link to  `Kubernetes Scaling and Performance Goals` clickable
5. other typo fixes
2017-02-07 14:47:08 -08:00
sallydeng cff68f53af Update ui.md base on comments
Former: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) , can not contain capital letters. 
Now: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) but can not contain capital letters.
2017-02-07 09:59:43 -08:00
sallydeng 5253297f52 Update namspace and service part of ui.md
1. Namespace can not contain capital letter.
2. For service, internal endpoints for cluster connections and external endpoints for external users. Here, it lost "external".
2017-02-07 09:59:43 -08:00
yupengzte 5424759ab1 Fix the url error
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-07 09:56:21 -08:00
caiyixiang 4f390bc64f Update minikube.md 2017-02-06 13:48:57 -08:00
scjane ae0844f477 Update kubefed.md 2017-02-06 13:46:40 -08:00
Vasily Upornikov 7815d386ef Update container-command-args.md 2017-02-06 13:43:12 -08:00
Philipp T b6149571ce Update kubeadm.md
grammar ocd
2017-02-06 13:42:32 -08:00
Pan Luo 7ce1b540c6 Add generic to create secret command
The generic is missing from the command and will cause error: `Error: unknown flag: --type` when running the command.
2017-02-06 13:33:59 -08:00
Shiyang Wang ced286161c fix typo 2017-02-06 13:33:23 -08:00
Wei Ma 87eae080f7 Add code comment for "replicas"
unnecessary code comment been removed.
2017-02-04 09:20:39 +08:00
Andrew Chen 97d9607b69 Merge branch 'master' into jaredbhatti-patch-2 2017-02-03 15:36:19 -08:00
Cole Mickens 70a2934d02 userguide: PV docs clarify Azure storage account restriction 2017-02-03 13:16:20 -08:00
steveperry-53 69cc2e60a2 Add object fields to style guide. 2017-02-03 11:55:13 -08:00
Andrew Chen 631d1d1135 Change healthz port
Reimplemented changes for PR #1826 and Issue #10003
2017-02-03 10:30:33 -08:00
Eric Chiang 592d61c55c docs/admin/authorization: discourage the use rbac-super-user flag
Even though this flag works in 1.5, its use should be discouraged.
It will be removed in 1.6.
2017-02-03 09:27:15 -08:00
Shawn McCarthy e3368b9733 Use base64 -D instead of -d 2017-02-02 14:44:39 -08:00
hekra01 bf0e238e2b Update docker-cli-to-kubectl.md
typo in deployment name
2017-02-02 14:33:38 -08:00
Henry Nash 1b4557f0d3 Update api.md
Minor typo.
2017-02-02 10:38:52 -08:00
Henry Nash a92dced983 Update api.md
Minor typo correction
2017-02-02 10:28:52 -08:00
Sean M. Collins 011178a5da [OpenStack-Heat] Use openstackclient to list the Heat stack
python-openstackclient is a more modern tool
2017-02-02 10:27:23 -08:00
Marc Boorshtein 96fb6e2415 added code ticks on the oidc api parameters 2017-02-02 09:37:48 -08:00
steveperry-53 0ac53c2f97 Put moved notice in persistent volume topic. 2017-02-02 09:34:49 -08:00
Phillip Wittrock 2973296f28 Merge pull request #2406 from pwittrock/apply-docs-concepts
Minor wording updates
2017-02-01 18:12:41 -08:00
Phillip Wittrock cef56d1d95 Minor wording updates 2017-02-01 18:09:08 -08:00
Phillip Wittrock 2d3f9f9682 Merge pull request #2404 from pwittrock/apply-docs-concepts
Change label selector tag to use full gvkn instead of vkn
2017-02-01 16:59:55 -08:00
Phillip Wittrock 17db79a875 Change label selector tag to use full gvkn instead of vkn 2017-02-01 16:57:58 -08:00
Phillip Wittrock f9d4fd18e4 Merge pull request #2403 from pwittrock/apply-docs-concepts
Fix url in declarative kubectl
2017-02-01 16:55:20 -08:00
Phillip Wittrock 6e42b5f6ce Fix url in declarative kubectl 2017-02-01 16:54:12 -08:00
Vic Iglesias 087ba3c961 Point to correct annotation in federated deployment 2017-02-01 16:46:59 -08:00
steveperry-53 6cb33d02c4 Put moved notice on User Guide pages. 2017-02-01 16:33:15 -08:00
steveperry-53 9891d65d3e Change name of include file for moved content. 2017-02-01 15:05:34 -08:00
Steve Perry 248173bf81 Merge branch 'master' into commands-capabilities 2017-02-01 14:21:38 -08:00
Steve Perry af5cc6a17f Merge branch 'master' into getting-started 2017-02-01 14:05:49 -08:00
Phillip Wittrock a4f3a25f54 Merge pull request #2400 from pwittrock/apply-docs-concepts
fix missnamed field in declarative docs
2017-02-01 13:32:52 -08:00
Phillip Wittrock db6506f640 fix missnamed field in declarative docs 2017-02-01 12:23:23 -08:00
Phillip Wittrock 2955de4f67 Merge pull request #2317 from pwittrock/apply-docs-concepts
Concept docs for kubectl configuration management methods.
2017-02-01 11:16:55 -08:00
Phillip Wittrock bd9b561ad1 Concept docs for kubectl configuration management methods. 2017-02-01 11:12:41 -08:00
Jared fa9cb16339 Fixed broken link to build directory
https://github.com/kubernetes/kubernetes.github.io/issues/2384
2017-02-01 11:11:48 -08:00
Jeff Mendoza a32a2a59c2 Getting started guides overhaul. 2017-02-01 11:03:08 -08:00
Eugene Chow 2027ed39bb Changed "haripin-veth" to "hairpin-veth" 2017-02-01 10:09:37 -08:00
Jared bf3ccfd7af Merge pull request #2390 from aee11/patch-1
Fix broken documentation link
2017-02-01 09:29:49 -08:00
Albert Vaca a631ff3cc9 Fixed link 2017-02-01 12:14:21 +01:00
Alexander 90130cf93c Merge branch 'master' into patch-1 2017-02-01 10:50:10 +00:00
Samuel Cozannet c317ac00d8 modified: docs/getting-started-guides/ubuntu/operational-considerations.md
* Rewording the access section for the controller to make it more user friendly
	* fix typos
2017-01-31 10:39:00 -08:00
Samuel Cozannet 147bb4cf02 modified: docs/getting-started-guides/ubuntu/index.md
* adding Operational Considerations section
modified:   docs/getting-started-guides/ubuntu/logging.md
	* Moving logging section from operational-considerations.md to logging.md
renamed:    docs/getting-started-guides/ubuntu/operations.md -> docs/getting-started-guides/ubuntu/operational-considerations.md
	* mapping to the proposed name
	* ditched CDK naming in favor of k8s or cluster
	* add whitelines for titles
2017-01-31 10:39:00 -08:00
Samuel Cozannet 6f1c745bb6 dummy commit to register new email 2017-01-31 10:39:00 -08:00
Samuel Cozannet e28cec48e9 dummy commit to register new email 2017-01-31 10:39:00 -08:00
Samuel Cozannet 095b4bcf54 adding operational hints for people running long lived clusters 2017-01-31 10:39:00 -08:00
Samuel Cozannet b3bfa8a906 adding fix for load balancer interference with helm 2017-01-31 10:39:00 -08:00
Matt Singletary 2dcac11129 typo fix 2017-01-31 10:20:47 -08:00
Dave Sewell c87772cd92 Fix typo in xhyve 2017-01-31 10:19:53 -08:00
Alexander 10c6bc9e65 Fix broken documentation link 2017-01-31 17:45:03 +00:00
Slava Semushin 105bf6e1f2 docs/user-guide/secrets: fix invalid syntax of Pod.spec.containers.command. 2017-01-31 18:16:55 +01:00
steveperry-53 3185b43411 Move Commands and Capabilities out of User Guide. 2017-01-30 16:19:56 -08:00
Wojciech Tyczynski 57711a0c9b Update secrets doc 2017-01-30 14:23:45 -08:00
steveperry-53 591adaffe5 Write new Task: Configuring a Pod to use a PersistentVolume. 2017-01-30 10:02:15 -08:00
Richard Edwards e4ea7eea30 fix broquen link 2017-01-30 10:00:39 -08:00
tolleiv 4eafd1e0a3 Update references to the example configuration files 2017-01-30 09:53:40 -08:00
Jan Zerebecki 98a91d02f7 Correct internal link from federated to normal deployment 2017-01-30 09:50:50 -08:00
tolleiv b564e266b7 Add missing environment variables 2017-01-28 16:22:39 +01:00
Andrew Chen acc078f17b Merge branch 'master' into fedCaveats 2017-01-27 16:03:25 -08:00
Jeff Mendoza 1739a02841 Connecting a Frontend to a Backend Tutorial. 2017-01-27 15:46:57 -08:00
nikhiljindal b4f87d17df Adding more details on why is federation useful 2017-01-27 15:13:53 -08:00
Andrew Chen 49002b3d2e reimplement PRs to fix tech typo
This is to resolve the typo referenced for PRs #2127, #2312, and #2349
2017-01-27 14:51:29 -08:00
markturansky 981fe0ce2b title change after rebase 2017-01-27 14:41:51 -08:00
markturansky d9f097f286 added storage limit example 2017-01-27 14:41:51 -08:00
Madhusudan.C.S f81c30ee8b Add some clarifications to the kubefed doc. 2017-01-27 14:31:04 -08:00
blakebarnett b2b09e67bf typo: loser -> looser 2017-01-27 14:26:40 -08:00
Jess Frazelle 2e60a567dd
turn on travis for preformat balance
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-27 12:44:48 -08:00
tolleiv 8229123e7b Add backlink to the related example 2017-01-27 17:47:53 +01:00
Andrew Chen 0c8c31235a Merge branch 'master' into page-version 2017-01-26 16:26:31 -08:00
Slava Semushin e3494fd143 docs/user-guide/pod-security-policy: misc improvements.
- update link
- improve wording
- update list of volumes
2017-01-26 15:47:17 -08:00
Andrew Chen dbc615e862 Reimplementing #1708
PR #1708 was Tech LGTM'ed, but the CLA needed to be re-signed (the new CLA needed to be signed), so I'm reimplementing the changes here.
2017-01-26 15:13:51 -08:00
Andrew Chen ef4ff9b6fb reimplementation of PR #2165
PR #2165 was LGTM'ed, but the CLA check failed even after contributor signed it, so I'm reimplementing those changes here.
2017-01-26 15:02:50 -08:00
Andrew Chen cef61c8ba9 Fix small grammar issue
add 'is'
2017-01-26 14:16:28 -08:00
Rudi C 3a474df151 Update images.md 2017-01-26 14:13:54 -08:00
Rudi C ed5fe607f3 Document cross-region ECR support
Fetching images from a registry hosted in a different region has been supported since 1.3 with
https://github.com/kubernetes/kubernetes/pull/24369
2017-01-26 14:13:54 -08:00
Jared 4fb74447e0 Update quick-start.md 2017-01-26 14:09:44 -08:00
Steve Lasker 2fc014494f Update user-guide/quick-start.md to include Azure
Added Azure as a target
2017-01-26 14:08:20 -08:00
Andrew Chen dcb247860c Merge branch 'master' into add_kubeadm_to_tools 2017-01-26 14:04:51 -08:00
Andrew Chen d4620aa5a8 Merge branch 'master' into all-user-doc 2017-01-26 13:48:48 -08:00
Jared f59094324e grammar issue
Fixed https://github.com/kubernetes/kubernetes.github.io/pull/2348
2017-01-26 12:08:42 -08:00
Jared 0552316af3 Merge branch 'master' into jaredbhatti-patch-3 2017-01-26 11:53:10 -08:00
Andrew Chen c1a5a27772 Merge branch 'master' into all-user-doc 2017-01-26 10:53:48 -08:00
Jared ef79cdc518 Update hello-minikube.md 2017-01-26 10:39:39 -08:00
leonliao 48af43f282 Rephrase the sentence
Rephrase the `use the below way` to use `the following method`
2017-01-26 10:36:22 -08:00
leonliao ae656cc452 Instruct beginners to start minikube cluster with proxy
Beginners don't know the details for troubleshooting, better instruction will save time for beginners to trouble shoot logs in minikube complaining gcr.io not reachable and etc.
2017-01-26 10:36:22 -08:00
scjane 8a299b94cf Update garbage-collection.md 2017-01-26 09:53:18 -08:00
scjane 9b59945b0c Update salt.md
It seems that the ordered list in the "Best Practices" section is unnecessary as there is only one item "1". So can we delete the list?
2017-01-26 09:52:30 -08:00
scjane e1369ecc4f Update node-problem.md 2017-01-26 09:50:47 -08:00
Michal Gebauer 2f814b83ad Typo in pod.md 2017-01-26 10:51:23 +01:00
Andrew Chen 1120a93af5 Merge branch 'master' into patch-1 2017-01-25 16:55:16 -08:00
sandeepveldi 018f51074e Add Windows version details
Adding windows version related download path.
2017-01-25 16:51:43 -08:00
Drinky Pool bb802690a5 modify get pods to be more accurate
modify the "kubectl get pods" to "kubectl get pods -l purpose=demonstrate-envars"
2017-01-25 16:50:22 -08:00
s0rc3r3r01 e1a55e327e corrected container name
the container name is "kubedns" and not "kube-dns"
2017-01-25 16:45:34 -08:00
Jordan Liggitt d166363fe3 Update ABAC examples to use authenticated/unauthenticated groups 2017-01-25 16:36:53 -08:00
Michael Nelson b26190b58b Note about the need to fix permissions for a hostPath volume mount #2260
This is a work-around for #2260 until the underlying problem is addressed (https://github.com/kubernetes/kubernetes/issues/2630).
2017-01-25 16:29:46 -08:00
Maciej Szulik e7e7515d73 Update API groups description 2017-01-25 10:40:32 -08:00
Viet Hung Nguyen 9ec7921a3e Update dead link 2017-01-25 10:33:45 -08:00
scjane 9ba738b6ca Update rescheduler.md 2017-01-25 10:30:35 -08:00
scjane f520630010 Update cluster-components.md 2017-01-25 10:29:23 -08:00
scjane b556ee60d6 Update multi-cluster.md 2017-01-25 10:28:45 -08:00
scjane 246a87b77c Update multiple-schedulers.md 2017-01-25 10:27:37 -08:00
scjane 8521bdc2b8 Update dns.md 2017-01-25 10:25:29 -08:00
Bilgin Ibryam 94e3c350f5 Typo fixed 2017-01-25 10:24:49 -08:00
Bogdan Dobrelya b10426383e Fix the tool link for Kargo docs
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-25 10:23:53 -08:00
Steve Perry 5be3af942c Merge branch 'master' into logging-sidecar-refactoring-2 2017-01-25 09:07:11 -08:00
scjane 27d0048498 Update master-node-communication.md 2017-01-25 17:25:31 +08:00
Scott Collier 0e1670ccb8 looks like a couple of words got swapped when describing the ConfigMap for kube-dns, just fixing that up 2017-01-24 16:21:34 -08:00
Hugues Malphettes e93bb9dc27 Format JSON: missing comma 2017-01-24 16:19:50 -08:00
Andrew Chen 6afde69458 fixed broken link re: issue #1687
Updated link to go to https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook
which is a redis example mentioned in https://kubernetes.io/docs/samples/
2017-01-24 16:09:26 -08:00
divyenpatel f331ebe332 Updated known issues in docs/getting-started-guides/vsphere.md 2017-01-24 16:06:23 -08:00
Scott Collier 220352d117 removing word that doesn't flow correctly 2017-01-24 16:03:01 -08:00
Michael Fraenkel 324451c337 mend 2017-01-24 15:58:11 -08:00
Michael Fraenkel 7abcc6c854 Document new optional support for ConfigMap and Secret
Corresponds to proposal https://github.com/kubernetes/community/pull/175
2017-01-24 15:58:11 -08:00
Andrew Chen d890d8f97a Fixed typo
changed "speed" to "sped" for proper tense
2017-01-24 15:52:43 -08:00
Cemalettin Koc f99d34ff1a Align kubeconfig resolution with the rest of documentation
It seems that this part has a missing documentation. Here is the reference of `kubectl` configuration. 
https://kubernetes.io/docs/user-guide/kubectl/kubectl_config/
2017-01-24 15:52:04 -08:00
scjane 0fd32489a8 Update ha-master-gce.md 2017-01-24 15:38:44 -08:00
scjane 4bbd9ba6ce Update index.md 2017-01-24 15:37:34 -08:00
sallydeng d7ce58eacc Update ui.md
I installed gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0. When I deploy a containerized app through dashboad ui, the appname can be "dxltest1" . The "dxltest1" can be deployed successfully. so the appname can be end with a number.
2017-01-24 15:29:41 -08:00
Justin Nauman 5e77cd1825 Updates on the PV zone affinity documentation
Updates docs around the PV distribution process per the linked issues
2017-01-24 15:09:31 -08:00
Andrew Chen c273184db4 Merge branch 'master' into jaredbhatti-patch-2 2017-01-24 15:00:18 -08:00
luks b1dfb93e1b minor fix and explain cluster-cidr/allocate-node-cidr in the controller-manager section 2017-01-24 14:54:46 -08:00
Bogdan Dobrelya d09498f7c1 Add docs for Kargo installer for Kubernetes
Add documentation for Getting Started guides.
Kargo is an incubated Kubernetes project
https://github.com/kubernetes-incubator/kargo.

Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-24 14:36:15 -08:00
xilabao e2a732f4eb Update groups to passwordfile
ref to https://github.com/kubernetes/kubernetes/pull/39651
2017-01-24 14:25:47 -08:00
Jorge O. Castro 3d39da4670 Add github.com as a network dependency. 2017-01-24 13:18:31 -08:00
Jorge O. Castro 5ac4ac6eba Add conjure-up instructions. 2017-01-24 13:18:31 -08:00
Jorge O. Castro 64f86459e0 Fix broken link. 2017-01-24 13:18:31 -08:00
Yonathan Randolph b9f53d7991 Fix typo tcp -> TCP 2017-01-24 13:15:08 -08:00
Yonathan Randolph 56d88e9566 Fix code formatting 2017-01-24 13:15:08 -08:00
Andrew Chen 07aa716422 Merge branch 'master' into page-version 2017-01-24 13:11:07 -08:00
Huamin Chen c24ed09231 fix persistent volume example link
Signed-off-by: Huamin Chen <hchen@redhat.com>
2017-01-24 13:04:55 -08:00
Andrew Chen b7206ba9f0 Merge pull request #2251 from mlbiam/master
integrated docs from ts.com wiki w/o product info
2017-01-24 11:56:57 -08:00
Andrew Chen c4997a846b Merge pull request #2326 from liggitt/tpr
Add link to feature issue for TPR
2017-01-24 11:48:21 -08:00
Andrew Chen 169a6ea205 Merge pull request #2281 from xialonglee/patch-3
fix yaml source links of addons
2017-01-24 11:44:55 -08:00
Andrew Chen c906c5f998 Merge pull request #2282 from ahawtho/patch-2
Fix 'pod definition' link on environment-guide
2017-01-24 11:41:22 -08:00
Andrew Chen 4d4932bbf7 Merge branch 'master' into mysql-statefulset 2017-01-24 11:33:19 -08:00
Andrew Chen d47e28110b Merge pull request #2295 from oskarpearson/kubectl_https
Replace Kubectl instructions with reference to authoritative page
2017-01-24 11:31:19 -08:00
Andrew Chen 62f76e7198 Merge pull request #2296 from euan-am/patch-1
Port-forward to local port documentation fix
2017-01-24 11:27:23 -08:00
Andrew Chen a560c934d4 Merge pull request #2300 from r2d4/minikube-docs
Change reviewers of minikube to r2d4 and aprindle
2017-01-24 11:25:11 -08:00
Andrew Chen 23e186abbd Merge pull request #2307 from scjane/patch-3
Fixed typos in ui.md
2017-01-24 11:19:51 -08:00
Andrew Chen 37c997c3d5 Merge pull request #2309 from scjane/patch-7
Fixed typo in garbage-collection.md
2017-01-24 11:11:50 -08:00
Andrew Chen 96efad0f09 Merge pull request #2310 from tolleiv/federation-api-resources
Update Federation API resource listing
2017-01-24 11:10:00 -08:00
Andrew Chen e0dd091cff Merge pull request #2311 from tolleiv/ubuntu-link-update
Update dead link with link to ubuntu.com
2017-01-24 11:07:55 -08:00
Andrew Chen e1724a0155 Merge pull request #2313 from scjane/patch-8
Fixed typos in init-container.md
2017-01-24 11:06:23 -08:00
Andrew Chen 6cfdb404bc fixed capitalization typo
changed 'cpu' to 'CPU' when not in config text
2017-01-24 11:05:04 -08:00
Jordan Liggitt c407429fe9
Add link to feature issue for TPR 2017-01-24 13:46:13 -05:00
Andrew Chen ed7f520057 Merge pull request #2314 from bruceauyeung/k8s-github-io-fix-unreachable-links
fix unreachable links
2017-01-24 10:27:50 -08:00
Andrew Chen 97b8cbb500 Merge pull request #2316 from omerzach/patch-1
Fix typo in index.md
2017-01-24 10:24:19 -08:00
Andrew Chen 8932a7cf42 Merge pull request #2327 from scjane/patch-10
Fixed typos in cluster-management.md
2017-01-24 10:17:28 -08:00
Andrew Chen 845dc6670f Merge pull request #2330 from scjane/patch-12
Added needed newline in index.md
2017-01-24 10:15:02 -08:00
Andrew Chen 7ab4752079 Merge pull request #2331 from scjane/patch-13
fixed typo on walkthrough.md
2017-01-24 10:12:38 -08:00
scjane b58176b07d Update index.md 2017-01-24 18:41:00 +08:00
Mik Vyatskov a2deedd3f5 Logging sidecar refactoring 2017-01-24 11:24:00 +01:00
scjane 511272b6ab Update walkthrough.md 2017-01-24 17:29:24 +08:00
scjane 32088c5f5d Update index.md 2017-01-24 16:44:00 +08:00
scjane ac7d47d03d Update cluster-management.md 2017-01-24 14:09:53 +08:00
Peter Lee 51f3089cf3 Merge branch 'master' into patch-3 2017-01-24 10:08:39 +08:00
YuPengZTE 64c9a962ae fix typo
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>

Author:    yupengzte <yu.peng36@zte.com.cn>
2017-01-23 17:43:45 -08:00
scjane beb6774b63 Update index.md 2017-01-23 17:41:06 -08:00
Anthony Yeh 83ba9575f9 Use subPath to keep data dir out of volume root.
The data dir should not be at the root of the volume, because many
volume types create files or directories there automatically.
The database initialization script requires the data dir to be empty,
and we shouldn't try to guess which files may exist.

In particular, by retaining lost+found, it also becomes possible
to recover files that end up there.
2017-01-23 13:51:22 -08:00
Andrew Chen decf02b02f Merge pull request #2171 from tolleiv/update-persistent-volumes
Add Flocker Photon and Quobyte to PV list
2017-01-23 10:57:05 -08:00
Andrew Chen 608a81204d Merge pull request #2138 from freehan/deprecate-exec-network-plugin
delete exec network plugin
2017-01-23 10:37:45 -08:00
Andrew Chen 4be381b23b Merge pull request #2134 from pclinger/patch-1
Fix references to restartPolicy spec location
2017-01-23 10:35:53 -08:00
Andrew Chen 621c895de1 Merge pull request #2126 from chentao1596/check-gce-cbr0
change the flag which controlls the cbr0's create
2017-01-23 10:32:53 -08:00
Andrew Chen 169c525e0a Merge pull request #2111 from tanshanshan/replace-scheduler-command
replace hack/build-go.sh with make
2017-01-23 10:31:59 -08:00
Andrew Chen c9ababdf6c Merge pull request #2284 from khalpin11/patch-2
Fix docs typo
2017-01-23 09:38:16 -08:00
euan-am b764c58590 Merge branch 'master' into patch-1 2017-01-23 15:43:55 +02:00
Omer Zach bc448028c5 Fix typo in index.md 2017-01-21 21:21:15 -08:00
bruceauyeung 2efa5ab9d2 fix unreachable links
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-22 11:05:04 +08:00
scjane b35d379dd1 Update init-container.md 2017-01-22 10:28:01 +08:00
Stefan Sauer 4dbe8511ba Add a link for headless services (#2267) 2017-01-21 16:50:50 -08:00
tolleiv 559f404de7 Update Federation API resource listing 2017-01-21 00:46:43 +01:00
tolleiv fa702ad1fe Update dead link with link to ubuntu.com 2017-01-21 00:45:28 +01:00
devin-donnelly fac34588ae Merge pull request #2301 from pwittrock/api-ref
Fix Various Issues In Reference Docs
2017-01-20 15:34:20 -08:00
tolleiv 81f59bb256 Add Flocker Photon and Quobyte to PV list 2017-01-20 23:48:34 +01:00
Steve Perry 04d31a8194 Update object-management-overview.md 2017-01-20 13:54:12 -08:00
Phillip Wittrock 96040f3824 Add kubectl overview tutorial 2017-01-20 09:19:21 -08:00
scjane 5738bcfb50 Update garbage-collection.md 2017-01-20 17:50:59 +08:00
scjane b8e105f7a8 Update ui.md 2017-01-20 13:56:00 +08:00
Phillip Wittrock 0e8bb958a5 Delete unused reference generated files 2017-01-19 20:30:41 -08:00
Phillip Wittrock 1c6d3b40d9 Fix issue with "Status" operations not showing up for some resource types. 2017-01-19 20:29:59 -08:00
scjane 503ddad7a3 Update quick-start.md 2017-01-20 11:26:02 +08:00
Phillip Wittrock 21e74e1e12 Fix API Group for some resources on resource reference-docs 2017-01-19 15:19:01 -08:00
steveperry-53 01d3ade539 Update headings and guidance about headings. 2017-01-19 14:37:45 -08:00
Matt Rickard 1a0e15c915 Change reviewers of minikube to r2d4 and aprindle 2017-01-19 10:17:23 -08:00
euan-am 354ba65703 Port-forward to local port documentation fix
The port-forward command was incorrect for the documentation description for forwarding a local port to a pod
2017-01-19 10:09:51 +02:00
Oskar Pearson 8f37b020b0
Replace Kubectl instructions with reference to authoritative page
This page previously included instructions to use curl to download and install
Kubectl via http, rather than with https. This exposed the end user to
man-in-the-middle attacks.

Additionally, the instructions given here are slightly different from the
authoritative page at https://kubernetes.io/docs/getting-started-guides/kubectl/
- which covers useful things like getting the latest release and setting up tab
autocompletion.

Rather than just change 'http' to 'https' in the URLs here, I've updated the
minikube setup page to include a reference to the kubectl setup page.
2017-01-19 07:49:41 +00:00
steveperry-53 02d17ade5f Reduce heading levels by 1. 2017-01-18 17:23:56 -08:00
Jared 0f6b992771 fixed all relative links
Addresses issue: https://github.com/kubernetes/kubernetes.github.io/issues/1944
2017-01-18 16:50:49 -08:00
Jared 9797dee77c Fixed dead link
Fixed dead link to drivers
2017-01-18 16:38:37 -08:00
steveperry-53 ee02a66f12 Remove 3 User Guide topics, redirect to Tasks. 2017-01-18 15:41:54 -08:00
devin-donnelly b0092fb70d Merge branch 'master' into concepts-root 2017-01-18 15:21:43 -08:00
Devin Donnelly 1d289b9193 Fixed wording in response to feedback from pwittrock. 2017-01-18 15:21:02 -08:00
Devin Donnelly 90aab18a2a Formatting fixes for Pod. 2017-01-18 14:43:18 -08:00
Devin Donnelly 7d7074801b Attempted fix of Pod page template. 2017-01-18 14:34:27 -08:00
Jared ecefdc9df2 Add "Needs UX Review" tag
I'd like to tag existing issues that are specifically UX related for triaging, since we have a graphic designer who can fix them.
2017-01-18 14:25:58 -08:00
Devin Donnelly 34d349d7b8 More bug fixes for TOC, titling, and formatting. 2017-01-18 14:23:41 -08:00
Devin Donnelly 65de831b9c Fixed bug in line to include sample deployment yaml. 2017-01-18 14:16:33 -08:00
Devin Donnelly 2a5394ae7e Added sample .yaml file to concepts directory. 2017-01-18 14:15:31 -08:00
Peter Lee cd49c123cd fix broken links
fix some broken links in /docs/getting-started-guides/mesos/
2017-01-18 14:03:34 -08:00
Devin Donnelly 1cc4950872 Merge remote-tracking branch 'upstream/master' into concepts-root 2017-01-18 13:46:33 -08:00
Devin Donnelly 71d04d7114 Removed all blank links. Inserted links to StatefulSet content. Addressed remaining feedback. 2017-01-18 13:45:21 -08:00
Devin Donnelly f09116b8e3 Moved pod termination info to a temporary, unlinked file.
Added title to abstractions overview and pod overview.
2017-01-18 13:30:16 -08:00
Andrew Chen 6e75590a81 Merge pull request #2280 from xialonglee/patch-2
fix broken link
2017-01-18 13:12:55 -08:00
Andrew Chen 6ef6c207f5 Merge pull request #2179 from caiyixiang/patch-4
Update ingress.md
2017-01-18 12:53:48 -08:00
Devin Donnelly 92c10a487d Merge remote-tracking branch 'upstream/master' into concepts-root 2017-01-18 12:32:04 -08:00
Phillip Wittrock 5b37a301cd Merge pull request #2277 from gregoplex/master
Fixed doc typo
2017-01-18 08:52:54 -08:00
Phillip Wittrock 3fe111a73f Merge pull request #2283 from BenHall/katacoda-style-change
Remove some padding around Katacoda to give it a little more space.
2017-01-18 08:51:14 -08:00
khalpin11 0168fbc029 Fix docs typo
"Action use IaaS providers reliable storage (e.g. GCE PD or AWS EBS volume) for VMs with apiserver+etcd" did not follow the same format as other actions in this section.
2017-01-18 09:32:37 -07:00
ahawtho 56bac5a749 Fix link on environment-guide
The 'pod definition' link in the 'Query the service' section had an incorrect link.
2017-01-18 09:48:56 -05:00
Peter Lee fe1640a71e fix yaml source links of addons 2017-01-18 16:48:45 +08:00
Peter Lee f86d09dab3 fix broken link 2017-01-18 12:57:01 +08:00
Marc Boorshtein 91ddb6aa08 Merge branch 'master' into master 2017-01-17 21:09:41 -05:00
gregoplex 4fb669be11 Fixed doc typo 2017-01-17 20:35:24 -05:00
Janet Kuo 4ef058c970 Use {{page.version}} instead of hard-coded release number 2017-01-17 17:00:43 -08:00
Steve Perry cbd6490208 Merge branch 'master' into hello-mini 2017-01-17 16:59:31 -08:00
Steve Perry bd252eb0ca Merge branch 'master' into stackdriver-docs-refactoring-2 2017-01-17 16:36:46 -08:00
xilabao a2d0e7c165 update role example 2017-01-17 16:35:01 -08:00
Steve Perry 4b722c9c2a Merge branch 'master' into stackdriver-docs-refactoring-2 2017-01-17 16:34:13 -08:00
caiyixiang 4bd2d4ce8e Update ingress.md 2017-01-18 08:33:28 +08:00
caiyixiang 1e40f9fea5 Update index.md 2017-01-17 16:29:13 -08:00
Steve Perry b6465d0747 Merge branch 'master' into env-yaml 2017-01-17 16:20:07 -08:00
Steve Perry 7a773baa52 Merge branch 'master' into env-yaml 2017-01-17 16:17:57 -08:00
Jared da1ad29c8e Merge branch 'master' into patch-1 2017-01-17 16:14:05 -08:00
Jared 7ca44701da Update minikube.md 2017-01-17 16:13:36 -08:00
Steve Perry 775b9d0681 Merge branch 'master' into redirect-production-pods 2017-01-17 16:11:37 -08:00
Jared ac70ebfe06 Merge branch 'master' into patch-1 2017-01-17 16:07:20 -08:00
Michael Mrowetz 705f74fad0 de-duplicated sentence. 2017-01-17 16:05:50 -08:00
Francesc Rosas 2495fb890d Fix jsonpath 2017-01-17 16:02:43 -08:00
Phillip Wittrock ab705577e2 Merge pull request #2225 from steveperry-53/container-hooks
Write new Task: Attaching Handlers to Container Lifecycle Events.
2017-01-17 13:53:02 -08:00
Nathan Quarles 8858b56753 grammar fix 2017-01-17 13:06:33 -08:00
steveperry-53 6a6028c727 Address reviewer comments. 2017-01-17 12:40:55 -08:00
steveperry-53 26385f0e46 Write new Task: Attaching Handlers to Container Lifecycle Events. 2017-01-17 12:06:55 -08:00
Jared 0286b535be Merge pull request #2242 from xialonglee/patch-1
fix the named anchor
2017-01-17 11:23:53 -08:00
Steve Perry 416ab397a7 Merge branch 'master' into redirect-production-pods 2017-01-17 11:19:14 -08:00
Jared 53afb3450e Merge pull request #2246 from xingzhou/typo
Fixed Typo
2017-01-17 11:17:21 -08:00
Steve Perry 4e4dcbf50b Merge branch 'master' into env-yaml 2017-01-17 11:16:04 -08:00
Jared f83bd527d4 Renamed "Petset" to Statefulset
Renamed feature, fixed link

https://github.com/kubernetes/kubernetes.github.io/issues/2240
2017-01-17 10:52:12 -08:00
Marc Boorshtein b192b3ee00 Merge branch 'master' into master 2017-01-17 13:45:26 -05:00
Jared 284f5c4735 Remove broken link
Remove broken link to "persistent volume provisioning"
2017-01-17 10:37:52 -08:00
Marc Boorshtein 5244bb8b6e integrated docs from ts.com wiki w/o product info 2017-01-16 08:12:43 -05:00
Xing Zhou ab7cbe3a49 Fixed Typo 2017-01-16 11:03:16 +08:00
tanshanshan 1095dd27ab Merge branch 'master' into replace-scheduler-command 2017-01-16 08:59:57 +08:00
Peter Lee 4f3c295182 fix the named anchor
name anchor `loading-and-merging` should be `loading-and-merging-rules`
2017-01-15 23:09:45 +08:00
caiyixiang b9c0d80bbc Update ingress.md 2017-01-14 15:07:09 +08:00
Andrew Chen 06d21c950f Merge branch 'master' into patch-1 2017-01-13 17:40:03 -08:00
Andrew Chen 8f6c10c9e9 Merge branch 'master' into chenopis-patch-4 2017-01-13 17:30:46 -08:00
Andrew Chen 2041d8a7f4 Merge branch 'master' into chenopis-patch-3 2017-01-13 16:20:07 -08:00
Steve Perry dc41ea8022 Merge branch 'master' into hello-mini 2017-01-13 15:21:36 -08:00
Phillip Wittrock 72928098ef Fix issue in reference docs where query parameters were listed as path params and body params were listed as query params. 2017-01-13 15:08:36 -08:00
Phillip Wittrock 69582c2d8c change ref docs url format from 1_5 to v1.5 2017-01-13 09:56:34 -08:00
Mik Vyatskov fa59f3779c Refactor stackdriver logging page 2017-01-13 12:10:09 +01:00
Brandon Cole 956dcf8cd6 Updating downward-api/index.md for spec.nodeName
There are a couple awesome enhancements that would benefit from being documented here:

1. `spec.nodeName` for obtaining the host name
2. `spec.serviceAccountName` for obtaining the name of the service account the pod is running under

Right now these enhancements are documented only in a couple of issues and pull requests:

1. https://github.com/kubernetes/kubernetes/pull/27880
2. https://github.com/kubernetes/kubernetes/issues/24657
3. https://github.com/kubernetes/kubernetes/issues/21317

I have verified the functionality in the latest codebase:

1. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/conversion.go#L200

Also updating downward-api/dapi-pod.yaml to add a concrete example.
2017-01-12 21:02:12 -05:00
steveperry-53 809c3cf9b5 Redirect User Guide topic: Working with Containers in Production. 2017-01-12 16:29:19 -08:00
Mike Danese f3231a2130 Merge pull request #2193 from caiyixiang/patch-5
Update index.md
2017-01-12 13:40:51 -08:00
Jared d552c1e406 Added link to Horizontal Pod Autoscaling glossary
Fixes: https://github.com/kubernetes/kubernetes.github.io/issues/1018
2017-01-12 11:17:58 -08:00
bruceauyeung 3b163f9fe0 fix-syntax-errors-and-typos
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-12 11:08:27 -08:00
Ben Hall 22fb75ff4d Remove some padding around Katacoda to give it a little more space. 2017-01-12 09:04:54 +00:00
steveperry-53 c103e8a44f Remove first triple dash from YAML file. 2017-01-11 22:46:02 -08:00
Ronald Petty 640f5c5813 Update accessing-the-api.md
Minor typo fixes.

* missing paran
* needed space
2017-01-11 18:52:26 -08:00
Andrew Chen 1c5a4e08fd Merge branch 'master' into chenopis-patch-3 2017-01-11 18:32:49 -08:00
Andrew Chen c54861651a Merge pull request #2198 from caiyixiang/patch-6
Update security-context.md
2017-01-11 18:28:36 -08:00
Andrew Chen 1c2e9ec80f Merge branch 'master' into chenopis-patch-3 2017-01-11 18:26:05 -08:00
Andrew Chen 5cd3ab6a23 Merge branch 'master' into chenopis-patch-4 2017-01-11 18:25:44 -08:00
Andrew Chen 583fa87e1e Merge pull request #2092 from jagregory/patch-1
Fix "Deploying applications" link
2017-01-11 18:24:00 -08:00
Andrew Chen b5c01fe816 Merge branch 'master' into jaredbhatti-patch-2 2017-01-11 18:22:17 -08:00
Andrew Chen 6a4d6e6b19 Merge pull request #2202 from chuckbutler/patch-1
Fix final screenshot
2017-01-11 18:17:12 -08:00
Andrew Chen cdb7221022 Merge branch 'master' into chenopis-patch-3 2017-01-11 18:15:11 -08:00
Andrew Chen c43347bb35 Merge branch 'master' into chenopis-patch-4 2017-01-11 18:15:00 -08:00
Andrew Chen a8fd428268 Merge pull request #2166 from xarg/patch-1
Minor typo
2017-01-11 17:27:38 -08:00
Andrew Chen 66f1544194 Merge branch 'master' into chenopis-patch-3 2017-01-11 17:09:10 -08:00
Andrew Chen eb798593f7 Fix outdated links re: issue #1843
Updated the following links in Terminology
[Kubernetes networking model]
[OVS]
[Service]
2017-01-11 15:54:47 -08:00
steveperry-53 54519b72f9 Fix code and fix link to code. 2017-01-11 14:31:32 -08:00
Jared 5ab052ad89 Fix broken minikube link
Fixes broken link: https://github.com/kubernetes/kubernetes.github.io/issues/2201
2017-01-11 11:25:24 -08:00
steveperry-53 8048e7d2fc Fix link. 2017-01-11 10:43:42 -08:00
steveperry-53 0e497739ec Fix invisible bulleted list. 2017-01-11 08:37:43 -08:00
steveperry-53 6dba587d19 Add instructions for putting title in front matter. 2017-01-11 08:24:31 -08:00
Charles Butler 4a11f39793 Fix final screenshot
Corrected a typo breaking an image link under lxd local development.
2017-01-11 09:45:27 -06:00
caiyixiang 0d5269fbd9 Update security-context.md 2017-01-11 16:59:03 +08:00
caiyixiang 2599fa2fcf Merge branch 'master' into patch-5 2017-01-11 11:02:30 +08:00
Jorge O. Castro e054a46586 Fix titles. 2017-01-10 20:55:43 -05:00
Jorge O. Castro 7e89440f88 Fix whitespace so table renders properly. 2017-01-10 20:14:25 -05:00
caiyixiang d6d3dda9c8 Update index.md 2017-01-11 09:06:50 +08:00
Andrew Chen a96ae0e985 fix broken link
[API reference docs] link was updated to point to (/docs/federation/api-reference/)
2017-01-10 16:29:46 -08:00
devin-donnelly d7f765b721 Merge pull request #2187 from kubernetes/chenopis-patch-2
Fixed broken link
2017-01-10 16:09:48 -08:00
devin-donnelly c11346831a Merge pull request #1932 from castrojo/ubuntu-lifecycle-revisions
Restructure the Ubuntu Getting Started section.
2017-01-10 16:04:36 -08:00
devin-donnelly 88ebec8b31 Merge pull request #2151 from janetkuo/check-titles
Add script for checking titles
2017-01-10 16:02:18 -08:00
steveperry-53 0c78763547 Remove link that goes nowhere. 2017-01-10 15:50:10 -08:00
Janet Kuo 089ce4c609 Add titles to docs 2017-01-10 15:25:44 -08:00
Jorge O. Castro ec5d9b0ec6 Restructure the Ubuntu Getting Started Section.
- This supercedes PR #1770
 - This breaks up the section from one huge installation page into:
   - A new index page.
   - New support grid with commercial and community support options.
   - Move to lifecycle-based pages based on operational tasks.
     - Add support for local deployments via LXD.
       - Added screenshots to images/docs/ubuntu
     - Add backup page.
     - Add decommissioning page.
     - Add a glossary of terms page.
     - Rewritten installation page.
     - Add logging page.
     - Add monitoring page.
     - Add networking page, flannel only for now, calico in progress.
     - Add a scaling page.
     - Add a security page.
     - Add a storage page.
     - Add a troubleshooting page.
     - Add an upgrade page.
     - Add a cluster validation page.
     - Add new ubuntu content to the index page.
       - Add Ubuntu to _data TOC.
     - Add warning about choosing ipv6 with LXD, thanks Ed Baluf.
     - Template-ize all the pages per jaredb's review.
2017-01-10 17:48:19 -05:00
Patrick Clinger 40356713c4 Fix references to restartPolicy spec location
This document currently indicates that restartPolicy is part of the v1.Container spec, however according to the definitions it is actually in the v1.PodSpec.

References:

http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_pod

http://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container

Changed references to be `.spec.template.spec.restartPolicy`
2017-01-10 22:22:38 +00:00
Andrew Chen 01ec3ecf82 Fixed broken link
[core API group] should link to (/docs/api/)
2017-01-10 13:58:04 -08:00
Jared 3bca509c69 Update docker.md 2017-01-10 13:41:30 -08:00
Jared 5f78f8fe5c Update index.md 2017-01-10 12:10:58 -08:00
caiyixiang 068c797f47 Update ingress.md 2017-01-10 09:20:38 +08:00
Devin Donnelly 4d95032f4e Merge remote-tracking branch 'upstream/master' into titles-updates 2017-01-09 16:37:20 -08:00
Devin Donnelly 0bb7c0fe08 Added missing titles to Minikube tutorial and Stackpoint GS guide. 2017-01-09 16:36:13 -08:00
devin-donnelly 2ace8a3812 Merge pull request #2174 from lavalamp/master
Remove lavalamp from docs he doesn't know anything about
2017-01-09 16:26:04 -08:00
Alexander Ilyin bb7631d74e Example of `/etc/sysconfig/flanneld` is not valid (#2135)
* Example of `/etc/sysconfig/flanneld` is not valid

Configuration keys were different, I got those errors when followed steps from docs:
```
[ailyin@elite ~]$ systemctl status flanneld.service
● flanneld.service - Flanneld overlay address etcd agent
   Loaded: loaded (/usr/lib/systemd/system/flanneld.service; enabled; vendor preset: disabled)
   Active: activating (start) since Wed 2017-01-04 19:00:21 EST; 34s ago
 Main PID: 4668 (flanneld)
   Memory: 3.5M
   CGroup: /system.slice/flanneld.service
           └─4668 /usr/bin/flanneld -etcd-endpoints= -etcd-prefix=

Jan 04 19:00:46 elite.dev flanneld[4668]: E0104 19:00:46.395562 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:47 elite.dev flanneld[4668]: E0104 19:00:47.395788 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:48 elite.dev flanneld[4668]: E0104 19:00:48.395990 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:49 elite.dev flanneld[4668]: E0104 19:00:49.396141 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:50 elite.dev flanneld[4668]: E0104 19:00:50.396306 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:51 elite.dev flanneld[4668]: E0104 19:00:51.396451 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:52 elite.dev flanneld[4668]: E0104 19:00:52.396572 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:53 elite.dev flanneld[4668]: E0104 19:00:53.396701 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:54 elite.dev flanneld[4668]: E0104 19:00:54.396855 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:55 elite.dev flanneld[4668]: E0104 19:00:55.396992 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
```

* Updated Flanneld configuration example for node (same as for master);
2017-01-09 15:55:10 -08:00
steveperry-53 b4568d9a87 Add new topic to Task index page. 2017-01-09 15:20:42 -08:00
Daniel Smith 98d2cb6f44 Remove lavalamp from docs he doesn't know anything about 2017-01-09 15:14:38 -08:00
Andrew Chen 59c283a700 Merge pull request #2137 from alexanderilyin/patch-2
Update kubectl-cheatsheet.md
2017-01-09 14:25:15 -08:00
steveperry-53 b7d76464e0 Blend in content from old production-pods topic. 2017-01-09 14:18:28 -08:00
Andrew Chen 356535f2bc Merge pull request #2144 from arbeit/patch-1
Update security-context.md
2017-01-09 14:17:27 -08:00
Andrew Chen 3f1e560b45 Merge pull request #2147 from leahnp/lpetersen-etcd-link
Updated link for etcd to point at latest docs
2017-01-09 14:15:07 -08:00
Andrew Chen 3ada59ed59 Merge pull request #2167 from ankon/patch-1
Fix the link to the authentication documentation
2017-01-09 13:51:04 -08:00
steveperry-53 205a3007a8 Write new task: Configuring Pod Initialization. 2017-01-09 13:13:26 -08:00
Jared 0d9e5069b2 Update zookeeper.md 2017-01-09 12:36:29 -08:00
devin-donnelly db5d6de44c Merge pull request #2170 from dserodio/patch-2
Fix link to kube-dns docs
2017-01-09 11:50:03 -08:00
Daniel Serodio 25db3d2979 Fix link to kube-dns docs
The link to kube-dns is broken, I believe this is the current location of kube-dns documentation.
2017-01-09 14:24:57 -02:00
Abhishek 3ae3208a85 update_kompose_docs 2017-01-09 20:59:15 +05:30
Andreas Kohn 78edbf0f16 Fix the link to the authentication documentation 2017-01-08 11:44:08 +01:00
Leah Petersen e3fd0664a3 updated link for etcd to point at latest docs 2017-01-07 15:04:21 -08:00
Alex Plugaru 5d0991225c Minor typo 2017-01-07 09:43:09 -08:00
steveperry-53 efed20dbe4 Fix broken link. 2017-01-06 19:49:45 -08:00
steveperry-53 3378f558d4 Update Tutorials index page and Hello Minikube title. 2017-01-06 19:36:47 -08:00
steveperry-53 f158c03498 Update Task index page. 2017-01-06 19:24:40 -08:00
Phillip Wittrock 0648c4872e Add section for resources only 2017-01-06 16:33:03 -08:00
Phillip Wittrock cc12b16d99 Update api reference docs from review comments. Uses latest brodocs release. 2017-01-06 16:23:24 -08:00
Phillip Wittrock 39fe9ab8e8 Add new-style api and kubectl reference docs for 1.5 as "New Beta Docs" link under Reference 2017-01-06 16:23:23 -08:00
Jared 3c77eff102 Update review-issues.md 2017-01-06 16:22:42 -08:00
Jan Safranek 022b4225c6 Add a task for changing PV reclaim policy
Fixes #1692
2017-01-06 10:56:10 +01:00
gavinB-orange e825b4081c Merge branch 'master' into patch-1 2017-01-06 10:44:11 +01:00
gavinB-orange 44bf9cdc85 Merge branch 'master' into patch-1 2017-01-06 10:43:10 +01:00
Muharem Hrnjadovic c2d3b1b9c4 Merge branch 'master' into patch-1 2017-01-06 10:24:55 +01:00
Devin Donnelly dc984a6037 Merge branch 'toc-updates' of github.com:devin-donnelly/kubernetes.github.io into toc-updates 2017-01-05 15:44:44 -08:00
Devin Donnelly 7534448d0e Renamed README.md to index.md in federation/api-reference.
Corrected link on Guides TOC.
Corrected duplicate title in federation/api-reference/index.md.
2017-01-05 15:43:33 -08:00
devin-donnelly e8a3cfb866 Merge branch 'master' into toc-updates 2017-01-05 15:25:46 -08:00
Devin Donnelly 3303506927 Adds explicit titles to all docs missing them. 2017-01-05 15:14:27 -08:00
Steve Perry ee08d90cb3 Write new Task: Communicating Between Containers Running in the Same … (#2077)
* Write new Task: Communicating Between Containers Running in the Same Pod.
2017-01-05 14:42:34 -08:00
Devin Donnelly 4ba73911be TOC and Titling debugging updates. 2017-01-05 14:39:42 -08:00
Devin Donnelly 25798d3c86 Merge remote-tracking branch 'upstream/master' into toc-updates 2017-01-05 14:23:57 -08:00
Devin Donnelly 9c64c3ff7f Adds missing TOC entries for docs that fail the new Travis check in PR #2007.
Skips the checks for certain inaccessible or deprecated files and removes unused README.md files.
2017-01-05 14:21:48 -08:00
devin-donnelly 3b6141b4d3 Merge pull request #1607 from cdrage/add-kompose-docs
Add extra Kompose documentation
2017-01-05 13:58:01 -08:00
devin-donnelly e2e2582da1 Merge pull request #1860 from a-mccarthy/master
Add page to explain issue review process
2017-01-05 13:42:51 -08:00
Andrew Chen 724721a06e Merge pull request #2136 from oshalygin/patch-2
Update configs with username followed by password
2017-01-05 13:23:35 -08:00
Muharem Hrnjadovic 1ee0c1109d Merge branch 'master' into patch-1 2017-01-05 19:56:08 +01:00
Janet Kuo 4feaf0a437 Merge branch 'master' into conneting-apps-typo 2017-01-05 10:52:18 -08:00
Andrew Chen 0a0faf87e0 Merge pull request #2130 from mark007/patch-1
Update index.html, removed grammatically incorrect "the"
2017-01-05 10:29:09 -08:00
Jared 582d2079ea Update stage-documentation-changes.md 2017-01-05 09:55:12 -08:00
Jared e8727e886e Add Bundler to staging a doc request page
Fixing the following PR: https://github.com/kubernetes/kubernetes.github.io/pull/1796
2017-01-05 09:48:47 -08:00
Muharem Hrnjadovic 802437ebec Update security-context.md 2017-01-05 17:19:43 +01:00
Charlie Drage 353bfcfd84 Add extra Kompose documentation
Create additional files for Kompose documentation including
architecture, development, a more extensive index and a user guide.

This also bumps Kompose up to the top on tools page to be symmetrical to
the what's listed on the side navbar.

I have assigned myself to each doc in order to get updates / any
questions regarding the updating of documentation.
2017-01-05 08:57:27 -05:00
Eric Hole f3aef1dbf2 Added kubeadm to list of tools under kubectl.
Updated _data/tools.yml to reflect kubeadm.
2017-01-05 02:29:18 -07:00
Minhan Xia 40c801bd11 delete exec network plugin 2017-01-04 17:33:09 -08:00
Alexander Ilyin eeb87dfce4 Update kubectl-cheatsheet.md 2017-01-04 16:41:30 -08:00
tanshanshan 2019b68e30 Merge branch 'master' into replace-scheduler-command 2017-01-05 08:39:08 +08:00
Oleg Shalygin 757dd707b6 Update configs with username followed by password
The way that the document currently flows and how we typically perceive credentials, we usually set our username first followed by the password.

Seeing the configuration first set password then username seems counter-intuitive.  There is nothing wrong with the docs, it is just clearer to view username=>password.
2017-01-04 16:23:20 -08:00
steveperry-53 1e05667805 Write new Task: Configuring Liveness and Readiness Probes
Addressed reviewer comments.

Addressed more reviewer comments.

Fix broken link.
2017-01-04 15:41:25 -08:00
devin-donnelly bb4c22b60b Merge pull request #2131 from thockin/deprecation
deprecation policy bug: at X+9 we remove v1
2017-01-04 14:39:47 -08:00
steveperry-53 6500a19d2f Write new Task: Pulling an Image from a Private Registry 2017-01-04 14:22:59 -08:00
devin-donnelly 968717d71f Merge pull request #2132 from gnufied/fix-deployments-link-in-fed
Fix deployments link in federation page
2017-01-04 13:44:02 -08:00
devin-donnelly b77ebe2cc5 Merge pull request #2128 from Crassirostris/logging-docs-refactoring-2
Add cluster-level logging overview
2017-01-04 13:43:34 -08:00
Hemant Kumar 69fa4c0bc6 Merge branch 'master' into fix-deployments-link-in-fed 2017-01-04 16:40:25 -05:00
a-mccarthy 267b1e25d2 Adding page title 2017-01-04 16:13:23 -05:00
a-mccarthy 953b8aabc6 Merge branch 'master' into master 2017-01-04 15:50:54 -05:00
Janet Kuo e8b5af4202 Fix incorrect / obsolete references to RCs and files 2017-01-04 11:50:20 -08:00
Hemant Kumar 37ed7bdcd1 Fix deployments link in federation page 2017-01-04 12:11:00 -05:00
Tim Hockin 52ec922685 deprecation policy bug: at X+9 we remove v1 2017-01-04 08:58:08 -08:00
mark007 add6e30826 Update index.html 2017-01-04 14:58:58 +00:00
Mik Vyatskov 2b386047e8 Add cluster-level logging overview 2017-01-04 14:00:22 +01:00
Peter Lee ce6da11e11 fix typo
'ips' should be 'IPs'
2017-01-04 09:37:16 +08:00
chentao1596 b8b448fb63 change the flag which controlls the cbr0's create 2017-01-04 09:16:51 +08:00
tanshanshan 42eba1866a Merge branch 'master' into replace-scheduler-command 2017-01-04 08:36:53 +08:00
devin-donnelly a244c4084a Merge pull request #2099 from jgmize/patch-1
Fix #1552: dead link to kube-dns/README.md
2017-01-03 15:41:28 -08:00
devin-donnelly 29af003ad4 Merge pull request #2049 from xilabao/patch-1
Add rbac command to kubectl get --help
2017-01-03 15:34:23 -08:00
devin-donnelly f1c6ffec88 Merge pull request #2040 from kad/cloud-config
Append note about content and format of /etc/kubernetes/cloud-config.
2017-01-03 15:33:32 -08:00
devin-donnelly 4752b5401a Merge pull request #2121 from ElijahCaine/patch-2
ReplicaSets: Correct paragraph spacing error
2017-01-03 15:30:35 -08:00
Phillip Wittrock 25f7e3d579 Merge branch 'master' into concepts-root 2017-01-03 14:14:17 -08:00
Tim Hockin 611f07ba03 Newline required before bullet-lists 2017-01-03 14:12:53 -08:00
devin-donnelly b06a1423f9 Merge pull request #2079 from MikaelCluseau/fix-1710
fix(#1710): volume  behavior is not documented
2017-01-03 14:08:01 -08:00
devin-donnelly 1668d8ec6d Merge pull request #2068 from premanandc/patch-1
Minor correction - added missing "as"
2017-01-03 14:07:32 -08:00
Elijah Caine 20c51c8c96 ReplicaSets: Correct paragraph spacing error 2017-01-03 12:57:40 -08:00
Tim Hockin 8879175f85 Use thead/tbody style for manual table 2017-01-03 12:37:15 -08:00
Devin Donnelly c560d90504 Merge remote-tracking branch 'upstream/master' into concepts-root 2017-01-03 11:43:09 -08:00
devin-donnelly 0f462317ca Update deprecation-policy.md 2017-01-03 10:58:59 -08:00
devin-donnelly 31bcde9122 Update deprecation-policy.md 2017-01-03 10:55:16 -08:00
devin-donnelly 3ff8fd7a2c Update deprecation-policy.md 2017-01-03 10:48:19 -08:00
tanshanshan a95cfcddf2 replace hack/build-go.sh with make 2017-01-03 16:46:57 +08:00
Tim Hockin 476fbee334 Convert to pure ASCII (#2110) 2017-01-03 00:28:28 -08:00
Tim Hockin 6ebd94302d Add deprecation policy (#1856) 2017-01-02 23:43:12 -08:00
Mikaël Cluseau 1cc17e5fbc fix(#1710): volume behavior is not documented
Signed-off-by: Mikaël Cluseau <mikael.cluseau@gmail.com>
2017-01-03 08:17:16 +11:00
Josh Mize f5ad6db8c2 Fix #1552: dead link to kube-dns/README.md
Fix dead link caused by renaming build-tools back to build in https://github.com/kubernetes/kubernetes/issues/38126
2016-12-31 06:59:03 -06:00
James Gregory 8f100ece83 Fix "Deploying applications" link 2016-12-30 15:54:29 +11:00
xilabao 8cc00e2d6c Merge branch 'master' into patch-1 2016-12-30 08:35:04 +08:00
devin-donnelly 10a57f1e61 Merge pull request #2090 from jaredbischof/jaredbischof-patch-1
Headless service spec missing attribute
2016-12-29 15:32:18 -08:00
devin-donnelly e516d18ed0 Merge pull request #1962 from chentao1596/kubelet-network-kubenet
Delete descriptions which related with removed or deprecated values
2016-12-29 14:58:11 -08:00
devin-donnelly 547b578761 Merge pull request #2080 from krmayankk/disrupt
add title for pod disruption budget
2016-12-29 14:46:41 -08:00
Jared Bischof a5ebaa54ff Headless service spec missing attribute
The headless service spec example requires the attribute clusterIP: None. Without this, the service that is created is not headless and the two example pods will not be able to nslookup one another.
2016-12-29 16:34:27 -06:00
Ritesh H Shukla 8097c49444 Getting Started vSphere: Minor formatting fixes 2016-12-29 01:00:46 -08:00
Mayank Kumar 40841e0e70 add title for pod disruption budget 2016-12-29 00:12:50 -08:00
Jeff Sloyer 7e4ef9a0be Merge branch 'master' into all-user-doc 2016-12-28 22:00:03 -05:00
devin-donnelly 6d8fc84c90 Update index.md 2016-12-28 15:14:23 -08:00
devin-donnelly 92ee7b2e7e Remove in-page TOC from Tools 2016-12-28 15:06:03 -08:00
devin-donnelly 6506678c49 Merge pull request #2067 from gbzhu/k8s_modify
fix typos
2016-12-28 14:27:23 -08:00
Gigi Sayfan 797e030c03 Reclaiming policy -> Reclaim policy
To match the API per @saad-ali's comment
2016-12-28 14:21:54 -08:00
Gigi Sayfan 188885469b Recycling policy --> Reclaiming policy
Persistent volumes have a reclaim policy ("persistentVolumeReclaimPolicy"). "Recycle" is just one of the possible reclaim policies.
2016-12-28 10:13:48 -08:00
Alexander Kanevskiy 9cd582fd7a Append note about content and format of /etc/kubernetes/cloud-config. 2016-12-28 13:38:09 +02:00
Premanand Chandrasekaran d420bea04c Minor correction 2016-12-28 06:36:52 -05:00
gbzhu 0f14d69778 revert 2016-12-28 18:29:12 +08:00
gbzhu 34bbec31f5 fix typo 2016-12-28 18:22:20 +08:00
gbzhu 2cc0485a70 fix typos 2016-12-28 17:48:46 +08:00
chentao 99f964e072 Delete descriptions which related with removed or depreated values 2016-12-28 14:26:48 +08:00
Bill Prin 86b76fffba Minikube Quickstart 2016-12-27 15:02:39 -08:00
devin-donnelly f8ab3f70fe Merge pull request #2021 from kerneltime/update-vsphere-getting-started.kerneltime
Deprecate kube-up, update getting started with kube-anywhere.
2016-12-27 14:42:10 -08:00
devin-donnelly 57688f4f6c Merge pull request #2057 from foxish/fix-commands
Added poddisruptionbudget and abbreviation to list
2016-12-27 14:41:00 -08:00
devin-donnelly 68bec86aab Merge pull request #2055 from du2016/patch-2
update jobs-expansions-index.md
2016-12-27 14:40:35 -08:00
Anirudh Ramanathan 2ec43d6d51 Merge branch 'master' into fix-commands 2016-12-27 14:35:42 -08:00
chenopis 322486bc4f fix typo: remove "the the" in zookeeper.md
In Managing the ZooKeeper Process : Handling Process Failure : paragraph 4 :
"The command used as the container's entry point has PID 1, and the the ZooKeeper process, a child of the entry point, has PID 23." =>
"The command used as the container's entry point has PID 1, and the ZooKeeper process, a child of the entry point, has PID 23."
2016-12-27 14:17:16 -08:00
Jared 39e3ba8c8a Merge branch 'master' into fix-typos 2016-12-27 13:57:02 -08:00
devin-donnelly 58b75e9285 Merge pull request #1495 from bboreham/update-incluster
Update out-of-date text about NewInCluster()
2016-12-27 13:50:38 -08:00
Jared 2a9865f65d Merge branch 'master' into fix-typos 2016-12-27 13:50:06 -08:00
devin-donnelly f38055c553 Merge pull request #1463 from MrHohn/cluster-components-addons
Updated addons section for cluster-components
2016-12-27 13:49:39 -08:00
Jared 5353c9aa90 Merge branch 'master' into fix-typos 2016-12-27 13:48:14 -08:00
devin-donnelly b0e69cf586 Merge pull request #2039 from rootfs/azure-dp-master
add azure disk storage class doc
2016-12-27 13:38:38 -08:00
Anirudh Ramanathan 3f750eb0fb Merge branch 'master' into fix-commands 2016-12-27 13:35:42 -08:00
timcrall f342733ff5 Update basic-stateful-set.md (#2060)
yaml, not yml
2016-12-27 13:34:54 -08:00
devin-donnelly 007510edc1 Update index.md 2016-12-27 13:25:29 -08:00
Anirudh Ramanathan 85cf7ae2ff Merge branch 'master' into fix-commands 2016-12-27 13:23:25 -08:00
devin-donnelly 93084c5fce Merge pull request #2053 from xialonglee/patch-1
fix style and grammar
2016-12-27 13:23:19 -08:00
devin-donnelly 60ea2350a4 Merge pull request #2048 from caiyixiang/patch-1
Update connecting-applications.md
2016-12-27 13:21:57 -08:00
devin-donnelly a20d13edc6 Merge pull request #2047 from du2016/patch-1
update managing-deployments.md
2016-12-27 13:21:13 -08:00
devin-donnelly a487f1f5e6 Merge pull request #2042 from rutsky/patch-4
Fix markdown formatting
2016-12-27 13:20:47 -08:00
devin-donnelly c75a521bb5 Merge pull request #2043 from rutsky/patch-5
fix codeblock formatting
2016-12-27 13:19:25 -08:00
devin-donnelly ab751d18cc Merge pull request #2051 from tianshapjq/patch-3
correct "pod" to "pods"
2016-12-27 13:13:46 -08:00
devin-donnelly a8c1a54f1d Merge pull request #2056 from janetkuo/kubectl-doc-toc
Add TOC entries for all kubectl docs
2016-12-27 13:13:17 -08:00
Yuri Khrustalev 7bde7d9cfc Gondor renamed itself to Eldarion
http://eldarion.cloud/blog/2016/04/21/goodbye-gondor-hello-kel-and-eldarion-cloud/
2016-12-27 23:03:02 +03:00
Anirudh 93bbce56ae Add statefulsets also to list 2016-12-27 11:56:00 -08:00
Anirudh 193fdfa4e9 Added poddisruptionbudget and abbreviation to list 2016-12-27 11:44:59 -08:00
Janet Kuo a168c92e30 Add TOC entries for all kubectl docs
Kubectl docs: add TOC entries, and remove obsolete docs
2016-12-27 11:22:52 -08:00
foliage 78e7b40600 update jobs-expansions-index.md
change the wrong url
change the wrong template
2016-12-27 22:34:14 +08:00
Peter Lee 42e015d8f8 fix style and grammar
1. Make plural nouns into same style. See it is `Services` in first sentence and `Pods` in the line 286 , but others are `Service`s and `Pod`s .So change style for these plural nouns for consistency and beauty.
2. Fix minor grammar.
2016-12-27 10:46:48 +08:00
Nicolai von Neudeck 9fe1e02e72 replaced "/" with "or" 2016-12-26 21:16:47 +01:00
Nicolai von Neudeck d0b94ae1b7 Removed passive voice 2016-12-26 21:04:03 +01:00
Drinky Pool 18b3f20ec3 correct "pod" to "pods"
correct "pod" to "pods"
2016-12-26 17:03:05 +08:00
xilabao 94ee42f658 Add rbac command to kubectl get --help
reference to https://github.com/kubernetes/kubernetes/pull/37366
2016-12-26 01:48:55 -06:00
caiyixiang eaa119652a Update connecting-applications.md 2016-12-26 09:07:35 +08:00
foliage 6e8c728e91 update managing-deployments.md
change k to kubectl
2016-12-25 17:39:40 +08:00
Vladimir Rutsky 5ef4c4f1b6 fix codeblock formatting 2016-12-24 21:13:40 +04:00
Vladimir Rutsky 942dbfcee1 Fix markdown formatting
Broken in 28899d6ec6 according to blame.
2016-12-24 20:32:56 +04:00
Aaron.L.Xu e7d75b39f6 Merge branch 'fix-typos' into master 2016-12-24 12:52:36 +08:00
Ritesh H Shukla 2674cf7573 Merge branch 'master' into update-vsphere-getting-started.kerneltime 2016-12-23 12:58:28 -08:00
Huamin Chen a9e1f2d276 add azure disk storage class doc
Signed-off-by: Huamin Chen <hchen@redhat.com>
2016-12-23 13:39:59 +00:00
dongziming 19fda13172 Fix typos 2016-12-23 20:53:16 +08:00
Aaron.L.Xu f535febaa1 fix some typos and resolve conflicts 2016-12-23 03:55:51 -08:00
Aaron.L.Xu ee8c812ef5 Merge pull request #12 from CandiceGuo/master
modify some grammar mistakes and spelling mistakes in /doc/
2016-12-23 19:41:41 +08:00
Aaron.L.Xu cbc897a320 Merge branch 'master' into master 2016-12-23 19:40:51 +08:00
Aaron.L.Xu cda4b040b4 Merge pull request #9 from Martially/moshui
fix typos
2016-12-23 19:35:52 +08:00
dongziming 83a6c52ddc Spelling errors in /docs/ 2016-12-23 17:25:27 +08:00
dongziming 5c5ebf0bf1 Some spelling errors in /docs/ 2016-12-23 16:45:56 +08:00
dongziming a129e1c4c1 Spelling errors in /docs/ 2016-12-23 15:59:02 +08:00
guohaifang c67b76a2f0 problems of grammer 2016-12-23 15:29:44 +08:00
Martially 41a9b7c55d fix typo
Signed-off-by: Martially <21651061@zju.edu.cn>
2016-12-23 15:26:12 +08:00
CandiceGuo 990bc41aac modify some grammar mistakes in /doc/ 2016-12-23 14:39:27 +08:00
Martially 996b4343dc link error
Signed-off-by: Martially <21651061@zju.edu.cn>
2016-12-23 14:17:29 +08:00
Martially 0328b6d591 fix typo
Signed-off-by: Martially <21651061@zju.edu.cn>
2016-12-23 14:06:54 +08:00
dongziming 2374e3d1bb Fixed some e.g. problems and some spelling errors. 2016-12-23 13:44:14 +08:00
Drinky Pool f61fb9f376 Merge branch 'master' into patch-2 2016-12-22 21:45:02 -06:00
Aaron.L.Xu f4ac637e27 Merge pull request #2 from tim-zju/symbolError
fix typos
2016-12-23 11:41:02 +08:00
devin-donnelly 67be6311ee Merge pull request #2020 from kibra/patch-1
Fix typos in thirdpartyresources.md
2016-12-22 19:06:27 -08:00
Drinky Pool 4736fc09b2 Merge branch 'master' into patch-2 2016-12-22 21:00:36 -06:00
devin-donnelly 4ab9a935c8 Merge pull request #2032 from alejandroEsc/ae/crts
authentication/#creating-certificates document inconsistent in naming for the server certificate.
2016-12-22 18:58:33 -08:00
devin-donnelly 4a821a0ea3 Merge pull request #1819 from philips/security
docs: create /security endpoint
2016-12-22 18:50:51 -08:00
devin-donnelly a1cd312c70 Merge pull request #1820 from thomastaylor312/hook_documentation
Clarifies lifecycle hook documentation
2016-12-22 18:50:05 -08:00
devin-donnelly b16529d63e Merge pull request #1912 from kargakis/minor-fix-for-1.5
Link sections that talk about deployment status
2016-12-22 18:43:07 -08:00
devin-donnelly 32f519a9d4 Merge pull request #1926 from junaid-ali/master
Improving expose-intro.html
2016-12-22 18:42:16 -08:00
devin-donnelly ab3c6a1b74 Merge pull request #1925 from alejandroEsc/ae/node_status
Slight improvement to clarity of Nodes.md
2016-12-22 18:42:00 -08:00
devin-donnelly 5bcc66a16a Update expose-intro.html 2016-12-22 18:39:52 -08:00