Commit Graph

4307 Commits

Author SHA1 Message Date
Catherine Luse 7e5dc73ac4 Merge pull request #3406 from rancher/Tejeev-patch-9
Traefik is not upgraded with the rest of k3s
2021-08-30 15:19:42 -07:00
Catherine Luse fb06dbe99e Merge pull request #3423 from rancher/xibuka-patch-1
Fix wrong deployment name of cattle-cluster-agent
2021-08-30 14:48:53 -07:00
Catherine Luse 91030833c5 Merge pull request #3436 from rancher/Tejeev-patch-11
Added resource useage best practices
2021-08-30 00:21:39 -07:00
Jennifer Travinski ad26c547e7 Updated links in Rancher Docs Requirements 2021-08-18 18:12:18 -04:00
Catherine Luse 06fa8d5553 Merge pull request #3447 from jtravee/SLES_link_broken
Updated SLES and RHEL_OL_CentOS links
2021-08-18 12:56:16 -07:00
Jennifer Travinski 332703120d Updated SLES and RHEL_OL_CentOS links 2021-08-18 10:17:36 -04:00
Jennifer Travinski d3cece204e Updated ACE Issue 2021-08-17 10:35:47 -04:00
Jennifer Travinski 3ce499e0d1 Update ACE 2021-08-16 18:08:45 -04:00
Jennifer Travinski 79512f6993 Updated importing info for cluster endpoint 2021-08-16 18:08:45 -04:00
Jennifer Travinski 66d1cf84fa Clarified wording on authorized cluster endpoints 2021-08-16 18:08:44 -04:00
Jennifer Travinski 0d6970b7f6 Updated importing info for cluster endpoint 2021-08-13 16:01:46 -04:00
Catherine Luse 2851ee6c5b Merge pull request #3430 from bashofmann/faq-vault
Update FAQ regarding Hashicorp Vault
2021-08-13 12:07:12 -07:00
Jennifer Travinski 2ab49c20c7 Clarified wording on authorized cluster endpoints 2021-08-13 15:00:49 -04:00
dereknola c08175980c Updated incorrect flag name
Signed-off-by: dereknola <derek.nola@suse.com>
2021-08-13 10:30:23 -07:00
dereknola 50edf05519 Added skip file documentation, fixed typo
Signed-off-by: dereknola <derek.nola@suse.com>
2021-08-12 17:11:31 -07:00
Tejeev 223ef3f476 Added resource useage best practices
We're still seeing lots of OOM events from WAL compaction, and these defaults are not good for all environments. I have attempted to address this in the docs by adding a best practice of tuning resource limits and mentioning the issue in known issues.
2021-08-11 13:47:13 +01:00
Catherine Luse 7d58567051 Capitalize IPv6 2021-08-10 14:56:44 -07:00
Catherine Luse 8edd5a64ec Spelling/grammar 2021-08-10 14:56:03 -07:00
Tejeev 5242e397b7 Should dissable IPv6 2021-08-10 16:12:46 +01:00
Jennifer Travinski 70436c2c28 update pipeline engine to fleet 2021-08-09 14:58:56 -04:00
Bastian Hofmann f27d442882 Update FAQ regarding Hashicorp Vault
This clarifies that there is no built-in integration at the moment, but that you can use Vault with its standard Kubernetes integration.

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2021-08-09 16:23:53 +02:00
Adrian Goins 61cb73ecf5 Merge pull request #3351 from oskapt/master
Change all xip.io to nip.io
2021-08-05 16:54:59 -07:00
Catherine Luse 4c6827ed6d Merge pull request #3315 from rancher/cert-csr-controller-example
Include CSR example
2021-08-05 13:31:01 -07:00
Catherine Luse 291cb52f69 Merge pull request #3419 from bashofmann/update-k3s-traefik-customization
Update K3s docs to customize Traefik
2021-08-05 13:29:25 -07:00
Catherine Luse 57093330fd Merge pull request #3421 from superseb/etcd_recurring_defaults
Describe etcd recurring snapshot defaults
2021-08-05 13:29:04 -07:00
Catherine Luse 404d7315ea Merge pull request #3412 from rancher/ansilh-patch-2
Updated example yaml
2021-08-05 13:26:48 -07:00
Billy Tat cfd28ed2fe Fix typo 2021-08-04 12:03:09 -07:00
Wenhan Shi 4b206d2457 Fix wrong deployment name of cattle-cluster-agent
In a v2.5.8 rancher environment. 
> kubectl get deployment -n cattle-system
NAME                   READY   UP-TO-DATE   AVAILABLE   AGE
cattle-cluster-agent   1/1     1            1           36h
2021-08-04 13:22:51 +09:00
Sebastiaan van Steenis 72f7dac950 Describe etcd recurring snapshot defaults 2021-08-03 16:33:02 +02:00
Bastian Hofmann a64564a5cd Update K3s docs to customize Traefik
* Instead of duplication the traefik.yaml, the preferred way to customize Treafik is to use a HelmChartConfig manifest.
* The link to the Traefik was pointing to a deprecated and outdated repository.

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2021-08-03 11:44:59 +02:00
Billy Tat fa49c80d77 Update cluster capabilities table descriptions 2021-07-29 21:44:04 -07:00
Ansil H 36c5080f82 Added note
Added note for "TLS Certificates management in Kubernetes"
2021-07-27 12:29:45 +05:30
Ansil H 67e79754da Updated example yaml
Added "Enable TLS Certificates management"  to kube-controller
Part of https://github.com/rancher/docs/pull/3315
2021-07-27 12:19:24 +05:30
Catherine Luse 7ec80e371d Update link to RancherOS support article 2021-07-22 12:54:21 -07:00
Max e8198dd23d Fix networkpolicy for traefik ingress (#3409)
* Fix networkpolicy for traefik ingress

Co-authored-by: Brian Downs <brian.downs@gmail.com>
2021-07-21 17:47:19 -07:00
Catherine Luse 8c798ed891 Merge pull request #3235 from 205g0/patch-1
Make the placements of the env vars clear
2021-07-19 08:28:32 -07:00
Catherine Luse 777204194b Update _index.md 2021-07-19 08:28:20 -07:00
Tejeev b1a71f1a0e Traefik is not upgraded with the rest of k3s 2021-07-17 02:25:51 +01:00
Hussein Galal 4d89d0185c Add network policy for traefik ingress (#3389)
* Add network policy for traefik ingress

* fix typo
2021-07-16 17:34:59 -07:00
Catherine Luse 693267d334 Add CVEs to security docs 2021-07-15 02:28:31 -07:00
Catherine Luse 513cf097c9 Merge pull request #3404 from btat/259-prep
Update version labels
2021-07-14 14:04:00 -07:00
Billy Tat 6e7c59fd92 Update version labels 2021-07-12 15:19:16 -07:00
Catherine Luse 8af7ebc200 Merge pull request #3383 from btat/manager-users-role
Add note on 'Manage Users' role
2021-07-12 11:30:45 -07:00
Billy Tat 986605f475 Merge pull request #3385 from sirredbeard/master
Add workaround for Rancher on vSphere with ESXi 6.7u2 and above
2021-07-12 09:45:00 -07:00
Catherine Luse 34f1b744e9 Merge pull request #3398 from catherineluse/master
Warning that invalid node labels cause problems
2021-07-08 23:44:41 -07:00
Catherine Luse dfc800486e Warning that invalid node labels cause problems 2021-07-08 23:01:57 -07:00
Enoch Nooli 84e08305ad Added missing parenthesis 2021-07-08 20:24:38 -04:00
Billy Tat b8822b4e14 Merge pull request #3384 from chrisludwig/patch-1
Update _index.md
2021-07-07 09:43:38 -07:00
Billy Tat 0d0bad5604 Remove single quotes from 'EOF' as per d7cb2fe 2021-07-07 16:32:39 +00:00
nscarlettwolf d7cb2fe13a remove single quotes from 'EOF' here doc delimiter
Removing single quotes from EOF here doc delimiter for command creating docker.service.d/http-proxy.conf.  With the quotes present, the variable ${proxy_host} is not substituted.
2021-07-07 08:38:07 -04:00