Commit Graph

85 Commits (5bf4d9f687879b2200a62f71d7c0edb3a67836ef)

Author SHA1 Message Date
Loren Lisk fceb20fe0c Typo fix in README.md
Just a small typo fix

Signed-off-by: Loren Lisk <loren.lisk@liskl.com>
2021-04-30 08:43:55 -07:00
David Nuzik 4816d54caa Update .md files with url and email corrections
* BUILDING.md
* CODE_OF_CONDUCT.md
* CONTRIBUTING.md
* MAINTAINERS
* README.md

Signed-off-by: David Nuzik <david.nuzik@rancher.com>
2021-03-05 09:34:18 -07:00
Akihiro Suda 27e64c72a1 rancher/k3s-root -> k3s-io/k3s-root
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-12-01 11:00:00 -08:00
Jacob Blain Christen 3647654fe4
[migration k3s-io] update helm-controller dependency (#2569)
rancher/helm-controller ➡️ k3s-io/helm-controller

Part of https://github.com/rancher/k3s/issues/2189

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2020-12-01 08:59:10 -07:00
Jacob Blain Christen 36230daa86
[migration k3s-io] update kine dependency (#2568)
rancher/kine ➡️ k3s-io/kine

Part of https://github.com/rancher/k3s/issues/2189

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2020-11-30 16:45:22 -07:00
Jeremy Katz b1a7161ccc Add information on reporting security issues
Signed-off-by: Jeremy Katz <jeremy@tidelift.com>
2020-10-16 11:46:16 -07:00
Daniel 4954923097
Typo fixes (#2193)
* Fix typo in README.md

Signed-off-by: Daniel Lemm <61800298+ffe4@users.noreply.github.com>

* Fix typo in CONTRIBUTING.md

Signed-off-by: Daniel Lemm <61800298+ffe4@users.noreply.github.com>
2020-09-04 10:17:15 -07:00
Tuan Anh Tran a1199fca6f Fix typo
Signed-off-by: Tuan Anh Tran <anh.tt@teko.vn>
2020-08-17 11:48:09 +07:00
Craig Jellick 186c441aa5 initial roadmap
Signed-off-by: Craig Jellick <craig@rancher.com>
2020-08-13 08:06:55 -07:00
Craig Jellick 4aaebd35f6 etcd mgmt is a work in progress 2020-08-07 10:21:54 -07:00
Craig Jellick dbf59b46f2
Clarify K3s's positioning, goals, intentions, and components 2020-08-07 09:56:50 -07:00
Craig Jellick cef1f1d641 Move docs contributing to contributing guide
Signed-off-by: Craig Jellick <craig@rancher.com>
2020-06-24 17:52:05 -07:00
Catherine Luse 9809e784a4
Explain where K3s docs source code is 2020-06-04 12:19:27 -07:00
Brian Downs 08fec686fd update readme 2020-05-04 10:11:42 -07:00
Darren Shepherd 470ffca5d7 Update README, fix out of date information 2020-05-04 09:51:25 -07:00
Joakim Roubert 4286ba7163 Fix markdown files according to markdownlint recommendations
There are some issues and quirks in the markdown documentation files
suggested by the markdownlint project checker that might benefit from
being fixed, which this patch does.

Change-Id: I33245825e5bb543b5ce1732204984d4a0b169668
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-04 11:06:55 +01:00
Hyeon Kim 14efc640ea
README.md: k3s does not exclude legacy/alpha/non-default features anymore
In the past, yes k3s did exclude all those legacy, alpha, non-default
features from Kubernetes source as you can see in
https://github.com/rancher/k3s/pull/113. But not anymore.

As you can see in the source code, most of legacy/alpha/non-default
features is available in k3s, and misleading README should be updated.

But please, don't get me wrong. I'm actually glad to see those features
enabled in k3s. :)

Reference:
  https://github.com/kubernetes/kubernetes/compare/v1.16.3...rancher:v1.16.3-k3s.1
2019-12-10 02:28:48 +09:00
Erik Wilson d684669d3c
Update README fix docs site link 2019-07-17 12:46:05 -07:00
Erik Wilson 2324406490
Update README to point to new docs site 2019-07-17 12:44:32 -07:00
Roelof Kallenkoot 0ed2b8fa8f Fixed typo in README.md 2019-06-25 00:40:47 +02:00
Thorsten Schifferdecker ca4620b6c3 update to v0.6.1 2019-06-24 07:09:47 +02:00
Erik Wilson c745be587e
Merge pull request #558 from rancher/metrics-server-docs
Update README for Metrics-Server info
2019-06-20 10:12:05 -07:00
wxdao 3a4a197c93
Fix a typo 2019-06-21 01:00:18 +08:00
Erik Wilson 468b4469d6
Update README for Metrics-Server info 2019-06-20 09:58:48 -07:00
Erik Wilson 783d9d7bfc Update README for helm controller changes 2019-06-19 14:05:03 -07:00
Erik Wilson cef0fb7a74
Update Readme TODO 2019-06-18 19:13:20 -07:00
Erik Wilson df09994cc0
Merge pull request #507 from AkihiroSuda/rootless-update-readme
README.md: fix rootless description
2019-06-18 18:13:15 -07:00
Erik Wilson a3c7d7d79b
Merge pull request #545 from galal-hussein/readme_for_db_flags
Add storage backend documentation
2019-06-18 18:12:10 -07:00
Erik Wilson 4ecbd5c16d Update 0.5.0 to 0.6.0 2019-06-18 18:04:01 -07:00
galal-hussein 498ac7fb29 Add storage backend documentation 2019-06-19 01:11:23 +02:00
Erik Wilson 05c9842d92 Update README for air-gap upgrade 2019-06-13 15:14:45 -07:00
Akihiro Suda 3b8da28eb4 README.md: fix rootless description
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-05-29 15:29:43 +09:00
Erik Wilson 03885fc385
Merge pull request #455 from galal-hussein/restart_always_systemd
Add Restart=always to systemd unit
2019-05-24 15:47:38 -07:00
galal-hussein 8188bc62aa Add Restart=always to systemd unit 2019-05-08 02:54:40 +02:00
galal-hussein 930093dfe9 Expose node labels and taints and add node roles 2019-05-08 01:47:07 +02:00
Erik Wilson 5cfbbabbb6 Update extraneous k3s versions to v0.5.0 2019-05-06 15:10:14 -07:00
Erik Wilson 8c0116dd29
Merge pull request #395 from galal-hussein/docs_containerd_template
Update README with containerd template
2019-05-06 11:04:17 -07:00
galal-hussein 3e42ba8ff5 Upgrade docs 2019-05-02 22:11:31 +02:00
Darren Shepherd 0726ce75e9
Merge pull request #416 from galal-hussein/change_systemd_target
Change systemd unit file target to network-online.target
2019-04-30 11:24:17 -07:00
galal-hussein c30c809642 Change systemd unit file target to network-online.target 2019-04-30 01:28:58 +02:00
dax fafff020d9 Update readme to specify Go 1.12 2019-04-29 15:56:30 -07:00
Darren Shepherd fe2df5e8ce
Merge pull request #400 from galal-hussein/extra_args_docs
Add extra args documentation
2019-04-26 16:02:13 -07:00
Darren Shepherd 2950e81c23
Merge pull request #371 from warmchang/nf_conntrack
🔧 modprobe nf_conntrack
2019-04-26 16:01:13 -07:00
galal-hussein 13765b77f3 Add extra args documentation 2019-04-26 21:51:25 +02:00
Vincent RABAH 39e2e45cc2 Ansible provisionning (#217)
Ansible provisionning contrib
2019-04-26 21:10:27 +02:00
William Zhang 22bd3a3ce7 🔧 nf_conntrack module
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
2019-04-26 08:55:48 +08:00
galal-hussein c51149d14b Update README with containerd template 2019-04-25 22:32:37 +02:00
Erik Wilson 1bc7042bd5 Fix systemd TimeoutStartSec
Set TimeoutStartSec to 0 instead of infinity for systemd versions older
than 229.
2019-04-17 11:27:03 -07:00
Erik Wilson 0beda77dbf Update readme & docker-compose for 0.4.0 2019-04-16 14:18:30 -07:00
Erik Wilson 7822549f87
Merge pull request #357 from ibuildthecloud/docs
Add rootless docs
2019-04-16 14:12:59 -07:00