Commit Graph

20 Commits

Author SHA1 Message Date
Manuel Buil 2b11a0046a Fix docs bug
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-06-17 18:15:12 +02:00
Erik Wilson 239cd2ff69 k3s docs for traefik v2
Signed-off-by: Erik Wilson <Erik.E.Wilson@gmail.com>
2021-04-27 11:27:12 -07:00
JenTing Hsiao bf59bf2b90 Add anchor for Nodes Without a Hostname
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
2020-12-08 12:34:36 +08:00
Joakim Roubert 86daf79b8d Fix bogus text formatting introduced in #2583
In content/k3s/latest/en/networking/_index.md,
`k3s/server/manifests directory` should be `k3s/server/manifests`
directory.

Change-Id: Icd0434cf0e833951db09e9287d4c56ff89bf5ced
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-09-09 10:24:47 -07:00
Joakim Roubert 21a6f08df4 Traefik: Update to match current behavior for custom configs
Changes in traefik.yaml will be overwritten. See @kamilgregorczyk's
comment:

https://github.com/rancher/k3s/issues/1254#issuecomment-573331185

Change-Id: I759df77721dcba0d170086660396e7be32ff57cf
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-08-27 08:58:47 +02:00
Catherine Luse 38d520bc14 Update content/k3s/latest/en/networking/_index.md
Co-authored-by: Brad Davidson <brad@oatmail.org>
2020-08-10 11:23:23 -07:00
Catherine Luse 63a6fb55d9 Update content/k3s/latest/en/networking/_index.md
Co-authored-by: Brad Davidson <brad@oatmail.org>
2020-08-10 11:23:23 -07:00
Catherine Luse 57e733f912 Update content/k3s/latest/en/networking/_index.md
Co-authored-by: Brad Davidson <brad@oatmail.org>
2020-08-10 11:23:23 -07:00
Catherine Luse 5579c35692 Document the embedded Service LB for K3s 2020-08-10 11:23:23 -07:00
Jim Nicholson 84e86bb589 Recommend '--disable' over '--no-deploy'
--no-deploy is listed as deprecated in the server-config section of install-options. This updates the networking section to reflect that deprecation.
2020-06-01 02:59:00 -07:00
David Nuzik b31c0b6c3f Squash - Add node-name to networking docs
- Explains need for node-name to be set when hostname is null or localhost
- Explains the reasoning for this
- This commit squashes several created in the PR
2020-05-06 18:13:01 -07:00
David Nuzik 7cf7425eb0 Fix broken links in K3s docs
- Add alias to old node-requirements page on installation-requirements page so any old links / search engines will redirect node-requirements link accordingly
- Fix broken legacy iptables link for raspian at /k3s/latest/en/installation/installation-requirements/#operating-systems
- Fix broken installation requirements link at /k3s/latest/en/installation/ha/#2-launch-server-nodes
- Fix broken installation requirements link at /k3s/latest/en/networking/#open-ports
2020-03-31 11:06:15 -07:00
Catherine Luse 46a972fa3e Remove spaces from links 2020-03-30 13:31:53 -07:00
Stuart P. Bentley 879b719e6e Fix dead links to node-requirements.md 2020-03-19 11:46:25 -07:00
Catherine Luse 626df8ebba Edit K3s docs 2020-01-02 16:44:10 -07:00
David Nuzik 189b8f6218 Add new network-options page to Install section
- Initial commit
- Adds this new page describing the flannel backend options and how to set up your own CNI
- Tweaks the existing Networking page
- Adds hyperlinks linking the two pages together.
Note: Intent is that the main Networking page is for CoreDNS, Traefik, ServiceLB, and in the future other general high level networking discussions. Whereas the "network-options" page under the Installation section is for specific things that should be considered at install-time for K3s such as the flannel backend or other CNIs.
2019-12-06 10:57:15 -07:00
David Nuzik 72d10615c6 Capitalize k3s > K3s in all appropriate areas
- Don't capitalize if is in code block, url, backticks, etc.
2019-11-15 09:34:00 -07:00
David Nuzik ef07352df1 Update node req port info regarding metrics-server port 10250
- Also change the Networking page to instead link to the Networking seciton of the NOde Requirements page so we don't duplicate information in two areas.
2019-11-15 09:19:36 -07:00
David Nuzik 50f05276aa Tweaks to Traefik on Networking page
- Modify the Traefik sectoin so it's clear it's the ingress controller
- Make it clear what ports are use don the host (so can't use for HostPort or a strange NodePort setting)
- Small misc tweaks
2019-11-13 19:17:11 -07:00
David Nuzik 83f3ecd221 Improve k3s navigation / move content around (#1985)
* Move airgap from advanced to install

- move Air-Gap section in Advanced Options to Install Options
-- small tweak to the air-gap content but looks like may need more tweaks later
- update Installation Options _index.md so that it now lists "Air-Gap Installation" as an option with hyperlink

* Move airgap part 2 (actually del airgap from advanced)

Whoopsie. I forgot to remove the Air-Gap section from advanced in my last commit.
This simply deletes the Air-Gap section that used to be in the advanced page since we have moved the content to the installation/airgap section.

* Move ha backend options from configuration to install
- move storage backend options from the Configuration Info page to the Install Options (HA) page
-- small tweaks to content, very minor

* Move Uninstallation notes from advanced to install
- move note about Uninstallation from the Advanced Options page to Install Options main page
-- small tweaks to fix content and wording, very minor

* Fix and move upgrades content to main Install Options section
- In a previous commit, "Upgrades" section under the advanced section was mistakenly moved to the new airgap page
  This fixes that and moves this content to the main install options section.
-- Some content tweaks to make the wording better and fix things up.

* Move networking info from Configuration Info to new Networking section

- Move networking info from confiuration to networking (new section)

* Move networking port info from configuration to networking
- Move some networking/security port info from the configuration page to the new networking page.
Note: This info is also intentionally already duplicated on the Node Registration page as it has important info on ports that need to be open and accessible.

* REMOVE "Building from Source" section completely
- Remove the Building from Source section
- Add FAQ Q&A about this and link to the k3s README.md where this info will go
Note: This was done after some discussion a while back. The Building from Source section is important, but not for the majority of users as release binaries / curl script should be utilized to install k3s.
A separate PR will add this content into the main k3s README.md file which the FAQ question that was added references.

* Fixes for comments, tweak ha install heading names
- Resolves comments asking to change headings in 2 areas of ha install
- Removes ambiguity in these areas
2019-11-11 09:31:56 -08:00