Steve Perry
8be660ccd8
Move to Concepts: Admin Overview. ( #3698 )
...
* Move to Concepts: Admin Overview.
* Fix filename.
2017-05-09 13:32:48 -07:00
Steve Perry
59d9c2ec4f
Net pol ( #3696 )
...
* Move to Admin section: Disruption.
* Move to Admin section: Net Policy.
* Add redirects.
2017-05-09 11:58:30 -07:00
Andrew Chen
ef2c0920d3
Add feature state templates ( #3680 )
...
* Add feature state template
* tweak css
* change wording
* apply wording changes to alpha and beta
* tweak dialog css
* tweak code highlighting
* tweak dialog style
* set for_k8s_version default
* tweak dialog ul
* make init containers 1.5 beta for now
* set default dialog width
* revert a:visited color
* force code style
* simplify copy for alpha, beta, stable
* tweak code style
* fix beta dialog title
* fix dialog link a code
* remaining tweaks
* set a:visited color
* Address Steve's feedback
* rename dialog.md to feature-dialog.md
* remove bold from additional feature state text
2017-05-09 11:24:43 -07:00
Steve Perry
ae991e8d60
Move to Admin section: Disruption. ( #3695 )
2017-05-09 10:42:16 -07:00
Steve Perry
c0eb5e17ad
Move to Tasks: Multiple chedulers. ( #3694 )
2017-05-09 10:08:26 -07:00
Michail Kargakis
8481c02496
Update deployment docs
2017-05-09 10:04:45 -07:00
Steve Perry
f953d98eab
Move to Tasks: Guaranteed Scheduling. ( #3689 )
2017-05-08 22:40:29 -07:00
Steve Perry
2b6f3ea7fe
Change TOC order. ( #3688 )
2017-05-08 22:08:37 -07:00
Andrew Chen
f01101d482
Merge pull request #3687 from kubernetes/chenopis-2858-patch
...
Patch for PR #2858
2017-05-08 22:03:12 -07:00
Andrew Chen
828bf0ac26
Patch for PR #2858
2017-05-08 21:27:35 -07:00
Haoran Wang
39b069a16c
update the multi-scheduler doc ( #2858 )
...
* Add doc for multiple scheduler with leader election enabled
* address comments
2017-05-08 21:25:44 -07:00
Steve Perry
3a4a75bb53
Move to Admin section: CPU and Mem Limits. ( #3686 )
...
* Move to Admin section: CPU and Mem Limits.
* Fix TOC entry.
2017-05-08 19:30:59 -07:00
Steve Perry
34a71341eb
Move to Tasks: Out of Resources. ( #3685 )
2017-05-08 19:12:27 -07:00
Steve Perry
1304506ac2
Move to Admin section: Quotas. ( #3684 )
2017-05-08 18:35:53 -07:00
Andrew Chen
e49d9d1c4d
Merge pull request #3682 from kubernetes/chenopis-pr-template-patch
...
Add reminder to PR template for 1.7
2017-05-08 15:40:00 -07:00
Andrew Chen
56f4168847
Add reminder to PR template for 1.7
2017-05-08 15:26:14 -07:00
Steve Perry
177c96da73
Move to Tasks: ThirdPartyRes. ( #3679 )
...
* Move to Tasks: ThirdPartyRes.
* Change title.
2017-05-08 14:14:13 -07:00
Steve Perry
20ff36112a
Move to Debug section: Auditing. ( #3678 )
2017-05-08 12:53:43 -07:00
Steve Perry
eccd238b1c
Move to debugging section: shell. ( #3677 )
2017-05-08 11:22:29 -07:00
Steve Perry
216856f0b9
Change title. ( #3663 )
2017-05-08 10:40:18 -07:00
Nicolas Dextraze
563241c4e5
Update kubeadm.md
...
Wasted hours today trying to get kubeadm working on a Ubuntu VM. The culprit is a missing = for the pod-network-cidr parameter to the kubeadm init command when using calico. Without it kube-dns refused to start, oddly enough pods had 10.244.0.0 network setup but somehow it was failing sending a request to destroy and recreate the pod.
Here's the events for the kube-dns pods if someone's interested.
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
2m 2m 1 default-scheduler Normal Scheduled Successfully assigned kube-dns-3913472980-5xfzt to kube-master
1m 1m 1 kubelet, kube-master Warning FailedSync Error syncing pod, skipping: failed to "CreatePodSandbox" for "kube-dns-3913472980-5xfzt_kube-system(3bd90f8c-33a8-11e7-8a23-080027ac04f3)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-dns-3913472980-5xfzt_kube-system(3bd90f8c-33a8-11e7-8a23-080027ac04f3)\" failed: rpc error: code = 2 desc = NetworkPlugin cni failed to set up pod \"kube-dns-3913472980-5xfzt_kube-system\" network: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/pods/kube-dns-3913472980-5xfzt : dial tcp 10.96.0.1:443: i/o timeout"
1m 50s 6 kubelet, kube-master Warning FailedSync Error syncing pod, skipping: failed to "KillPodSandbox" for "3bd90f8c-33a8-11e7-8a23-080027ac04f3" with KillPodSandboxError: "rpc error: code = 2 desc = NetworkPlugin cni failed to teardown pod \"kube-dns-3913472980-5xfzt_kube-system\" network: connection is unauthorized"
1m 9s 9 kubelet, kube-master Normal SandboxChanged Pod sandbox changed, it will be killed and re-created.
37s 9s 3 kubelet, kube-master Warning FailedSync Error syncing pod, skipping: failed to "KillPodSandbox" for "3bd90f8c-33a8-11e7-8a23-080027ac04f3" with KillPodSandboxError: "rpc error: code = 2 desc = NetworkPlugin cni failed to teardown pod \"kube-dns-3913472980-5xfzt_kube-system\" network: netplugin failed but error parsing its diagnostic message \"\": unexpected end of JSON input"
2017-05-08 10:31:22 -07:00
Eugene Pirogov
8260e7cd06
Fix a small typo
2017-05-08 10:26:16 -07:00
Rohit Agarwal
fb26a395f0
ReplicationController: Fix typo.
2017-05-08 10:25:44 -07:00
Andrew Chen
71bf0f5e19
Merge pull request #3676 from kubernetes/chenopis-3673-patch
...
grammar nits
2017-05-08 10:20:53 -07:00
Andrew Chen
76fe741576
grammar nits
2017-05-08 10:10:47 -07:00
Mik Vyatskov
46ff287a87
Fix Elasticsearch logging manual
2017-05-08 10:07:17 -07:00
Andrew Chen
ac377d663c
Merge pull request #3650 from gyliu513/special-case
...
Highlight two special case for tolerations.
2017-05-08 10:01:01 -07:00
Guangya Liu
6ae88186aa
Highlight two special case for tolerations.
2017-05-06 08:22:52 +08:00
yupengzte
6d49fc399d
Doctype must be declare first
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-05-05 14:51:02 -07:00
Andrew Chen
ab6d08c1e4
Merge pull request #3662 from kubernetes/chenopis-patch-1
...
Reimplement PR #3589
2017-05-05 14:49:31 -07:00
Andrew Chen
3426562878
Reimplement PR #3589
...
Implement change proposed in PR #3589 .
2017-05-05 14:42:14 -07:00
anatoly techtonik
31746164e5
Explain that LXD containers run Docker containers inside ( #3660 )
...
* Explain that LXD containers run Docker containers inside
Fixes issue #3612
* implement feedback
2017-05-05 14:34:36 -07:00
Steve Perry
db929e4e2b
Move to Accessing Apps: List Containers. ( #3661 )
2017-05-05 14:26:23 -07:00
Olve S. Hansen
948d545737
Added sub-section about internal load balancers ( #3136 )
...
* Added sub-section about internal load balancers
* Title changed to
2017-05-05 14:16:38 -07:00
Tupin Laurent
507c29afeb
Correct links to correct repository ( #3430 )
...
* Correct links to correct repository
Update prerequesites list
* Update url to Apache Cloudstack repo
2017-05-05 13:36:13 -07:00
Steve Perry
daecd7213d
Move StatefulSet topics. ( #3659 )
...
* Move StatefulSet topics.
* Fix toc paths.
2017-05-05 13:30:15 -07:00
Steve Perry
cbe9501834
Change title of DNS topic. ( #3657 )
2017-05-05 11:21:04 -07:00
Steve Perry
3b6a566625
Move to Tasks: Service Access App. ( #3655 )
2017-05-05 10:44:21 -07:00
Steve Perry
af9e003fb3
Move Dashboard to Accessing Apps. ( #3654 )
...
* Move Dashboard to Accessing Apps.
* Fix typo.
2017-05-05 10:15:29 -07:00
Kelly Campbell
6d606db9d4
Link to tutorial on how to update a StatefulSet
2017-05-05 09:34:08 -07:00
William Chang
a6ac2a11ff
Update the cluster deploy script path.
2017-05-05 09:33:10 -07:00
Xiaoyu Zhang
ac9a2e678e
fix a typo
...
"by default" may be fine
2017-05-05 09:10:11 -07:00
Andrew Chen
3205c11056
Merge pull request #3652 from marcelcorso/master
...
fix wrong addresses for mysql-statefulset.yaml and gce-volume.yaml
2017-05-05 09:09:42 -07:00
Marcel Corso
dd438bc3c6
fix wrong addresses for mysql-statefulset.yaml and gce-volume.yaml
2017-05-05 13:40:19 +02:00
Steve Perry
ca91dd2869
Fix yaml paths. ( #3648 )
2017-05-04 19:28:01 -07:00
Steve Perry
0f881b20d7
Path fix 3 ( #3647 )
...
* Fix yaml path.
* Fix yaml paths.
2017-05-04 18:49:44 -07:00
Steve Perry
76bd752c41
Fix yaml path. ( #3646 )
2017-05-04 18:24:00 -07:00
Steve Perry
ccc615a353
Fix yaml path. ( #3644 )
2017-05-04 18:03:24 -07:00
Steve Perry
29790b232c
Move to Tasks: Connect Front Back. ( #3643 )
...
* Move to Tasks: Connect Front Back.
* Fix paths.
2017-05-04 16:48:27 -07:00
Steve Perry
3996566963
Add note about Deployments. ( #3642 )
...
* Add note about Deployments.
* Fix typo.
2017-05-04 15:54:11 -07:00