cryptk
f9dd8dedc8
Add a little extra delay between restart attempts
...
This extra delay prevents systemd from determining that the service is restarting "too quickly".
5 years ago
Erik Wilson
c443101bfc
Install symlink skip or force, links ctr
5 years ago
Ray Tsang
32f1d66932
Added K3S_INSTALL_SKIP_SYMLINK flag
5 years ago
peter_he
d140911b55
Fix install.sh comment typo ( #638 )
5 years ago
Erik Wilson
deb4178459
Quote installer arguments
6 years ago
galal-hussein
8188bc62aa
Add Restart=always to systemd unit
6 years ago
Erik Wilson
7ca50efb8b
Add k3s-killall.sh script to installer
6 years ago
galal-hussein
c30c809642
Change systemd unit file target to network-online.target
6 years ago
Darren Shepherd
8867c509ce
Add ability to set architecture
...
The ARCH env var can be set by the install.sh caller. This is
specifically important if you want to install arm on arm64.
6 years ago
Erik Wilson
3af2618393
Fix systemd install not starting
6 years ago
Erik Wilson
fa673468ce
Add INSTALL_K3S_BIN_DIR_READ_ONLY variable
6 years ago
Erik Wilson
3543ba4b56
Only start service if something changed
6 years ago
Erik Wilson
6a80350dda
OpenRC install to BIN_DIR
6 years ago
Erik Wilson
100e2f6c2f
Provide INSTALL_K3S_SKIP_START environment variable
6 years ago
Erik Wilson
eabc1154b1
Add OpenRC support to installer
6 years ago
Erik Wilson
1bc7042bd5
Fix systemd TimeoutStartSec
...
Set TimeoutStartSec to 0 instead of infinity for systemd versions older
than 229.
6 years ago
Matt Keas
f7e0017fed
Extend systemd start timeout for slow systems
...
Cert generation may cause slow startup times for some systems such as
the Raspberry Pi, set the systemd service TimeoutStartSec to Infinity to
avoid startup timeouts.
6 years ago
Erik Wilson
43852f040b
Fix shasum check
...
Airgap image checksums may accidentaly be used by the installer, be
more specific to grep only for the downloaded executable.
6 years ago
Brandon Wulf
397ae335fd
Set the selinux context during the install ( #228 )
...
* Set the selinux context
6 years ago
Erik Wilson
e05964d1dd
Allow agent install
...
Modify the install script to allow defining arbitrary service names and
commands for k3s.
6 years ago
Darren Shepherd
0414f97c78
Revert "Enable systemd ready notification for k3s server"
...
This reverts commit c73e9187bb
.
6 years ago
Erik Wilson
a7640cfb90
Download latest release for install script
...
Check for latest release of k3s or pass a desired version as an
argument. Adds curl as a requirement and early exits if not available.
Fixes silent abort when wget is not available and `which` returns
non-zero exit code.
6 years ago
Erik Wilson
c73e9187bb
Enable systemd ready notification for k3s server
...
Disables k8s generic api server systemd ready notification and send
our own ready notification after server available and kubeconfig
available.
6 years ago
Darren Shepherd
7d1baa919b
Remove wget
6 years ago
Darren Shepherd
f14a1ae2de
Bump to v0.1.0
6 years ago
Darren Shepherd
37caa68cce
Bump to rc8
6 years ago
Darren Shepherd
6602756aea
Bump scripts to rc6
6 years ago
Darren Shepherd
b07727ae24
Move default config location to /etc/rancher/k3s/k3s.yaml
6 years ago
Darren Shepherd
4e2d6c9b1c
Fix suffix for arm
6 years ago
Darren Shepherd
263722ccf2
Add install script for get.k3s.io
6 years ago