Gunjan Patel
09bb00cea2
Merge branch 'master' into calico-addon-link
2016-12-19 23:53:29 -08:00
xialong.lee
231b924608
delete italic style
2016-12-20 09:55:11 +08:00
Casper CY Chiang
4153f2f8ad
Inconsistent commands in section (5/5)
...
The original one is: "kops update cluster useast1.dev.awsdata.com --yes"
However, the previous example used useast1.dev.example.com to create configuration file.
So, the "awsdata" should be changed into example.
2016-12-20 09:33:57 +08:00
Brandon Philips
f562d64d1f
getting-started-guides: remove conformance column
...
This column is sort of pointless as the only data points are two year
old gists.
2016-12-19 16:15:04 -08:00
Bilgin Ibryam
7d57100498
Merge branch 'master' into wrong-url
2016-12-20 00:14:18 +00:00
Ben Balter
5bab707a82
Merge branch 'master' into inline-titles
2016-12-19 18:46:34 -05:00
king-julien
9cefac3618
More Description: use the minikube's built-in Docker daemon
2016-12-19 14:28:33 -06:00
Ben Balter
d8d99a171e
use in-page titles to generate sidebar nav
2016-12-19 15:08:54 -05:00
Drinky Pool
030e6f230c
delete the question mark
...
1. add "been" right before restarted.
2. delete the question mark at the end of the sentence.
2016-12-19 16:57:08 +08:00
Peter Lee
6f2b08ced7
Merge branch 'master' into escape-from-liquid-template
2016-12-17 08:44:07 -06:00
joshrosso
cbd92ba562
services: Clearer definition of types; typo fixes
...
This commit attempts to make more clear the differences between service
types by ensuring definitions are consistent and concise. It also aims
to fix a few typos and grammatical issues.
2016-12-16 14:39:12 -08:00
Brendan Burns
22eb15218a
Merge branch 'master' into acr
2016-12-16 13:40:18 -08:00
Brendan Burns
b44002382b
Merge branch 'master' into acr
2016-12-16 13:19:41 -08:00
Brendan Burns
13bdbc897f
Merge branch 'master' into colemickens-pr-acs-launch
2016-12-16 13:18:05 -08:00
joshrosso
e25374f3c8
statefulsets.md: Fix typos and make some statements more concise
2016-12-16 12:52:14 -08:00
unisisdev
61a60eec84
Described how deploy the Dashboard UI
2016-12-16 15:16:36 -03:00
Joe Beda
c413ee7c04
Merge branch 'master' into patch-1
2016-12-16 09:02:00 -08:00
Lucas Käldström
09e40e26b3
Update the kubeadm documentation to v1.5
2016-12-16 16:29:28 +02:00
xialong.lee
4b74857310
make the docs content escaped from liquid template brace tag
2016-12-16 16:27:59 +08:00
Gurucharan Shetty
27d614a4f5
networking.md: Add OVN as a networking plugin option.
...
OVN is an opensource network virtualization solution
developed by the Open vSwitch community. It lets one
create logical switches, logical routers, stateful
ACLs, load-balancers etc to build different virtual
networking topologies. The project has a specific
Kubernetes plugin and documentation at
https://github.com/openvswitch/ovn-kubernetes .
2016-12-15 23:32:24 -08:00
Brendan Burns
e174f4619d
Add directions for using Azure Container Registry.
2016-12-15 20:36:34 -08:00
Cole Mickens
5961a799fe
azure: update for k8s on acs launch
2016-12-15 20:30:10 -08:00
Doug Davis
6b9326f085
fix indentation of a few lines
2016-12-15 18:30:55 -05:00
Ben Balter
b301f4ad3a
add notitle attribute to pages that shouldnt have a title
2016-12-15 17:06:04 -05:00
Gunjan Patel
56fac4ee23
Merge branch 'master' into calico-addon-link
2016-12-15 13:46:27 -08:00
Jared
74317d519d
Merge branch 'master' into defalut-version-1.5
2016-12-15 13:40:02 -08:00
gunjan5
668e1a27dd
Update Calico docs link
2016-12-15 13:25:49 -08:00
Janet Kuo
9b432f24e6
Remove .0 suffix from all references to {{page.version}}
2016-12-15 13:14:47 -08:00
Ben Balter
bfa604351f
add explicit titles to docs
2016-12-15 15:16:54 -05:00
Jared
8a70253a30
Merge branch 'master' into patch-1
2016-12-15 12:06:16 -08:00
Jared
edbf9471ac
Merge branch 'master' into patch-1
2016-12-15 12:03:50 -08:00
Jared
b7a9a4bd4f
Merge branch 'master' into patch-1
2016-12-15 12:03:35 -08:00
Martin Rauscher
e8515af9e8
Merge branch 'master' into patch-1
2016-12-15 20:58:18 +01:00
Jared
c3ec5e82cc
Merge branch 'master' into kubefed-fixes
2016-12-15 11:53:51 -08:00
Janet Kuo
0fee7eb542
Merge branch 'master' into proportional-scaling
2016-12-15 10:46:44 -08:00
Joe Beda
4581aa844b
Merge branch 'master' into patch-1
2016-12-15 10:21:53 -08:00
Michail Kargakis
7a145852b9
Proportional scaling in Deployments
2016-12-15 18:14:50 +01:00
Joe Rocklin
01bfb7925f
Fix link to nuage
...
previous markdown resulted in a relative reference, which lead to a 404.
2016-12-15 11:47:10 -05:00
dbaumgarten
061a332ac4
Wrong path for cloud-config in kubeadm.md
...
The cloud-config file should be located under `/etc/kubernetes/cloud-config` instead of /etc/kubernetes/cloud-config.json.
(See: https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/master/manifests.go#L41 )
If the file is not in this location the controller-manager will fail to start, as he is given the --cloud-provider option without --cloud-config. (--cloud-config will only be used when `/etc/kubernetes/cloud-config` exists https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/master/manifests.go#L367 )
2016-12-15 14:58:46 +01:00
Alejandro Escobar
8d8c5f9c0a
updated the links to documents that do not exists locally but remotely in github. These links are broken online.
...
missed a link.
2016-12-14 18:56:27 -08:00
Steve Perry
1c678270aa
Merge branch 'master' into fix-link
2016-12-14 16:57:11 -08:00
Jimmy Cuadra
a1dededa56
Fix the formatting of bullet lists on the kubelet auth page.
2016-12-14 15:52:22 -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
Andrew Watson
ae62b9864d
Header displayed twice
...
It was displaying the header twice
2016-12-14 15:12:34 -05:00
Janet Kuo
f664e4c65a
In DaemonSet doc, link to node selection doc instead of repo
2016-12-14 11:21:28 -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
Jared
2389d7a5d4
Merge branch 'master' into quota-by-storage-class
2016-12-13 15:07:37 -08:00
Jared
998f8698ff
Merge branch 'master' into linkify-github-issue
2016-12-13 15:06:07 -08:00
Jared
682e1355aa
Merge branch 'master' into dns-doc
2016-12-13 15:04:48 -08:00
Jared
04f6af0948
Merge branch 'master' into fix-typo
2016-12-13 14:59:15 -08:00
Jared
c26a4d6789
Merge branch 'master' into patch-8
2016-12-13 14:56:15 -08:00
Jared
a98dd4a1c4
Merge branch 'master' into apps-nav
2016-12-13 14:42:05 -08:00
Jared
c13e73544c
Merge branch 'master' into patch-7
2016-12-13 14:38:34 -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
ad02b08517
Manually point api-reference to v1.5
2016-12-13 13:53:02 -08:00
Janet Kuo
28899d6ec6
Run update-imported-docs.sh
2016-12-13 13:44:13 -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
hasahni
dd1fa0039d
Add Nuage as a networking plugin for Kubernetes. ( #1849 )
2016-12-13 11:06:35 -08:00
Peter Lee
ba1ce0bd5d
Merge branch 'master' into fix-typo
2016-12-13 22:46:24 +08:00
Ahmet Alp Balkan
dafc22c79a
Add empty space before code blocks to render
...
If there is no empty space before the 3-backtick code blocks,
they are rendered incorrectly on the website.
2016-12-12 21:03:11 -08:00
Ahmet Alp Balkan
e8b2830a07
Fix bullet list syntax
2016-12-12 20:59:10 -08:00
Jared
077b036c07
Update statefulsets.md
2016-12-12 19:03:38 -08:00
Jared
ab115ac0bf
Update statefulsets.md
2016-12-12 18:58:23 -08:00
Jared
dab1fba837
Update statefulsets.md
2016-12-12 18:54:37 -08:00
Saad Ali
fd5201a540
Merge branch 'master' into patch-1
2016-12-12 17:53:28 -08:00
Saad Ali
4ba5c70d9b
Merge branch 'master' into release-1.5
2016-12-12 16:21:05 -08:00
Jared
23a5b4a78d
Merge branch 'master' into patch-1
2016-12-12 13:10:32 -08:00
Saksham Sharma
e15e7ab92f
Update path to build directory
...
Changed in release 1.5
2016-12-13 01:29:46 +05:30
devin-donnelly
ff3d9225ab
Merge pull request #1772 from madhusudancs/fed-ing-workaround
...
Document the workaround for the Federated Ingress flapping healthchecks problem.
2016-12-12 14:49:50 -05:00
devin-donnelly
ea411fb18d
Update federated-ingress.md
2016-12-12 14:41:51 -05:00
devin-donnelly
594f1c76e3
Merge pull request #1594 from jsafrane/secret-type
...
Update documentation of configuration of dynamic provisioning
2016-12-12 14:38:54 -05:00
devin-donnelly
e482c3527e
Merge pull request #1808 from caesarxuchao/gc-minor
...
Synchronous garbage collection is not going to make 1.5
2016-12-12 14:27:21 -05:00
devin-donnelly
1761212ac3
Update garbage-collection.md
2016-12-12 14:27:05 -05:00
steveperry-53
f896de02c5
Remove "persistent" from emptyDir section.
2016-12-12 11:07:31 -08:00
devin-donnelly
1c962cda28
Merge pull request #1922 from janetkuo/ss-concept-404
...
Fix broken link from SS concept to upgrade task
2016-12-12 13:57:26 -05:00
devin-donnelly
8f0f15e1a1
Update index.md
2016-12-12 13:44:41 -05:00
devin-donnelly
34eb94424d
Update index.md
2016-12-12 13:31:22 -05:00
devin-donnelly
19cbca1a21
Merge pull request #1920 from nikhiljindal/swaggerUI1.5
...
Replacing reference to swagger UI by API reference docs
2016-12-12 10:20:52 -08:00
Janet Kuo
a4248ed5aa
Merge pull request #1854 from bryk/typ
...
Fix link references in UI docs
2016-12-12 09:50:01 -08:00
Junaid Ali
53d55320e7
Improving expose-intro.html
...
- Fixed a typo
Signed-off-by: Junaid Ali <junaid_ali4@yahoo.com>
2016-12-12 22:06:09 +05:00
Janet Kuo
20d9dc0b4c
Fix broken link from SS concept to upgrade task
2016-12-11 22:36:19 -08:00
nikhiljindal
1f6c6742e7
Updating API reference docs to point to generated API ref docs instead of swagger UI
2016-12-11 06:07:53 -08:00
CaoShuFeng
d641c2f9a6
Merge branch 'master' into roleRef
2016-12-10 07:14:30 -06:00
xialong.lee
fb7cca7a2f
fix-typo
2016-12-10 14:40:48 +08:00
Saad Ali
0b59fc3442
Rename docs/getting-started-guides/windows/README
...
Rename docs/getting-started-guides/windows/README.md to index.md
2016-12-09 18:11:11 -08:00
Janet Kuo
2f82009f51
Merge branch 'master' into update-minikube-docs
2016-12-09 16:05:46 -08:00
Derek Carr
8dad44f45c
quota by storage class
2016-12-09 16:15:08 -05:00
Chris Riviere
54772274e9
Merge branch 'master' into patch-1
2016-12-09 13:16:15 -05:00
Bilgin Ibryam
3ebef7eece
Fixed typos
2016-12-09 08:49:26 +00:00
Bilgin Ibryam
cb85b960e3
Fixed wrong URL
2016-12-09 00:16:46 +00:00
CaoShuFeng
5661f8caa9
Merge branch 'master' into roleRef
2016-12-08 17:34:27 -06:00
CaoShuFeng
2a122c7a00
Update authorization.md
...
fix role name
2016-12-08 17:28:56 -06:00
Jeff Schroeder
54a08f7bdb
Linkify issue for audit support in kubernetes
2016-12-08 17:03:34 -06:00
devin-donnelly
b3bb56b602
Merge pull request #1725 from rothgar/kubectl-install
...
Added command to download kubectl via curl
2016-12-08 11:36:32 -08:00
devin-donnelly
fe4605009a
Merge pull request #1699 from kargakis/progressdeadlineseconds
...
Add docs for perma-failed Deployments
2016-12-08 11:10:19 -08:00
Alexandre González
c029794dc8
Use --decode for base64 command
...
`-d` is used for the Linux version of the command but in the Mac/BSD version they use `-D`.
Using `--decode` we are sure that the flag is compatible with both.
2016-12-08 18:58:47 +01:00
devin-donnelly
5186d558c2
Update deployments.md
2016-12-08 09:48:57 -08:00
Daniel Heitmann
b48f25f445
Update kubectl-cheatsheet.md
...
Add missing replica count to comment
2016-12-08 15:28:25 +01:00
Daniel P. Berrange
f891170c92
getting-started: note that Fedora can use VMs or bare metal
...
Although the Fedora install docs are under the "Bare Metal"
section in the docs, the instructions provided work fine
for Fedora installs in virtual machines
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
a6e375a4b1
getting-started: add instruction to install flannel
...
The Fedora multi-node doc need to tell users to install
flannel, since previous setup won't have brought it in.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
33a83b1221
getting-started: remove note about installing iptables on Fedora
...
The install of kubernetes pulls in docker, which has a direct
dependancy on iptables. So there is no need to tell people to
yum install iptables manually.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
0275ca78d0
getting-started: remove note to create /var/run/kubernetes
...
The /var/run/kubernetes directory is already created by
installation of the kubernetes RPM with correct user
and group ownership and permissions.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
363052020c
getting-started: update to assume port numbers for etcd >= 2.0
...
The docs still refer to etcd using port 4001, but in all
currently released Fedora versions it will be using 2379
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
d35fdeb503
getting-started: only list config vars that need changing
...
The KUBE_LOGTOSTDERR, KUBE_LOG_LEVEL and KUBE_ALLOW_PRIV
settings will already have correct values out of the box,
so no need to tell people to set them.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
28b636c466
getting-started: don't use updates-testing repo for Fedora
...
There is no reason to tell people to enable updates-testing
repo for Fedora by default. The latest stable packages are
already in the main repos and updates-testing should only be
used by people wishing to test & report quality of pre-released
software, not general Kubnetes users.
Also remove the link to Koji builds - any Koji build which
is working well enough to user will be submitted as an update.
Telling users to install packages straight from Koji will
lead to them using potentially unstable / buggy builds.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange
eed3349501
getting-started: replace 'yum' with 'dnf' in Fedora docs
...
dnf has replaced yum as the standard package install tool
in all versions of Fedora that are currently supported.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Cao Shufeng
0142f40d59
[authorization] update doc about roleRef
...
This update is made according to this commit in code:
8c788233e7
It has already be released with k8s v1.5, so it's reasonable to
update the doc now.
2016-12-08 07:41:32 -05:00
Michail Kargakis
5ec4e650db
More updates
2016-12-08 12:02:06 +01:00
devin-donnelly
7427bc7a6a
Update deployments.md
2016-12-08 11:29:03 +01:00
Michail Kargakis
a86732a455
Add docs for perma-failed Deployments
2016-12-08 11:29:03 +01:00
CaoShuFeng
0a1a6eb5ec
Merge branch 'master' into non-masquerade-cidr
2016-12-08 03:37:01 -06:00
Devin Donnelly
6f88ea213f
Merge remote-tracking branch 'upstream/release-1.5' into release-1.5
2016-12-07 17:58:08 -08:00
Anirudh Ramanathan
8a0ff316d0
Add warning. ( #1876 )
2016-12-07 17:45:48 -08:00
devin-donnelly
b5a695f86b
Update index.md
2016-12-07 17:45:48 -08:00
nikhiljindal
c1b2d5d3f0
Updating information on how to pass federations flag to kube-dns
2016-12-07 17:45:47 -08:00
devin-donnelly
1744707ce7
Update index.md
2016-12-07 17:45:47 -08:00
devin-donnelly
a5ceaa6ed1
Update index.md
2016-12-07 17:45:47 -08:00
devin-donnelly
3a993c6d10
Update index.md
2016-12-07 17:45:47 -08:00
devin-donnelly
78122b03ed
Update index.md
2016-12-07 17:45:47 -08:00
Janet Kuo
d99c51f54b
Remove petset bootstrapping doc
2016-12-07 17:45:47 -08:00
devin-donnelly
f67ad46d57
Update petset.md
2016-12-07 17:45:47 -08:00
Anthony Yeh
6c10386127
Add deprecation warning on PetSet guide.
2016-12-07 17:45:47 -08:00
Anirudh Ramanathan
c4f528655f
Using raw so that the text doesn't get interpreted ( #1872 )
2016-12-07 17:45:47 -08:00
bprashanth
dbecc1e0b5
Write a source-ip tutorial.
2016-12-07 17:45:47 -08:00
Anirudh Ramanathan
b748017566
Fixing links between pages. ( #1869 )
...
* Fixing links between pages.
* Address review comments.
2016-12-07 17:45:46 -08:00
devin-donnelly
051fa3a742
Update index.md
2016-12-07 17:45:46 -08:00
Janet Kuo
3f86c70cd6
Update pods user guide to reflect StatefulSet changes
2016-12-07 17:45:46 -08:00
Marcin Wielgus
50d46c74f7
Add documentation for federated config map
2016-12-07 17:45:46 -08:00
Marcin Wielgus
fb441c46d3
Documentation for federated deployment
2016-12-07 17:45:46 -08:00
Marcin Wielgus
fe342d3058
Add federated daemonset documentation
2016-12-07 17:45:46 -08:00
Jordan Liggitt
1f5a822974
kubelet authnz
2016-12-07 17:45:46 -08:00
Jordan Liggitt
97904b7d0b
split out TLS bootstrapping topic
2016-12-07 17:45:46 -08:00
Jordan Liggitt
c3a38d3cb7
fixup assigness
2016-12-07 17:45:46 -08:00
Jordan Liggitt
b466b35727
update required non-resource paths
2016-12-07 17:45:46 -08:00
Jordan Liggitt
69920baf18
update assignees
2016-12-07 17:45:46 -08:00
nikhiljindal
7926588323
Adding documentation for cascading deletion of federated resources
2016-12-07 17:45:45 -08:00
Kenneth Owens
638cb5a978
Changes cleanup instructions to account for both dynamic and manual provisioning
...
Clarifies network discovery
Adds statement about mutability of spec.template.containers
2016-12-07 17:45:45 -08:00
Kenneth Owens
a617d46c29
Address editorial comments
...
updates link to statefulset conept
2016-12-07 17:45:45 -08:00
Kenneth Owens
6a90ffbd76
address enisoc comments
2016-12-07 17:45:45 -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
d4684e3323
Link to k8s.io instead of GitHub for manifests.
2016-12-07 17:42:11 -08:00
Anthony Yeh
6f254746d4
Address review comments.
2016-12-07 17:42:11 -08:00
Anthony Yeh
078cb83d92
Replicated stateful application doesn't need its own directory.
2016-12-07 17:42:11 -08:00
Anthony Yeh
ef9bc39172
Address review comments
2016-12-07 17:42:11 -08:00
Anthony Yeh
6555ee7128
Follow conventions for may/might/since/because
2016-12-07 17:42:11 -08:00
Anthony Yeh
1057f1bec8
Linkify API objects on first mention.
2016-12-07 17:42:11 -08:00
Anthony Yeh
c74f8fda9a
Use CamelCase for API objects
2016-12-07 17:42:11 -08:00
Anthony Yeh
0e308a7c26
Use gcr.io registry for xtrabackup image.
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
Anthony Yeh
b1fc42ecc8
examples_test: Validate all parts in a multi-doc YAML.
2016-12-07 17:42:11 -08:00
Anthony Yeh
20a00929c5
Demonstrate master/slave ConfigMap entries.
2016-12-07 17:42:11 -08:00
Anthony Yeh
c663480ab9
Add MySQL client service for reads.
2016-12-07 17:42:11 -08:00
Anthony Yeh
fa08cb4ee7
Clone from previous peer instead of from master.
2016-12-07 17:42:10 -08:00
Anthony Yeh
b36a613ae3
Demystify server-id offset.
2016-12-07 17:42:10 -08:00
Anthony Yeh
ee4ad16cc3
Add replicated MySQL tutorial
2016-12-07 17:42:10 -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
ba8cb2660b
Moved statefulset concept to abstractions
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
a261581b22
Gives examples of Deployment and ReplicaSet as Stateful Set alternative
...
Removes redundant hyperlinks
Makes statement about updates limitation more terse
2016-12-07 17:42:10 -08:00
Kenneth Owens
fdd027a46f
Changes introduction wording
...
Removes storage annotation
2016-12-07 17:42:10 -08:00
Kenneth Owens
421dec5edf
Fixes typo
2016-12-07 17:42:10 -08:00
Kenneth Owens
15725fcb98
Fixes typo in guarantees
...
Removes deprecation from comment wrt PetSets
Creates separate section in concepts/index.md for Controllers
Fixes grammer "an integer"
Removes claim about persistent storage being auto-deleted
Clarifies stability
Adds call out tick around attributes
2016-12-07 17:42:10 -08:00
Kenneth Owens
f8f1794971
upgrades the version of storage class to beta
...
adds assignees
clarifies stable storage description
2016-12-07 17:42:09 -08:00
Kenneth Owens
87d682052e
removes legacy claim about mutability of stateful set
2016-12-07 17:42:09 -08:00
Kenneth Owens
ef783ec028
completes move of statefulset to controllers
...
shortens intro in favor of another Components section
2016-12-07 17:42:09 -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
Kenneth Owens
6c26a5d50a
adds sclaing and deployment section. fixes spelling errors. changes all
...
StatefulSet referneces to Stateful Set and all PetSet references to Pet
Set
2016-12-07 17:42:09 -08:00
Kenneth Owens
f073d532d3
Initial commit of statefulsets concept.
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
Random-Liu
314eec0ac3
Addressed comments.
2016-12-07 17:42:09 -08:00
Random-Liu
10e93ead2a
Update node conformance test document.
2016-12-07 17:42:09 -08:00
Jitendra Bhurat
7f13e6644b
Changes as per review
2016-12-07 17:42:09 -08:00
Jitendra Bhurat
88f0a452b9
Cosmetic changes as per review
2016-12-07 17:42:08 -08:00
Jitendra Bhurat
4ef2abfb6b
Updated based on review comments
2016-12-07 17:42:08 -08:00
Jitendra Bhurat
abd2e45538
Added a sample POD spec and added kubenet requirements
2016-12-07 17:42:08 -08:00
Jitendra Bhurat
d3727aadee
Adding Getting Started Guide for Windows Support
2016-12-07 17:42:08 -08:00
Anirudh Ramanathan
62f39021e8
Update node.md to reflect changes to node controller ( #1757 )
...
* Update node.md to reflect changes to node controller
* Review fixes.
2016-12-07 17:42:05 -08:00
bprashanth
35473ffbbe
Change alpha to beta in source ip docs
2016-12-07 17:41:06 -08:00
Janet Kuo
247e0da932
Address Devin's comments
2016-12-07 17:41:06 -08:00
Janet Kuo
eef081913b
Address comments from foxish, enisoc, and erictune
2016-12-07 17:41:06 -08:00
Janet Kuo
60855c25d9
Add task: scaling stateful sets
2016-12-07 17:41:06 -08:00
Jerzy Szczepkowski
780b1a17a4
Added user doc for GCE HA master.
...
Added user doc for GCE HA master.
2016-12-07 17:41:06 -08:00
Madhusudan.C.S
8cd5f9652a
Add a note about the motivation behind adding/removing clusters.
2016-12-07 17:41:06 -08:00
Madhusudan.C.S
f8cce7a66c
Address review comments.
2016-12-07 17:41:05 -08:00
Madhusudan.C.S
90cb6fa714
[Federation] Document simplified federation control plane deployment via kubefed.
2016-12-07 17:41:05 -08:00
Connor Doyle
3b079063f5
Doc for alpha opaque integer resources.
2016-12-07 17:41:05 -08:00
bryk
9cfd6bfd73
Apply @devin-donnelly comments
2016-12-07 17:41:05 -08:00
bryk
9b8dea7253
Remove mention about RCs - they are deprecated
2016-12-07 17:41:05 -08:00
bryk
062a8f0b67
Docs for Dashboard UI features in 1.5
...
Feature: https://github.com/kubernetes/features/issues/136
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