devin-donnelly
70a269dd65
Update support.yml
2017-01-03 14:02:18 -08:00
devin-donnelly
b3a6da7a90
Update tools.yml
2016-12-28 15:05:18 -08:00
devin-donnelly
7e54f57d45
Update tools.yml
2016-12-28 15:02:04 -08:00
devin-donnelly
bfca1137f3
Update tools.yml
2016-12-28 14:56:47 -08:00
Bill Prin
86b76fffba
Minikube Quickstart
2016-12-27 15:02:39 -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
devin-donnelly
2b54bd41ed
Merge branch 'master' into master
2016-12-21 15:22:12 -08:00
devin-donnelly
1b93f13f7a
Merge pull request #1947 from janetkuo/apps-nav
...
Add left nav for apps API group
2016-12-21 14:57:57 -08:00
Matt Baldwin
d67b36760d
Merge branch 'master' into master
2016-12-21 11:20:44 -08:00
Ben Balter
5bab707a82
Merge branch 'master' into inline-titles
2016-12-19 18:46:34 -05:00
Ben Balter
d8d99a171e
use in-page titles to generate sidebar nav
2016-12-19 15:08:54 -05:00
Cole Mickens
5961a799fe
azure: update for k8s on acs launch
2016-12-15 20:30:10 -08:00
Jared
c3ec5e82cc
Merge branch 'master' into kubefed-fixes
2016-12-15 11:53:51 -08:00
Madhusudan.C.S
a3a3c2fd80
Removed backticks from the left nav entries.
2016-12-14 14:51:55 -08:00
Kenneth Owens
e9cf14ffb4
Adds zookeeper example ( #1894 )
...
* Initial commit
* Adds section for cleanup
Corrects some spelling errors
decapitalizes liveness and readiness
* Adds test for zookeeper example
* Address enisoc review
* Remove space between shell and raw annotation
* Remove extranous inserted text
* Remove fencing statement
* Modify sentence for grammer
* refocus to zookeeper with some loss of generality
* Spelling, Grammar, DNS link
* update to address foxish comments
2016-12-14 13:56:21 -08:00
Phillip Wittrock
954074a838
Merge branch 'master' into secrets
2016-12-13 16:27:57 -08:00
Madhusudan.C.S
93ffad35f2
Fix URL typo and whitespace.
2016-12-13 15:27:23 -08:00
Janet Kuo
3921711fd9
Add left nav for apps API group
2016-12-13 14:21:38 -08:00
Janet Kuo
6535ffad28
Merge branch 'master' into update-generated-docs
2016-12-13 13:56:50 -08:00
Janet Kuo
0634802720
Bump update-imported-docs.sh to 1.5, and remove files deleted in 1.5
2016-12-13 13:42:50 -08:00
steveperry-53
c8d67ab182
Addressed comments by pwittrock.
2016-12-13 13:25:06 -08:00
steveperry-53
2fa89315eb
Write new Task: Distributing Credentials Securely.
2016-12-13 13:25:06 -08:00
steveperry-53
922e60eff5
Write new task: Configuring a Pod to Use a Volume for Storage.
2016-12-13 13:07:47 -08:00
steveperry-53
aeefabff87
Move README content to contribution section.
2016-12-13 11:15:37 -08:00
Jared
31642923e1
Merge branch 'master' into master
2016-12-13 10:45:28 -08:00
devin-donnelly
10782dac27
Update guides.yml
2016-12-12 13:46:56 -05:00
Devin Donnelly
6f88ea213f
Merge remote-tracking branch 'upstream/release-1.5' into release-1.5
2016-12-07 17:58:08 -08:00
Madhusudan.C.S
02a90c0b70
[Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment.
2016-12-07 17:45:46 -08:00
Jordan Liggitt
1f5a822974
kubelet authnz
2016-12-07 17:45:46 -08:00
Kenneth Owens
6b74ab79be
Changes all API object references to PascalCase (e.g Stateful Set
...
becomes StatefulSet)
2016-12-07 17:45:43 -08:00
Kenneth Owens
3b7ba00300
Adds Stateful Set Basics as a tutorial
...
The content is in
docs/tutorials/stateful-applications/basic-stateful-set.md
The example application, named web, is in
docs/tutorials/stateful-applications/web.yaml
The tutorials TOC and index have been udpated to include a Stateful
Applications section of which this example is a subsection
2016-12-07 17:43:56 -08:00
Anthony Yeh
e0e0842cc4
Task: Debugging Init Containers
2016-12-07 17:42:12 -08:00
Anthony Yeh
078cb83d92
Replicated stateful application doesn't need its own directory.
2016-12-07 17:42:11 -08:00
Anthony Yeh
c0faa51b95
Add tutorial: Running a Replicated Stateful Application
2016-12-07 17:42:11 -08:00
Anirudh Ramanathan
e02be02974
Task: Stateful Set force delete pods ( #1731 )
...
* Adding task for force-deletion of pods in a statefulset.
* Fixed based on doc review.
* Reapply docs review fix
* Fixing nav and tasks from earlier.
2016-12-07 17:42:10 -08:00
David Oppenheimer
7ce65a3356
Add task documentation for safely draining nodes. Also update PDB to v1beta1.
2016-12-07 17:42:10 -08:00
Kenneth Owens
d8b9faabaa
Address editorial comments
2016-12-07 17:42:10 -08:00
Kenneth Owens
320168cc81
Changes all API Objects to CamelCase (e.g Stateful Set becomes
...
StatefulSet and Persistent Volume becomes PersistentVolume)
2016-12-07 17:42:10 -08:00
Kenneth Owens
19907287d9
updates directory structure to add controllers directory
...
moves statefulset.md into controllers
update _data/concepts.yml to show a TOC based on the above
2016-12-07 17:42:09 -08:00
Anirudh Ramanathan
3282408296
Adding task to debug a Stateful Set. ( #1811 )
...
* Adding task to debug a Stateful Set.
* Fixing instructions around shell scripts.
* Added task & index.
* Fix prereqs
2016-12-07 17:42:09 -08:00
Anirudh Ramanathan
5360a1917a
Task: Deleting a statefulset ( #1737 )
...
* Deleting a statefulset task.
* Doc review fixes.
2016-12-07 17:42:09 -08:00
Janet Kuo
247e0da932
Address Devin's comments
2016-12-07 17:41:06 -08:00
Janet Kuo
60855c25d9
Add task: scaling stateful sets
2016-12-07 17:41:06 -08:00
Madhusudan.C.S
90cb6fa714
[Federation] Document simplified federation control plane deployment via kubefed.
2016-12-07 17:41:05 -08:00
Zihong Zheng
170dff491d
Adds docs for dns horizontal autoscaling feature
2016-12-07 17:41:05 -08:00
Janet Kuo
75fcc0e39f
Add Task: upgrading from PetSet to StatefulSet
2016-12-07 17:41:04 -08:00
Janet Kuo
c64f8fcc5f
Add a task title for stateful sets
2016-12-07 17:41:04 -08:00
Matt Baldwin
30652c7847
Adding Stackpoint.io as a turn-key provider.
...
Change-Id: I017e314f67ca3945f658f834ae5b908f30ddd65a
2016-12-06 14:51:23 -08:00
devin-donnelly
9a71ea3814
Merge pull request #1848 from madhusudancs/fed-resources-toc
...
[Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment.
2016-12-05 13:29:53 -08:00
a-mccarthy
3e6493cf46
Merge remote-tracking branch 'upstream/master'
2016-12-05 10:19:54 -05:00
devin-donnelly
8b0b0c82fd
Merge pull request #1684 from liggitt/kubelet-authnz
...
Update kubelet authentication/authorization docs
2016-12-04 11:58:09 -08:00
Madhusudan.C.S
f20119292a
[Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment.
2016-12-02 15:37:27 -08:00
devin-donnelly
ef6e733af8
Merge pull request #1803 from kow3ns/ss-basics
...
Adds Stateful Set Basics as a tutorial
2016-12-02 15:37:01 -08:00
devin-donnelly
747553de3d
Merge pull request #1821 from enisoc/debug-init-containers
...
Task: Debugging Init Containers
2016-12-02 15:34:52 -08:00
devin-donnelly
3f2e858f2f
Merge pull request #1722 from enisoc/mysql-stateful-set
...
Add replicated MySQL tutorial
2016-12-02 15:33:01 -08:00
Anthony Yeh
c746f40d3c
Task: Debugging Init Containers
2016-12-02 15:20:59 -08:00
Anirudh Ramanathan
320a1d3870
Task: Stateful Set force delete pods ( #1731 )
...
* Adding task for force-deletion of pods in a statefulset.
* Fixed based on doc review.
* Reapply docs review fix
* Fixing nav and tasks from earlier.
2016-12-02 15:17:24 -08:00
devin-donnelly
c17955fe9d
Merge pull request #1789 from davidopp/release-1.5
...
Add task documentation for safely draining nodes. Also update PDB to v1beta1
2016-12-02 15:05:39 -08:00
David Oppenheimer
9284cf7ce3
Add task documentation for safely draining nodes. Also update PDB to v1beta1.
2016-12-02 15:02:06 -08:00
devin-donnelly
1ecb7b5e1f
Merge pull request #1719 from kow3ns/ss-concept
...
SS concept
2016-12-02 15:01:45 -08:00
Anirudh Ramanathan
f77bdec89e
Adding task to debug a Stateful Set. ( #1811 )
...
* Adding task to debug a Stateful Set.
* Fixing instructions around shell scripts.
* Added task & index.
* Fix prereqs
2016-12-02 14:56:46 -08:00
Anirudh Ramanathan
4e588af7f1
Task: Deleting a statefulset ( #1737 )
...
* Deleting a statefulset task.
* Doc review fixes.
2016-12-02 14:52:18 -08:00
Jordan Liggitt
2940a24692
kubelet authnz
2016-12-02 17:13:10 -05:00
Kenneth Owens
1bc1017d75
Address editorial comments
2016-12-02 13:51:38 -08:00
Janet Kuo
b77034987f
Address Devin's comments
2016-12-02 13:43:32 -08:00
Janet Kuo
09bf6df3d3
Add task: scaling stateful sets
2016-12-02 13:37:24 -08:00
Anthony Yeh
c20e898491
Replicated stateful application doesn't need its own directory.
2016-12-02 12:52:16 -08:00
Anthony Yeh
38edbd87e6
Add tutorial: Running a Replicated Stateful Application
2016-12-02 12:45:49 -08:00
devin-donnelly
34addd3862
Merge pull request #1822 from madhusudancs/kubefed
...
[Federation] Document simplified federation control plane deployment via kubefed.
2016-12-02 11:13:37 -08:00
Kenneth Owens
1ce5dc5cce
Merge branch 'release-1.5' of github.com:kubernetes/kubernetes.github.io into ss-basics
2016-12-02 09:57:38 -08:00
Zihong Zheng
f0f6212577
Adds docs for dns horizontal autoscaling feature
2016-12-01 15:49:38 -08:00
Steve Perry
c7bead191d
Merge pull request #1704 from janetkuo/task-petset-upgrade-statefulset
...
Add Task: upgrading from PetSet to StatefulSet
2016-12-01 15:27:13 -08:00
Kenneth Owens
76e314e32a
Merge branch 'release-1.5' of github.com:kubernetes/kubernetes.github.io into ss-basics
2016-12-01 12:35:14 -08:00
Janet Kuo
1d9789c65d
Add Task: upgrading from PetSet to StatefulSet
2016-11-30 16:05:28 -08:00
Madhusudan.C.S
5939c3cb52
[Federation] Document simplified federation control plane deployment via kubefed.
2016-11-30 12:05:35 -08:00
Kenneth Owens
5e15fc667f
address enisoc comments
2016-11-29 11:33:21 -08:00
Kenneth Owens
eead3799b9
Changes all API object references to PascalCase (e.g Stateful Set
...
becomes StatefulSet)
2016-11-29 10:01:38 -08:00
Kenneth Owens
349e41f634
Changes all API Objects to CamelCase (e.g Stateful Set becomes
...
StatefulSet and Persistent Volume becomes PersistentVolume)
2016-11-29 09:55:02 -08:00
a-mccarthy
77c7980a74
New page for reviewing issues process
...
adds a new page to the contribute section and navigation that describes
the reviewing and labeling process for backlog/newly created issues
2016-11-29 12:21:55 -05:00
Kenneth Owens
ad59c9f827
Adds Stateful Set Basics as a tutorial
...
The content is in
docs/tutorials/stateful-applications/basic-stateful-set.md
The example application, named web, is in
docs/tutorials/stateful-applications/web.yaml
The tutorials TOC and index have been udpated to include a Stateful
Applications section of which this example is a subsection
2016-11-28 14:22:55 -08:00
steveperry-53
a4f8d3c06a
Remove old template topics.
2016-11-28 12:32:23 -08:00
Janet Kuo
987c1c1e76
Add a task title for stateful sets
2016-11-22 16:23:19 -08:00
Maciej Szulik
ab09b11359
Rename ScheduledJobs to CronJobs
2016-11-22 19:59:30 +01:00
Maciej Szulik
9544c80dee
Add ScheduledJobs to menu and remove future work section from jobs
2016-11-22 19:56:31 +01:00
devin-donnelly
9593893669
Merge pull request #1689 from justinsb/remove_old_coreos_multinode_cluster_guide
...
Remove unmaintained coreos multinode cluster
2016-11-21 14:49:56 -08:00
devin-donnelly
560aa4e777
Merge pull request #1736 from caseydavenport/remove-old-guides
...
Remove outdated Calico guides in favor of kubeadm
2016-11-21 14:23:35 -08:00
Jared
601904f110
Merge branch 'master' into fix-link
2016-11-21 13:27:10 -08:00
Casey Davenport
8c72223e7a
Merge branch 'master' into remove-old-guides
2016-11-19 14:55:30 -05:00
Casey Davenport
afcf0dd893
Remove outdated Calico guides in favor of kubeadm
2016-11-19 14:49:53 -05:00
Justin Santa Barbara
3ba967e20f
Merge branch 'master' into download_kubectl
2016-11-18 16:09:54 -05:00
steveperry-53
88e32adc98
Write new task: Determining the Reason for Pod Failure.
2016-11-18 10:31:44 -08:00
Kenneth Owens
d6ea2b291c
updates directory structure to add controllers directory
...
moves statefulset.md into controllers
update _data/concepts.yml to show a TOC based on the above
2016-11-17 16:12:27 -08:00
Jeff Mendoza
053cdb3a1e
Add stateful application tutorial.
2016-11-17 13:22:44 -08:00
Steve Perry
7f8a38b743
Write style guide. ( #1619 )
2016-11-15 12:26:42 -08:00
Justin Santa Barbara
c4914efbf5
Remove unmaintained coreos multinode cluster
...
Fix #1688
2016-11-15 12:41:16 -05:00
devin-donnelly
35a14cda34
WIP: New Docs Landing Page and ToC Organization. ( #1468 )
...
New Docs Landing Page and ToC Organization.
2016-11-03 15:06:08 -07:00
Steve Perry
9c7a65cd09
Write new task: Assigning CPU and RAM Resources to a Container. ( #1576 )
2016-10-31 15:22:52 -07:00
Alex Robinson
8abaa6582e
Add link to CockroachDB sample
2016-10-28 16:25:19 -04:00
xiangpengzhao
115d3cde97
Fix path in reference.yml
2016-10-28 00:43:49 -04:00
Chris Marino
ee6ce7828f
Merge remote-tracking branch 'refs/remotes/kubernetes/master'
2016-10-26 06:49:09 -07:00