Commit Graph

65 Commits

Author SHA1 Message Date
David Nuzik 7a3bdd69f0 Remove metrics-server mention in configuration page
- We now includ our own metrics-server and thus standard kubectl top nodes, etc functionality works out of the box.
Since this works like standard k8s now with the top command, etc we don't need to document the custom-method to deploy metrics-server so we should simply remove this section.
2019-11-12 14:40:35 -07:00
David Nuzik 20b777634a Apply requested fixes
- Resolve all four comments posted by Catherine.
2019-11-12 12:16:39 -07:00
David Nuzik 8a836f724b Update HA Recommended Architecture image - fix arrows
- Fixes the direction of arrows in the iamge
- Addresses https://github.com/rancher/k3s/issues/1031#issuecomment-552670275
2019-11-12 11:07:39 -07:00
David Nuzik bc9e3c80f5 Update PGsql versions
- Only support what we have tested 10.7 and 11.5 and remove the "R1"
2019-11-11 17:44:39 -07:00
David Nuzik a51b259cc8 HA fixes for comments in GH issue
- Addresses 2 comments about the HA page:
https://github.com/rancher/k3s/issues/1031#issuecomment-552672334
https://github.com/rancher/k3s/issues/1031#issuecomment-552673219
2019-11-11 17:12:51 -07:00
David Nuzik 503e0f44fd Change Installation Options title to Installation 2019-11-11 17:05:18 -07:00
David Nuzik fcb6b782d0 Remove hyperkube
- We plan to eventually remove support for hyperkube so we will no longer document here.
2019-11-11 16:46:17 -07:00
David Nuzik 4aa6e14179 Resolve nitpicks / wordage in a couple of areas
- node-requirements "set" env var, not "pass"
- single-server remove duplicate "specific" word
- possibly some other minor tweaks
2019-11-11 16:25:52 -07:00
David Nuzik f45ceddfe5 Modify quick-start to remove cluster-secret and add to ha install guide
- This changes the quick-start guide so we just remove the K3S_CLUSTER_SECRET environemnt variable. It wasn't needed for a simple quick-start.
- I changed the ha install guide so that we mention the K3S_CLUSTER_SECRET / --cluster-secret in this area as it would be likely relevant here i.e. for auto-scaling node pools.
2019-11-11 16:00:14 -07:00
David Nuzik fdd5e01070 Adjust quick-start and install pages regarding downtime
- This makes changes to the quick-start and install guides that change wording around HA.
- Prevoiusly we only suggested HA for ALL production enviornments this is no longer the case. Single-server is okay if some down time is tolerable.
- This commit includes a couple of misc tweaks to fix wording in related areas.
2019-11-11 14:59:51 -07:00
David Nuzik 85e94ef3ea Move "Upgrades" from Installation Options section to a new Upgrades section 2019-11-11 10:52:02 -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
Denise 2db635967e Merge pull request #1984 from davidnuzik/storage
Storage
2019-11-10 17:06:28 -08:00
David Nuzik 0977996e8d Misc fixes
Fix pv to pv claim, capitzalize PV and PVC in all appropriate areas.
Add a period to a line where it was missing.
2019-11-10 17:24:06 -07:00
David Nuzik 6427f8aa80 Add main body to storage _index.md
Adds content for the local path provisoner bundled with k3s and Longhorn.
Each exaplains the essentials to create a pvc and a pod that utilizes it.
2019-11-10 16:16:25 -07:00
Alexey Dushechkin 424140b760 Minor typo
Raspian -> Raspbian.

https://www.raspberrypi.org/downloads/raspbian/.
2019-11-10 08:14:45 -08:00
David Nuzik ea9d648aa1 Normalize page weights and initial add storage section
This tweaks the page weights so they make more sense.
We now have these in multiples of ten so we can easily move up or down new sections as we go beetween these numbers.
The Volumes and Storage section as added, intial only.
A separate commit will have the content for the Volumes and Storage page.
2019-11-08 16:29:23 -07: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