Dan Winship
4b6b970d51
Update NetworkPolicy docs for v1
2017-06-07 10:21:23 -07:00
Andrew Chen
23175c12e0
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Updaated install-kubeadm.md, removed redundant kubectl installation (#4006 )
Add Chocolatey Package Manager for Windows (#4000 )
2017-06-07 09:56:43 -07:00
Michal Cwienczek
9305c4a9aa
Updaated install-kubeadm.md, removed redundant kubectl installation ( #4006 )
2017-06-06 15:53:20 -07:00
Onuralp Taner
783de986d9
Add Chocolatey Package Manager for Windows ( #4000 )
...
* Add Chocolatey Package Manager for Windows
* Small grammar changes
2017-06-06 13:17:33 -07:00
Andrew Chen
be02ca1705
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Make issue title automatically a link
Update directions for macOS bash completion
2017-06-06 09:24:27 -07:00
Christoph Blecker
1bb02c055e
Update directions for macOS bash completion
2017-06-05 21:52:25 -07:00
Andrew Chen
0b15bf57e8
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Add TCP socket health check example (#3977 )
Update networking.md (#3950 )
[authorization] fix invalid href for webhook
2017-06-05 14:06:37 -07:00
tompizmor
9f2ecee260
Add TCP socket health check example ( #3977 )
...
* Add TCP socket health check example
* Add test case for pod-with-tcp-socket-healthcheck
2017-06-05 13:50:29 -07:00
Shyam JVS
f21480504d
Update ConfigMap doc to explain TTL-based cache updates ( #3989 )
...
* Update ConfigMap doc to explain TTL-based cache updates
* swap word order
Change "When a ConfigMap being already consumed..." to "When a ConfigMap already being consumed..."
2017-06-05 11:24:49 -07:00
kshafiee
8d20ed8580
Update networking.md ( #3950 )
...
* Update networking.md
Added CNI-Genie as one of the many options
* Update networking.md
Addressed!
* Update networking.md
2017-06-05 11:04:45 -07:00
Andrew Chen
36b472183b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Remove self-referential link
Add fibre channel volume explanation (#3967 )
2017-06-05 10:41:54 -07:00
Cao Shufeng
8dd901ee98
[authorization] fix invalid href for webhook
2017-06-05 11:42:13 +08:00
Ryan McGinnis
8117b56cc6
Remove self-referential link
...
The second link in the "What's next" section redirects the reader to this doc. This PR removes this link.
2017-06-02 15:01:05 -07:00
Mitsuhiro Tanino
1cec609586
Add fibre channel volume explanation ( #3967 )
...
* Add fibre channel volume explanation
This patch adds explanation of fibre channel volume including
usage of multiple WWNs.
Fix #33602
* Fix typos
2017-06-02 14:53:19 -07:00
Andrew Chen
92e31296ff
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Improve RBAC doc (#3951 )
Clarify CNI acronym
Fix 404 to kubectl install link
install-kubectl.md: Fix Windows texts, link to latest macOS binaries
2017-06-02 14:28:50 -07:00
Jordan Liggitt
2841f6dabe
Improve RBAC doc ( #3951 )
...
* Remove spurious cluster-status role description
* Indicate controller-manager must be granted controller roles when not run with --use-service-account-credentials
2017-06-02 14:26:39 -07:00
Kevin Kirsche
a6f31d4896
Clarify CNI acronym
...
Fixes kubernetes/kubernetes.github.io#3964
2017-06-02 14:14:21 -07:00
Charlie R.C
952e5b4497
add host paths to psp ( #3971 )
...
* add host paths to psp
* add italics
2017-06-02 14:11:38 -07:00
Kyle Gordon
71c7f9efc4
Fix 404 to kubectl install link
2017-06-02 14:03:10 -07:00
deads2k
6cbd6bda67
document custom resource definitions
2017-06-02 13:12:02 -07:00
Andrew Chen
846cf73860
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Create Installing kubeadm topic. (#3709 )
2017-06-02 13:11:42 -07:00
anatoly techtonik
12ad70a8ca
install-kubectl.md: Fix Windows texts, link to latest macOS binaries
...
Fixes https://github.com/kubernetes/kubernetes.github.io/pull/3859#issuecomment-305710498
2017-06-02 10:32:19 +03:00
Steve Perry
57385e8d86
Create Installing kubeadm topic. ( #3709 )
...
* Create Installing kubeadm topic.
* Put kubeadm installation under Setup.
* Move topics to setup directory.
* Move topics to setup directory.
* Add redirects.
2017-06-01 18:03:47 -07:00
Andrew Chen
de0f19682a
Merge branches 'master' and 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix example in the "Adding ConfigMap data to a Volume" section
Update ExternalName example
Completes PR #3325
* 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io :
2017-06-01 16:20:18 -07:00
Kenny Lee Sin Cheong
d41dbfcf14
Fix example in the "Adding ConfigMap data to a Volume" section
...
"special.key" does not exist in the given ConfigMap example. It should
be "special.level" instead.
2017-06-01 16:18:38 -07:00
Andrew Martin
35f6ce8b6f
Update ExternalName example
...
As per design proposal: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/service-external-name.md
The existing example is not validated by Kubernetes 1.6.3
2017-06-01 15:12:07 -07:00
Andrew Chen
a9b880d5f4
Completes PR #3325
2017-06-01 15:02:14 -07:00
Andrew Chen
983d10efee
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Changes "Mac OS" to macOS, "bootcamp" to tutorial (#3955 )
Remove apply/edit warning now that edit is fixed
Two minor fixes
Cleanup robots.txt
Readability: Split first paragraph into two (#3957 )
2017-06-01 14:57:12 -07:00
Ryan McGinnis
e67aabccae
Changes "Mac OS" to macOS, "bootcamp" to tutorial ( #3955 )
...
* Changes "Mac OS" to macOS, "bootcamp" to tutorial
* fix typo
2017-06-01 14:51:05 -07:00
Phillip Wittrock
b481798d43
Remove apply/edit warning now that edit is fixed
2017-06-01 14:40:41 -07:00
Ryan McGinnis
9e282d2d9f
Two minor fixes
2017-06-01 14:38:13 -07:00
Ryan McGinnis
80ea9193ae
Readability: Split first paragraph into two ( #3957 )
2017-06-01 14:31:41 -07:00
Andrew Chen
0adc65a2b2
Merge branches 'release-1.7' and 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'release-1.7' of https://github.com/kubernetes/kubernetes.github.io :
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Implement PR #3859 with tabs
2017-06-01 13:32:07 -07:00
pospispa
d448129de9
Admins Can Configure Zones in Storage Class
...
The PR #38505 (https://github.com/kubernetes/kubernetes/pull/38505 ) added zones optional parameter to Storage Class for AWS and GCE provisioners.
That's why documentation needs to be updated accordingly.
2017-06-01 13:25:43 -07:00
Andrew Chen
8ad0302646
Implement PR #3859 with tabs
2017-06-01 10:08:51 -07:00
Andrew Chen
f905c8e843
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Templates (#3949 )
Revised IBM Bluemix Container Service description
2017-05-31 23:20:19 -07:00
Steve Perry
ab310e21cd
Templates ( #3949 )
...
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
* Update page-templates.md
2017-05-31 15:53:04 -07:00
Andrew Chen
7f9eec2b61
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
networking.md: Add reference to the Cilium network plugin
Fix typo in cluster api docs
[Kubeadm] bugfix in the index listing
2017-05-31 12:49:02 -07:00
kKronstainBrown
e3ac0f1a6b
Revised IBM Bluemix Container Service description
2017-05-31 14:01:47 -04:00
Thomas Graf
42f0b93b68
networking.md: Add reference to the Cilium network plugin
...
Signed-off-by: Thomas Graf <tgraf@suug.ch >
2017-05-31 11:00:58 -07:00
Kenny Lee Sin Cheong
5372429718
Fix typo in cluster api docs
...
Fix type in https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/
2017-05-31 10:59:38 -07:00
Irfan Ur Rehman
6892014792
[Kubeadm] bugfix in the index listing
2017-05-31 23:23:29 +05:30
Andrew Chen
b695c0f78b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix log rotation description in the logging doc (#3918 )
Add colon to #3897
add prompt about KUBE_REPO_PREFIX (#3597 )
Warn against managing ReplicaSets owned by Deployments
Update small typo in components page (#3930 )
change the service name to pod ip (#3926 )
2017-05-31 10:52:49 -07:00
Mik Vyatskov
f4fd9e79ed
Fix log rotation description in the logging doc ( #3918 )
...
* Fix log rotation description in the logging doc
* Review comments
* Address review comments
* Address review comments
2017-05-31 10:50:04 -07:00
Andrew Chen
5b26c42be5
Add colon to #3897
2017-05-31 10:47:02 -07:00
Charlie R.C
75303cfee4
add prompt about KUBE_REPO_PREFIX ( #3597 )
...
* add prompt about KUBE_REPO_PREFIX
* add period
2017-05-31 10:45:55 -07:00
Michail Kargakis
4471d3dbf0
Warn against managing ReplicaSets owned by Deployments
...
Signed-off-by: Michail Kargakis <mkargaki@redhat.com >
2017-05-31 10:37:40 -07:00
Swapnil Kulkarni
71177ff37a
Update small typo in components page ( #3930 )
...
[1] page has a typo in Master Components section.
Updated the document.
[1] https://kubernetes.io/docs/concepts/overview/components/
2017-05-31 10:34:51 -07:00
jianglingxia
5483b4a126
change the service name to pod ip ( #3926 )
...
* change the service name to pod ip
* update the outdate link
2017-05-31 10:33:27 -07:00
Andrew Chen
b1ee47f7d5
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Reimplement #2756 (#3935 )
2017-05-30 16:31:02 -07:00