Commit Graph

49 Commits

Author SHA1 Message Date
Alexey Dushechkin 424140b760 Minor typo
Raspian -> Raspbian.

https://www.raspberrypi.org/downloads/raspbian/.
2019-11-10 08:14:45 -08:00
David Nuzik 81ef42a808 Merge pull request #1978 from davidnuzik/improve-ha
Improve ha install guide
2019-11-08 15:29:33 -07:00
David Nuzik b75e96b033 Update HA image 2019-11-08 15:05:48 -07:00
David Nuzik fe52fadc15 Remove first line 2019-11-08 14:48:53 -07:00
David Nuzik 5409ebd8d0 Update image subtext wording to resolve requested changes 2019-11-08 14:25:47 -07:00
David Nuzik 6bf76cf735 Improve ha install guide
This adds an image representing a recommended configuration for HA k3s
This includes some context around the image
Later, we will tweak the HA page again before release to make some tweaks in a separate PR.
2019-11-08 10:28:24 -07:00
David Nuzik ca6a00873a Update k3s main page
Update the main page for #1017 and #1018
This tweaks the main page to update the description of what we remove and add to k3s that sets us apart from k8s.
2019-11-07 13:14:17 -07:00
David Nuzik 45d128bedb Merge pull request #1917 from jsmith-dev/patch-1
Add explicit reference to Traefik configuration
2019-11-05 08:59:16 -07:00
Julian Smith, Blockfreight, Inc adde2c6739 Fix grammar and typo (extra space).
Incorporate and apply feedback on initial PR from @davidnuzik
2019-11-05 15:21:39 +11:00
David Nuzik fb841ba1fe Merge pull request #1963 from cwiggs/master
Add helm CRD section
2019-11-04 20:55:02 -07:00
chris_wiggins 5a029c9421 Add helm CRD section.
Added two examples:
* deploying a 3rd party helm chart.
* deploying a helm chart using a specific version of a chart.
2019-11-03 14:32:04 -07:00
chris_wiggins 2f86549075 Update configuration page to have backticks around the k3s version section, the equal or less than sign was causing formatting issues for anything after it 2019-11-03 14:08:25 -07:00
AbserAri c398c5fc02 improve shell command
now this command could run immediately
curl -sfL https://get.k3s.io | K3S_URL=https:/<master_node>:6443 K3S_TOKEN=XXX sh- 
-> 
curl -sfL https://get.k3s.io | K3S_URL=https:/<master_node>:6443 K3S_TOKEN=XXX sh -
2019-11-01 17:34:12 +08:00
David Nuzik 0075d4f3aa Merge pull request #1959 from davidnuzik/remove-lb
Remove load balancer step for ha install
2019-10-31 16:18:56 -07:00
David Nuzik 8834bd15b0 fixes for master_node and remove sentence
Remove confusing sentence and fix master_node to be lowercase.
2019-10-31 13:20:32 -07:00
David Nuzik ed3850b6e9 Remove load balancer step for ha install 2019-10-31 12:30:58 -07:00
David Nuzik b682babf19 Merge pull request #1953 from davidnuzik/faq_and_known_issues
Faq and known issues
2019-10-31 11:10:43 -07:00
David Nuzik 14dcbd81a6 Merge pull request #1958 from davidnuzik/pre-reqs
Add pre-reqs section to node-requirements
2019-10-31 11:01:13 -07:00
David Nuzik 4f0a01355e Remove "respectively" 2019-10-31 10:58:14 -07:00
David Nuzik 8a1565d53b Adds iptables known-issue 2019-10-31 10:39:42 -07:00
David Nuzik 13ef08a093 Add pre-reqs section to node-requirements
This just adds a note about how hostnames must be unique.
I couldn't think of anything else vital at this time but we may add a note about iptables in the Known Issues in a separate PR.
2019-10-31 10:33:23 -07:00
David Nuzik e7cbf74579 Remove placeholder known-issue 2019-10-30 13:29:00 -07:00
David Nuzik beb790aecc Add FAQ and Known Issues sections
Adds these sections to the k3s docs with some faq questions filled in and one known issue.
This will need to be updated periodically.
2019-10-30 13:24:58 -07:00
David Nuzik eb3d332920 Small change to quick-start
This tweaks the big NOTE at the top of the quick-start guide to point to kubernetes tutorials for any k8s newbies.
These tutorials are actually pretty great and explain how to create a deployment and get this exposed to the outside world.

