Solly Ross
3ce57d9667
Switch references in HPA docs from alpha to beta ( #5671 )
...
The HPA docs still referenced the alpha version. This switches them to
talk about v2beta1, which is the appropriate version for Kubernetes 1.8
2017-09-28 08:16:39 -07:00
Kevin Frommelt
d4e8e8fb9e
Fix typo in pod preset conflict example
...
Move container port definition to the correct line.
2017-09-27 23:18:24 -07:00
Qiming
1474b944ca
Followup 5655: fix link to garbage collection ( #5666 )
2017-09-27 20:50:36 -07:00
Phillip Wittrock
ac78c99a4b
Updates for new versions of API types
2017-09-27 14:56:26 -07:00
jcbsmpsn
1ff7648009
Add documentation for certificate rotation. ( #5639 )
...
* Link to using kubeadm page
* fix the command output
fix the command output
* fix typo in api/resources reference: "Worloads"
* Add documentation for certificate rotation.
2017-09-27 12:51:30 -07:00
steveperry-53
4d407c1d12
Merge branch 'master' into release-1.8
2017-09-27 12:39:00 -07:00
Mengqi Yu
9e6d670b12
update imported docs ( #5656 )
2017-09-27 12:02:55 -07:00
eddytruyen
21a2110f25
Update create-cluster-kubeadm.md
2017-09-28 02:17:50 +08:00
eddytruyen
9fb891b963
Update create-cluster-kubeadm.md
2017-09-28 02:17:50 +08:00
eddytruyen
c5ebd07d8f
Update create-cluster-kubeadm.md
2017-09-28 02:17:50 +08:00
Sam Hagan
45d92f805f
fix name typo in reference to deployment example
2017-09-28 01:37:32 +08:00
Matt Brown
ed94d7351a
fix typo in api/resources reference: "Worloads"
2017-09-28 01:20:53 +08:00
chenhuan
267c026201
fix the command output
...
fix the command output
2017-09-27 09:36:23 -07:00
kairen
63b8e39c5c
Link to using kubeadm page
2017-09-27 09:24:56 -07:00
Maciej Szulik
3e32a946d5
Fix cron job deletion section ( #5655 )
2017-09-27 09:12:24 -07:00
Ricky Pai
bc805bd7ee
update on state of HostAlias in 1.8 with hostNetwork Pod support ( #5644 )
2017-09-26 19:39:18 -07:00
Andrew Chen
6c5ce5bfb6
remove petset.md
2017-09-26 17:36:33 -07:00
Andrew Chen
4ad495b9a5
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.8
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io : (87 commits)
fix envFrom in configmap
Add link to example for CRDs (#5641 )
Fixed links to architecture.md and principles.md
Polish AppArmor tutorial
Remove dangling files related to apparmor
fix the typo of serviceaccount (#5533 )
Correct setup link (#5634 )
relink the persistent volume of petset (#5582 )
Updates to case study landing page (#5629 )
translate doc resource-quotas into chinese
minor encoding fix for CN page
fix typo
concepts-overview-components+abac-fix
concepts-overview-components-fix
Update links to avoid redirects. (#5627 )
Update links to avoid redirects. (#5625 )
Fix 404s. (#5624 )
Fix 404s. (#5623 )
Edits cpu-constraint-namespace.md
Fix index redirects (#5502 )
...
# Conflicts:
# _redirects
# docs/concepts/storage/volumes.md
# docs/concepts/workloads/controllers/daemonset.md
# docs/concepts/workloads/controllers/petset.md
# docs/concepts/workloads/controllers/statefulset.md
# docs/tasks/run-application/run-single-instance-stateful-application.md
# docs/tutorials/stateful-application/zookeeper.md
2017-09-26 17:29:30 -07:00
jianglingxia
2624ce66ea
fix envFrom in configmap
2017-09-26 13:22:03 -07:00
Andrew Chen
2d3e488818
Add link to example for CRDs ( #5641 )
...
* Add link to example for CRDs
In the CustomResourceDefinitions section, add a link to the [Custom Resource Example](https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/apiextensions-apiserver/examples/client-go ).
* add note
2017-09-26 11:52:28 -07:00
Ian Chakeres
dae523734a
Fixed links to architecture.md and principles.md
2017-09-26 11:48:51 -07:00
Qiming Teng
b176f8e3fb
Polish AppArmor tutorial
2017-09-26 11:47:15 -07:00
Qiming Teng
c34b2a6c39
Remove dangling files related to apparmor
2017-09-26 11:42:57 -07:00
jianglingxia
ad4dc7c81d
fix the typo of serviceaccount ( #5533 )
...
* fix the typo of serviceaccount
* update it
2017-09-26 11:40:39 -07:00
Phillip Wittrock
147f04ca76
Kubernetes 1.8 reference docs ( #5632 )
...
* Kubernetes 1.8 reference docs
* Kubectl reference docs for 1.8
* Update side bar with 1.8 kubectl and api ref docs links
2017-09-26 11:29:51 -07:00
Nathan LeClaire
5b9c1d91ac
Correct setup link ( #5634 )
...
The current link to https://kubernetes.io/docs/setup/ presently ends up
redirecting to https://kubernetes.io/docs/setup/ . This corrects the link
to what seems to be the correct endpoint.
2017-09-26 13:11:15 -05:00
jianglingxia
a3d5d03ada
relink the persistent volume of petset ( #5582 )
2017-09-26 13:09:28 -05:00
Maciej Szulik
271bd0f163
Update cronjob with defaults information ( #5556 )
2017-09-26 10:27:06 -07:00
Lucas Käldström
7fa809ce25
Merge pull request #5400 from andrewsykim/ccm
...
update cloud controller manager docs for v1.8
2017-09-26 09:20:23 +03:00
tanshanshan
1309ea3832
fix typo
2017-09-26 11:05:43 +08:00
Steve Perry
cfa77d4670
Update links to avoid redirects. ( #5627 )
...
* Update links to avoid redirects.
* Fix double forward slash.
2017-09-25 19:14:20 -07:00
andrewsykim
6b70c56b25
update cloud controller manager docs for v1.8
2017-09-25 21:56:49 -04:00
Steve Perry
096fee2c39
Update links to avoid redirects. ( #5625 )
2017-09-25 18:43:26 -07:00
irfanurrehman
ff6d28472f
Federated Hpa feature doc ( #5487 )
...
* Federated Hpa feature doc
* Federated Hpa feature doc review fixes
* Update hpa.md
* Update hpa.md
2017-09-25 18:18:00 -07:00
Di Xu
170c0e7866
add doc for hostpath type ( #5503 )
2017-09-25 18:17:31 -07:00
Steve Perry
39a3da735f
Fix 404s. ( #5624 )
2017-09-25 17:35:40 -07:00
Steve Perry
e227272f5c
Fix 404s. ( #5623 )
2017-09-25 16:43:35 -07:00
Ryan McGinnis
0ab5bb1432
Edits cpu-constraint-namespace.md
...
- Removes stray link in middle of paragraph
- "cpu" becomes "CPU" throughout
2017-09-25 16:22:30 -07:00
MengZnLee
5a665549f2
Fix index redirects ( #5502 )
...
* Add command.yaml file
* Fix fix index picking the right solution redirects
2017-09-25 16:21:29 -07:00
Adam Fordham
7b305cb11c
minor updates tutorial
...
- change afinity field value to match yaml spec
- update and reorder steps for cordoning nodes to make more sense. currenlty says "all but four". In reality, want to cordon the three nodes that the pods are scheduled on. not "all but four".
- add new line to code snippet for easier "copy/paste"
2017-09-25 16:19:44 -07:00
jianglingxia
f7edb82547
the pod yaml type error and add apiVersion
2017-09-25 16:15:59 -07:00
jianglingxia
b9fa59644f
update some redirects and scale type
2017-09-25 16:12:39 -07:00
jianglingxia
9d835058cc
fix the typo of lable in statefulset ( #5555 )
...
* fix the typo of lable in statefulset
* update it
2017-09-25 16:09:16 -07:00
Steve Perry
779c64dd15
Update links to avoid redirects. ( #5622 )
2017-09-25 16:06:20 -07:00
lostlivio
248c1c854c
Updated outdated information regarding API deprecation policy with pointer to current information
2017-09-25 16:03:30 -07:00
Michael Vorburger ⛑️
69114e0cfe
Remove 3 links in jobs-run-to-completion.md which go nowhere
...
these links don't go anywhere anymore (the respective pages must have been moved?), and are more of a distraction than adding any real value when reading that paragraph.
2017-09-25 15:59:12 -07:00
Michal Skalski
cb795036b1
Remove outdated link
...
Flannel combained RBAC info into main manifest [1].
[1] https://github.com/coreos/flannel/commit/a154d2f68edd511498c948e33c8cbde20a5901ee
2017-09-25 15:58:43 -07:00
Yash Thakkar
bd1ef6e464
Fixed hyperlinks for different ConfigMap headers
...
ConfigMap Header names are starting with "create", but in link it is written as "creating", because of that hyperlink was not working.
2017-09-25 15:56:38 -07:00
jianglingxia
fd46c299f4
api-reference add version number
2017-09-25 15:55:24 -07:00
Nikhita Raghunath
56006b8cdc
Fix link after design proposal move
2017-09-25 15:54:22 -07:00