Commit Graph

117 Commits

Author SHA1 Message Date
Denise 1a03c1776a Update _index.md 2019-03-22 10:08:34 -07:00
galal-hussein 793de5b87d Add Weave content 2019-03-22 10:08:34 -07:00
galal-hussein 9deff7b4bd Add new state management docs in rke 2019-03-22 10:08:34 -07:00
galal-hussein 957cfd4ee2 Rotate certificates and custom certs docs 2019-03-22 10:08:33 -07:00
galal-hussein 49fc228bdf New behavior for k8s version 2019-03-22 10:08:33 -07:00
Sebastiaan van Steenis acf56251d5 Change Docker requirements for Kubernetes 2019-03-22 10:07:37 -07:00
Sebastiaan van Steenis 52336ccde9 Add version for alwayspullimages 2019-03-22 10:07:37 -07:00
Denise 4bf22c01aa Update _index.md 2019-03-22 10:07:37 -07:00
Sebastiaan van Steenis 239f446bde Clarify availability of DNS provider options 2019-03-22 10:07:37 -07:00
Jason Greathouse 948a3fe751 kube-api always_pull_images option 2019-03-22 10:06:33 -07:00
Sebastiaan van Steenis 0b80d6a698 Add kube-dns/CoreDNS documentation 2019-03-22 10:06:33 -07:00
Sebastiaan van Steenis ab440edc2d Add clarification on bastion host port requirements 2019-03-09 06:16:47 -08:00
Denise Schannon 217cb63153 removing need to update k8s versions for every release in docs 2019-03-05 12:01:40 -08:00
Denise Schannon dda08293c0 update what is supported for networking 2019-03-04 11:07:31 -08:00
Sebastiaan van Steenis a737f05f48 Explain how to verify required kernel modules 2019-03-01 13:53:34 -07:00
Sebastiaan van Steenis 817bb3f648 Add better wording around recreating/restarting pods 2019-01-24 15:46:49 -08:00
Sebastiaan van Steenis 3ceddcb2a7 Update k8s versions for RKE v0.1.15 2019-01-17 13:20:49 -08:00
Kyle A. Matheny a045957fed Add 'with'
Add in a missing word
2019-01-17 13:17:43 -08:00
Jan B 251ae16392 Documented flannel_backend_type option 2018-12-18 20:29:41 -08:00
Sebastiaan van Steenis 77542a9bda Update latest k8s versions and add note on versions per RKE release 2018-12-05 17:47:45 -08:00
Chris Kim 7339db529d Add -n ingress-nginx to the create secret dry-run command
Currently, if you take the contents of `ingress-default-cert.yaml` and paste it into your RKE config, the secret will get created in the namespace `default` which is not desired behavior. By specifying `-n ingress-nginx`, the secret will be created in the correct namespace.
2018-12-03 17:54:53 -08:00
dnoland1 5ed3012e7b Update _index.md
Adding v1.12.1-rancher1-1 to list of configurable versions.
2018-11-28 09:49:37 -08:00
Gasmi Christophe 7f1950d52c fix the addons URL for rook.io 2018-11-16 10:30:13 -08:00
Adrian Goins ca84848f9d fix typo in system_images
we incorrectly reference the key `system-images` when it should be `system_images`
2018-11-16 10:11:57 -08:00
Mark Bishop a927570d32 changing use of 'node pools' to 'infrastructure provider' 2018-11-02 10:49:05 -07:00
dnoland1 9376d19f51 Update _index.md
Updated link to supported Docker versions.
2018-10-23 10:17:45 -07:00
ferhat elmas 204af90319 fix some typos 2018-10-12 07:09:44 +02:00
Denise 0ba3d2bcc9 Merge pull request #881 from rancher/staging
merging staging to live
2018-10-10 13:50:21 -07:00
Jason Greathouse 4b8927f9c7 add-on deprecation notice 2018-10-09 16:15:53 -07:00
dnoland1 e557ee4d45 Update _index.md
New default and versions.
2018-10-08 07:23:25 -07:00
Sebastiaan van Steenis 0fe5f6475a Add max-pods example for kubelet 2018-10-02 21:11:16 -07:00
Denise f6120181c3 Merge pull request #817 from galal-hussein/private_registry_docs
Add default private registry docs
2018-09-28 15:43:58 -07:00
Denise f137b734c4 Update _index.md 2018-09-28 15:40:26 -07:00
Denise a6cc5a4080 Update _index.md 2018-09-27 20:29:35 -07:00
danslinky b8643d92eb fix typo in cluster yaml 2018-09-27 09:28:46 -07:00
Dan Keder a2b17457b9 Fix a typo in kube-proxy options
The cluster.yaml config doesn't accept `kube-proxy`, it only accepts `kubeproxy` like this:

```
services:
  kubeproxy:
    extra_args: []
```
2018-09-26 11:08:34 -07:00
galal-hussein fcebb5443c Add default private registry docs 2018-09-21 21:40:04 +02:00
Denise Schannon 807946ea6f note about kube config file 2018-09-21 10:55:41 -07:00
Sebastiaan van Steenis 900b63c3ee Organize RKE OS requirements 2018-09-19 11:26:30 -07:00
Sebastiaan van Steenis 5659946adf Add RKE troubleshooting and move SSH troubleshooting 2018-09-17 11:47:27 -07:00
Jason Greathouse a1083d226b fix some wording around the rke commands. 2018-09-14 13:09:32 -07:00
Jason Greathouse a48220543e Update RKE install instructions to rename binary to "rke". Update docs that reference platform specific binaries in the examples 2018-09-14 13:09:32 -07:00
dnoland1 298996cf4b Update _index.md
Name of docker container appears to be `etcd-rolling-snapshots`, not `etcd-snapshot`.

```
# docker ps | grep snapshot
5ceb51ca3587        rancher/rke-tools:v0.1.13            "/opt/rke-tools/rk..."   8 minutes ago       Up 8 minutes                            etcd-rolling-snapshots
```
2018-09-07 19:11:13 -07:00
Denise 238878d4c1 Update _index.md 2018-09-07 19:11:13 -07:00
dnoland1 ec6bf0281e Update _index.md
Used https://github.com/rancher/rke/blob/v0.1.9/vendor/github.com/rancher/types/apis/management.cattle.io/v3/k8s_defaults.go as a reference.
2018-09-07 19:11:13 -07:00
Denise cb8af40eac Update _index.md 2018-09-06 14:30:42 -07:00
Mark Bishop 9a423dbe66 cleaning up redundant and unnecessary info 2018-09-06 13:36:19 -07:00
Mark Bishop 256e8e8e5a adding content to RKE about tagging amazon resources with a cluster id 2018-09-05 12:45:11 -07:00
Mark Bishop b442fb98fb fixing missed link 2018-08-29 12:31:40 -07:00
Mark Bishop d03898b2a7 fixing broken links 2018-08-28 22:37:10 -07:00