Tim Hockin
472eccc83c
Use correct apigroup for network policy
2017-06-28 17:25:22 -07:00
Andrew Chen
b9593e8e1d
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 no_proxy settings to use minikube and kubectl (#4108 )
Fix installing autocompletion documentation (#4189 )
Set storageClassName to match earlier manual disk creation
2017-06-28 16:39:36 -07:00
Chao Xu
19b386d06e
Extensible admission controller ( #4092 )
...
* extensible-admission-controllers
* Update extensible-admission-controllers.md
* more on initializers
* fixes
* Expand external admission webhooks documentation
* wrap at 80 chars
* more
* add reference
2017-06-28 16:38:44 -07:00
Andrew Chen
7df02064bd
complete PR #4181 ( #4223 )
...
* complete PR #4181
* fix security link
2017-06-28 16:37:32 -07:00
emaildanwilson
ad48f6720f
Federated ClusterSelector
...
formatting updates from review
2017-06-28 13:29:07 -07:00
Andrew Chen
93861d8371
Merge pull request #4208 from ericchiang/tls-boostrapping-17
...
Update TLS bootstrapping with 1.7 features
2017-06-28 12:02:42 -07:00
Eric Chiang
fbb1904823
Update TLS bootstrapping with 1.7 features
...
This includes documenting the new CSR approver built into the
controller manager and the kubelet alpha features for certificate
rotation.
Since the CSR approver changed over the 1.7 release cycle we need
to call out the migration steps for those using the alpha feature.
This document as a whole could probably use some updates, but the
main focus of this PR is just to get these features minimally
documented before the release.
2017-06-28 11:56:49 -07:00
Yohann B
206a264c0e
Add no_proxy settings to use minikube and kubectl ( #4108 )
...
* Add no_proxy settings one might need to use minikube and kubectl behind a proxy.
* add extra line before shell block for formatting
* include suggestions from chenopis
2017-06-28 11:51:25 -07:00
Bastian Klein
00df48fb9c
Fix installing autocompletion documentation ( #4189 )
...
* Fix installing autocompletion documentation
The written solution did not work for me with the error `-bash: __git_ps1: command not found`. Since the auto-completion is already installed you can simply add the Kubernetes autocompletion to it.
* Remove sourcing bash-completion in .bash_profile
2017-06-28 11:49:52 -07:00
Andrew Chen
ad23d013d7
Merge pull request #4219 from chaintng/master
...
Set storageClassName to match earlier manual disk creation
2017-06-28 11:49:11 -07:00
Andrew Chen
7b069cf1d5
Merge pull request #4181 from smarterclayton/secrets
...
Encrypting secrets at rest and cluster security guide
2017-06-28 10:02:31 -07:00
Chainarong Tangsurakit
c6d4695cb8
Set storageClassName to match earlier manual disk creation
...
https://github.com/kubernetes/kubernetes.github.io/issues/4218
2017-06-28 14:02:28 +07:00
Andrew Chen
de56f68c61
Merge pull request #4217 from kubernetes/chenopis-pr-template-patch
...
Update PR template
2017-06-27 22:45:41 -07:00
Andrew Chen
6d1139912b
Update PR template
2017-06-27 22:34:51 -07:00
Andrew Chen
7b5394e725
Patch PR #4140 ( #4215 )
...
* Patch PR #4140
* fix link and typos
2017-06-27 21:42:07 -07:00
Andrew Chen
7d9ceddf7b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
outdate link (#4199 )
2017-06-27 21:10:46 -07:00
jianglingxia
68b4abc1f4
outdate link ( #4199 )
...
* outdate link
* resubmit the outdate link
2017-06-27 21:08:02 -07:00
Andrew Chen
a424a4785b
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Removed -fs from troubleshooting command (#4177 )
2017-06-27 16:48:26 -07:00
Andrew Chen
d918cc9ba7
Merge pull request #4210 from kubernetes/chenopis-update-ver
...
Update version numbers to 1.7
2017-06-27 16:42:49 -07:00
Zachary Corleissen
37311bc0d8
Removed -fs from troubleshooting command ( #4177 )
...
* Removed -fs from troubleshooting command
* Add YAML file for configmaps in concepts
* Add new topic for configmaps in concepts
* Add configuration entry for understanding configmaps
* Move Understanding Configmaps to a separate concept file
* Revert "Move Understanding Configmaps to a separate concept file"
This reverts commit 71bd80d7bc
.
* Revert "Add configuration entry for understanding configmaps"
This reverts commit c27fc13f56
.
* Revert "Add new topic for configmaps in concepts"
This reverts commit 3d535f5917
.
* Revert "Add YAML file for configmaps in concepts"
This reverts commit 8ecabd6d10
.
2017-06-27 16:41:01 -07:00
Andrew Chen
a1ed636b58
Update version numbers to 1.7
2017-06-27 16:34:04 -07:00
Jessica Yao
a18484cad2
Edits for Custom DNS Documentation ( #4207 )
...
* reorganize custom dns doc
* format fixes
2017-06-27 16:26:46 -07:00
Andrew Chen
3e5b11f901
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update definitions for Task and Tutorial. (#4206 )
2017-06-27 16:11:48 -07:00
Steve Perry
2727003775
Update definitions for Task and Tutorial. ( #4206 )
...
* Update definitions for Task and Tutorial.
* Fix broken links.
* Still fixing broken links.
2017-06-27 15:26:50 -07:00
Clayton Coleman
f8f3ec1ca4
Encrypting secrets at rest and cluster security guide
2017-06-27 15:41:39 -04:00
Andrew Chen
7152ca37f8
Merge pull request #4101 from ericchiang/advanced-audit-logging
...
update audit document with advanced audit features added in 1.7
2017-06-27 11:37:18 -07:00
Lucas Käldström
0391995573
kubeadm v1.7 documentation updates ( #4018 )
...
* v1.7 updates for kubeadm
* Address review comments
* Address Luke's comments
2017-06-27 11:32:54 -07:00
Eric Chiang
3ea952f04c
update audit document with advanced audit features added in 1.7
2017-06-27 11:11:02 -07:00
Anthony Yeh
171a5aeddf
Custom resource docs
2017-06-27 10:27:51 -07:00
Andrew Chen
d8f5b4f8a4
Merge pull request #4093 from MrHohn/release-1.7-esipp-ga
...
Update ESIPP documentation to reflect new fields
2017-06-27 10:24:19 -07:00
Zihong Zheng
48caf205e9
Update ESIPP docs for new added API fields
2017-06-27 10:03:13 -07:00
Andrew Chen
2f4c251a9f
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update script.js
2017-06-27 10:01:56 -07:00
Andrew Chen
55d63bb3ea
Merge pull request #4204 from tsandall/patch-1
...
Fix wording in placement policy task introduction
2017-06-27 09:48:19 -07:00
Kenneth Owens
4641b51e1b
Add update to statefulset concepts and basic tutorial ( #4174 )
...
* Add update to statefulset concpets and basic tutorial
* Address tech comments.
2017-06-27 09:46:39 -07:00
Andrew Chen
329aa4672f
Merge pull request #4203 from kubernetes/chenopis-4063-patch
...
Patch PR #4063
2017-06-27 09:43:38 -07:00
Andrew Chen
3d5e8086b6
Merge pull request #4201 from kubernetes/ryanmcginnis-patch-1-1
...
Prevents sweetAlert in copyCode function from being cut off on page
2017-06-27 09:42:45 -07:00
Torin Sandall
34dfba7d56
Fix wording in placement policy task introduction
2017-06-27 09:42:19 -07:00
Andrew Chen
8df3312cdc
Patch PR #4063
2017-06-27 09:33:50 -07:00
Andrew Chen
0e08493616
Merge pull request #4202 from kubernetes/chenopis-4080-patch
...
Fix typo for PR #4080
2017-06-27 09:31:24 -07:00
Andrew Chen
a3b46cfcdf
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Replace remaining kargo usages to kubespray
update example templates
redirect fix for meanstack article
2017-06-27 09:23:04 -07:00
Andrew Chen
b2161bcc6a
Fix typo for #4080
2017-06-27 09:21:29 -07:00
Ricky Pai
79754a0ffa
documentation for using hostAliases to manage hosts file ( #4080 )
...
* documentation for using hostAliases to manage hosts file
* add to table of contents
* review comments
* update the right command to see hosts file
* reformat doc based on suggestion and change some wording
2017-06-27 09:19:41 -07:00
Ryan McGinnis
f0c445980d
Update script.js
...
In copyCode function, removes target.value from if (succeed) sweetAlert function.
Sometimes target.value is too long, which causes the sweetAlert box to be cut off from the page. The confirmation button also gets cut off, which means that the user can't close the box, which means they need to refresh the page to continue.
Instead, the alert tells the user which file was copied.
2017-06-27 08:58:02 -07:00
Dan Kohn
67e4f54aaa
Replace remaining kargo usages to kubespray
2017-06-27 08:49:03 -07:00
Andrew Chen
97e1775cc2
Merge pull request #4077 from liggitt/node-authz
...
Document node authorization mode
2017-06-27 00:45:55 -07:00
Bowei Du
c3ebbbe00f
Add documentation for DNS stub domains ( #4063 )
...
* Add documentation for DNS stub domains
* add additional prereq
* fix image path
* review feedback
* minor grammar and style nits
2017-06-27 00:38:14 -07:00
Andrew Chen
025f2faff4
API Aggregator ( #4173 )
...
* API Aggregator
* Additional bullet points
* incorporated feedback for apiserver-aggregation.md
* split setup-api-aggregator.md into two docs and address feedback
* fix link
* addressed docs feedback
* incorporate feedback
* integrate feedback
2017-06-27 00:22:47 -07:00
Jordan Liggitt
91e90da99f
Document node authorization mode
2017-06-27 02:07:30 -04:00
Andrew Chen
56ae8bf3f7
Merge pull request #4197 from kubernetes/chenopis-task-template-patch
...
update example templates
2017-06-26 16:33:52 -07:00
Andrew Chen
4d3a7a315d
update example templates
2017-06-26 16:12:21 -07:00