Erik Wilson
0d6a2bfb0b
Merge pull request #1974 from mschneider82/patch-1
...
fixed panic in network_policy_controller
4 years ago
Erik Wilson
42f0b95ac5
Merge pull request #1800 from niusmallnan/dev
...
Add retry backoff for starting network-policy controller
4 years ago
Erik Wilson
6cc4c8516e
Merge pull request #1978 from erikwilson/nocode
...
Replace juju/errors with nocode
4 years ago
Erik Wilson
a535d13df4
Replace juju/errors with nocode
4 years ago
Josh McSavaney
9a5b7e2fc4
Pattern match for https check instead of grep
...
Signed-off-by: Josh McSavaney <mcsaucy@csh.rit.edu>
4 years ago
David Nuzik
f4947befbc
Merge pull request #1767 from davidnuzik/update-bug-template
...
Update GitHub bug_report template
4 years ago
niusmallnan
d713683614
Add retry backoff for starting network-policy controller
...
Signed-off-by: niusmallnan <niusmallnan@gmail.com>
4 years ago
David Nuzik
6c32700616
Update bug_report template
4 years ago
Matthias Schneider
56a083c812
fixed panic in network_policy_controller
...
I have rebooted a newly created k3s etcd cluster and this panic was triggered:
```
k3s[948]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x45f2945]
k3s[948]: goroutine 1 [running]:
k3s[948]: github.com/rancher/k3s/pkg/agent/netpol.NewNetworkPolicyController(0xc00159e180, 0x61b4a60, 0xc006294000, 0xdf8475800, 0xc011d9a360, 0xc, 0x0, 0xc00bf545b8, 0x2b2edbc)
k3s[948]: /home/x/git/k3s/pkg/agent/netpol/network_policy_controller.go:1698 +0x275
```
Signed-off-by: Matthias Schneider <ms@wck.biz>
4 years ago
Craig Jellick
a3b8dcff4e
Don't require signing for org members
...
Signed-off-by: Craig Jellick <craig@rancher.com>
4 years ago
Jacob Blain Christen
3197d206ce
Merge pull request #1892 from dweomer/servicelb/node-role
...
servicelb: fix ineffective toleration
4 years ago
Craig Jellick
5090503014
Add CODEOWNERS file
...
Signed-off-by: Craig Jellick <craig@rancher.com>
4 years ago
Josh McSavaney
12235fe733
Perform basic validation on K3S_URL in install.sh
...
This allows us to fail quickly if we're handed a schemeless or plain
HTTP URI, rather than having the agent barf when the systemd unit
starts. For an operator, this makes for a cleaner error up front and
clear messaging for how to fix the situation.
Signed-off-by: Josh McSavaney <mcsaucy@csh.rit.edu>
4 years ago
Brian Downs
dd25c2b736
Merge pull request #1952 from briandowns/update_contributing
...
Update Contribution Doc
4 years ago
Brian Downs
74487807ca
update contribution doc
...
Signed-off-by: Brian Downs <brian.downs@gmail.com>
4 years ago
Craig Jellick
cef1f1d641
Move docs contributing to contributing guide
...
Signed-off-by: Craig Jellick <craig@rancher.com>
4 years ago
Brian Downs
d0c95a307c
Merge pull request #1950 from briandowns/issue-1582
...
Make packaged crictl work when using Docker
4 years ago
Brian Downs
58aae57e12
set environment variable and create config for crictl
...
Signed-off-by: Brian Downs <brian.downs@gmail.com>
4 years ago
Brian Downs
63dbf806df
create symlink from docker sock to where crictl in k3s is looking for the sock to use
...
Signed-off-by: Brian Downs <brian.downs@gmail.com>
4 years ago
Hussein Galal
7f9bf0b6d4
update k8s to 1.18.4 ( #1945 )
4 years ago
Craig Jellick
198a83a1fc
Merge pull request #1942 from cjellick/contrib-dco
...
Simplify contributing doc
4 years ago
Jacob Blain Christen
233e85ec05
Merge pull request #1933 from srgvg/openrc-keep-restarting
...
Always keep restarting k3s process by openrc
4 years ago
Craig Jellick
e94eb6ee69
Simplify CONTRIBUTING.md
...
Make the contributing guide less prescriptive and include the
DCO.
4 years ago
Craig Jellick
57fb6603fc
Merge pull request #1941 from cjellick/master
...
Add contributing doc
4 years ago
Craig Jellick
126191f691
Add contributing doc
4 years ago
Hussein Galal
f5ee757b86
Add cluster dns configmap ( #1785 )
4 years ago
Hussein Galal
01035ba9df
Update helm controller to 0.6.3 ( #1931 )
...
* update helm controller to 0.6.3
* update klipper-helm to v0.2.7
4 years ago
Serge van Ginderachter
921e11930e
Always keep restarting k3s process by openrc
...
When for some reason, k3s crashes, and can't startup again, e.g. when
the data backend is not available (dqlite crashed, database server is
offline, ...), on openrc systems, supervise-daemon will try to restart
it, as per supervise-daemon(8):
respawn-max:
Sets the maximum number of times a daemon will be respawned during
a respawn period. If a daemon dies more than this number of times
during a respawn period, will give up trying to respawn it and exit.
The default is 10, and 0 means unlimited.
Setting respawn-max to 0, makes sure a k3s process on openrc systems will
keep trying to come online, even if the database backend is offline for a
longer period of time.
This aligns the openrc service configuration with the systemd
configuration, which has
Restart=always
RestartSec=5s
4 years ago
David Nuzik
556d2ad65c
Merge pull request #1915 from davidnuzik/update-stable-channel-june
...
Update stable channel to v1.18.4+k3s1
4 years ago
David Nuzik
1ab870959f
Update stable channel to v1.18.4+k3s1
4 years ago
Brian Downs
7f4f237575
added profile = false args to api, controllerManager, and scheduler ( #1891 )
5 years ago
Jacob Blain Christen
1ed12cffa0
servicelb: fix ineffective toleration
...
noderole.kubernetes.io/master -> node-role.kubernetes.io/master
5 years ago
Darren Shepherd
af10a574f1
Merge pull request #1877 from galal-hussein/update_helm_klipper
...
update helm and vendor update
5 years ago
galal-hussein
10db6a4c51
update klipper image im image-list
5 years ago
galal-hussein
42eef33d85
update helm and vendor update
5 years ago
Darren Shepherd
5f26de74c2
Merge pull request #1871 from galal-hussein/update_helm_2
...
upgrade helm to v0.6.1
5 years ago
galal-hussein
ac7eaea9ea
upgrade helm to v0.6.1
5 years ago
Darren Shepherd
fe73379371
Merge pull request #1770 from ibuildthecloud/etcd
...
Add embedded etcd support
5 years ago
Darren Shepherd
f4ff2bf3a8
Update vendor
5 years ago
galal-hussein
c580a8b528
Add heartbeat interval and election timeout
5 years ago
Darren Shepherd
6b5b69378f
Add embedded etcd support
...
This is replaces dqlite with etcd. The each same UX of dqlite is
followed so there is no change to the CLI args for this.
5 years ago
Darren Shepherd
39571424dd
Generate etcd certificates
5 years ago
Darren Shepherd
a18d387390
Refactor clustered DB framework
5 years ago
Darren Shepherd
4317a91b96
Delete dqlite
5 years ago
Darren Shepherd
7e59c0801e
Make program name a variable to be changed at compile time
5 years ago
Erik Wilson
e4a76d5661
Merge pull request #1858 from dittos/upgrade-local-path-storage
...
Upgrade local-path-storage to v0.0.14
5 years ago
Craig Jellick
6dd6eed3ea
Merge pull request #1865 from catherineluse/patch-3
...
Explain where K3s docs source code is
5 years ago
Catherine Luse
9809e784a4
Explain where K3s docs source code is
5 years ago
Taeho Kim
0a30b92089
Update image-list.txt
5 years ago
Taeho Kim
3d59a85dae
Upgrade local-path-storage to v0.0.14
5 years ago