We will look into adding docs around Traefik.
2019-10-29 15:32:08 -07:00
claycooper 046b3f371e Update _index.md
Fixed default install command to match what's shown at https://k3s.io/.

Made wording around examples consistent.
2019-10-26 15:03:00 -04:00
David Nuzik 23faaaeaca update cli flags
This updates the k3s server and k3s agent flags
In a later PR we may change the location of these this only covers content changes in this area.
2019-10-24 11:42:11 -07:00
Julian Smith, Blockfreight, Inc 3a032c2295 Add explicit reference to Traefik configuration
- It is not obvious how to configure Traefik on in a default K3S install, add reference to the config file location.
2019-10-22 19:36:54 +11:00
Denise 0cbf0c5228 Merge pull request #1904 from DavidZisky/patch-1
Updated docs for k3s
2019-10-21 10:46:54 -05:00
Erik Wilson c2a851209d Fix k3s redirect 2019-10-18 10:54:26 -07:00
Erik Wilson 11ee054fb6 Merge pull request #1905 from catherineluse/k3s-link
Add alias for deleted k3s page so it shows in Google searches
2019-10-18 10:51:03 -07:00
Catherine Luse a4c3f400f9 Add alias for deleted k3s page so it shows in Google searches 2019-10-18 10:47:07 -07:00
David Zisky ca983ec257 Update _index.md
... and whitespaces
2019-10-18 12:06:55 +02:00
David Zisky b3c62082da Update _index.md
removed unnecessary space
2019-10-18 12:06:21 +02:00
David Zisky fa271d156b Added --disable-cloud-controller info 2019-10-18 12:02:25 +02:00
David Nuzik d2603948fc Fix flannel-backend
Removes flannel-backend option from Agent Options section as this is only a server option.
2019-10-17 15:16:57 -07:00
David Nuzik aee82dbee9 add flannel-backend 2019-10-17 14:59:03 -07:00
David Nuzik 3342500740 spelling fixes and remove disable-agent 2019-10-16 11:19:25 -07:00
David Nuzik 8c6918c758 requested changes and tweaks 2019-10-16 10:54:24 -07:00
David Nuzik 1514a493c6 Initial HA added and tweaks
- Add children to "Installation Options" covering Node Requirements, Single Server Install, and HA install (Experimental)
- Make some small tweaks as needed to hide "--disable-agent" as per https://github.com/rancher/k3s/issues/891
- Make some miscellaneous tweaks such as to hide "--storage-backend" as this is no longer used and other changes as recommended in a recent internal meeting
2019-10-15 16:42:02 -07:00
Dave Cadwallader 7fc7172cac clarify udp port rule 2019-09-12 09:56:13 -06:00
William Zhang 20f3128d0f [k3s] Should download charts first when building from source
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2019-08-15 17:15:14 -07:00
YAMAMOTO Takashi acac4325ae Update after docker-compose-agent.yml removal
Also, stop repeating almost same examples twice.
2019-07-30 21:01:02 -07:00
cryptk 2c21e83ca0 Add a little extra delay between restarts with systemd
Documentation change to pair with rancher/k3s/pull/662
2019-07-30 21:00:53 -07:00
Erik Wilson 6c99fcc59b Update k3s docs for INSTALL_K3S_SYMLINK
Adds INSTALL_K3S_SYMLINK which can be set to 'skip' or 'force',
default is not to symlink if already in path.
2019-07-23 16:24:42 -07:00
Erik Wilson d0942d3255 Update k3s docs for node registration 2019-07-17 23:18:06 -07:00
David Nuzik b53bf6b422 remove roadmap 2019-07-11 13:48:03 -07:00
Erik Wilson 3d3ff0de4d Update k3s docs per comments 2019-06-26 10:04:21 -07:00
Erik Wilson a677305090 Cleanup k3s docs 2019-06-25 08:48:59 -07:00
Erik Wilson 20ca2f20af Initial k3s docs 2019-06-24 17:13:11 -07:00