Commit Graph

1094 Commits

Author SHA1 Message Date
Erik Wilson
d15eb6aab6 Update RPM systemd services for easy modification.
Modified installer produces a k3s-server and k3s-agent systemd
service, with env files located in /etc/rancher/k3s.

The k3s-server service may be started without modification but
k3s-agent requires a token and url modification to the
/etc/rancher/k3s/k3s-agent.env file for functionality.

The k3s-server service will conflict with the k3s-agent service,
so both may not be started at the same time.

Creates ./package/rpm/ repo dir for rpm specific resources and
relocates k3s.spec.
2020-03-16 17:23:43 -07:00
Craig Jellick
65f7fbe5c3
Merge pull request #1525 from galal-hussein/add_asterisk
Add asterisks for omitted values in nodeconfig
2020-03-12 14:13:02 -07:00
galal-hussein
356fe006a2 Add asterisks for omitted values in nodeconfig 2020-03-12 20:18:56 +02:00
Erik Wilson
9a21fc513f
Merge pull request #1519 from galal-hussein/revert_nginx_traefik
Revert nginx traefik
2020-03-10 18:43:32 -07:00
galal-hussein
97cb85ced8 Fix test-run-basics to check for traefik 2020-03-11 01:54:12 +02:00
galal-hussein
3f927d8006 Revert "Replace traefik with nginx"
This reverts commit 9a17033095.
2020-03-11 01:45:23 +02:00
Erik Wilson
876a7f33a8
Merge pull request #1518 from erikwilson/rpm-publish
Only publish rpm on tag
2020-03-10 14:46:59 -07:00
Erik Wilson
769110e7e0 Only publish rpm on tag 2020-03-10 14:45:17 -07:00
Erik Wilson
0d31909b81
Merge pull request #1501 from erikwilson/rpm-publish
Publish RPMs
2020-03-10 13:24:25 -07:00
Erik Wilson
d578198ac0 Add rpm build & repo publish 2020-03-10 11:48:14 -07:00
Erik Wilson
456962b2b8 Update versioning for no .git or go 2020-03-10 11:25:43 -07:00
Erik Wilson
3410986357 Update install script for rpm install 2020-03-10 11:25:43 -07:00
Erik Wilson
2071247a2f Cleanup prompt for vagrant centos 2020-03-10 11:25:43 -07:00
Erik Wilson
c01fec0cd3
Merge pull request #1515 from erikwilson/airgap-test
Testing - Check for changes in the airgap image list
2020-03-10 09:24:07 -07:00
Erik Wilson
d95707e294 Clean up airgap image list 2020-03-09 20:29:41 -07:00
Erik Wilson
9b8e829ec7 Check for changes in the airgap image list 2020-03-09 19:58:00 -07:00
Erik Wilson
c74f745a86
Merge pull request #1512 from galal-hussein/multiarch_default_backend
default backend multiarch image
2020-03-09 15:15:45 -07:00
galal-hussein
c4f18227fc default backend multiarch 2020-03-09 23:52:04 +02:00
Erik Wilson
a1be671dbf
Merge pull request #1506 from galal-hussein/use_nginx_multiarch
use multiarch image for nginx
2020-03-06 16:04:38 -07:00
galal-hussein
717b5a765e use multiarch image for nginx 2020-03-07 00:19:32 +02:00
Erik Wilson
ceff3f58fb
Merge pull request #1466 from galal-hussein/traefik_to_nginx
Replace traefik with nginx
2020-03-02 15:04:09 -07:00
galal-hussein
9a17033095 Replace traefik with nginx 2020-03-03 00:00:39 +02:00
Erik Wilson
673d8b64f8
Merge pull request #1474 from erikwilson/dev-build-update
Use trigger for manifest and dispatch in drone pipeline
2020-03-02 10:29:57 -07:00
Erik Wilson
d502dea234 Use trigger for manifest and dispatch in drone pipeline 2020-03-02 10:28:26 -07:00
Erik Wilson
7d52b02f6d
Merge pull request #1473 from erikwilson/dev-build-update
Add ubuntu to vagrant provision
2020-03-02 10:28:17 -07:00
Erik Wilson
65bfae5581
Merge pull request #1472 from arpankapoor/ansible-fixes
Ansible systemd unit file similar to install.sh
2020-03-02 10:02:16 -07:00
Erik Wilson
74b5a4d5e0 Add ubuntu to vagrant provision 2020-03-02 09:38:07 -07:00
Arpan Kapoor
d01978147e
Add ExecStartPre to ansible systemd node unit files 2020-03-01 19:32:19 +05:30
Arpan Kapoor
4f57cdd5e0
Add Type and TimeoutStartSec to ansible systemd unit files 2020-03-01 19:31:31 +05:30
Erik Wilson
069bc21fd7
Merge pull request #1468 from erikwilson/dev-build-update
Cleanup vagrant provision scripts
2020-02-28 18:07:02 -07:00
Erik Wilson
4370fc1482 Remove old runc & containerd shims on build 2020-02-28 17:32:42 -07:00
Erik Wilson
89fa8afaa3 Cleanup vagrant provision scripts 2020-02-28 16:51:19 -07:00
Erik Wilson
4b84b1f8b4
Merge pull request #1465 from erikwilson/dev-build-update
Clean up building && provide Vagrant centos7 setup
2020-02-28 15:43:26 -07:00
Erik Wilson
8725798578
Merge pull request #1464 from erikwilson/selinux-update
Simplify SELinux detection and add --disable-selinux flag
2020-02-28 15:42:45 -07:00
Erik Wilson
2abd8a512e
Merge pull request #1467 from galal-hussein/fix_dispatch_event2
use github_token for dispatch event
2020-02-28 15:41:03 -07:00
Erik Wilson
5eb1b21822 Clean up building && provide Vagrant centos7 setup 2020-02-28 15:39:11 -07:00
galal-hussein
7113230213 use github_token for dispatch event 2020-02-28 21:37:56 +02:00
Erik Wilson
a3cb9ee1f6 Simplify SELinux detection and add --disable-selinux flag 2020-02-28 10:10:55 -07:00
Erik Wilson
0aeea78060
Merge pull request #1444 from KnicKnic/k3s_build_windows
K3s build windows (no agents)
2020-02-27 11:46:21 -07:00
Erik Wilson
d049a5d09f
Merge pull request #1462 from galal-hussein/dispatch_event_fix
Add depends on manifest to dispatch
2020-02-26 18:45:18 -07:00
galal-hussein
0bb94286ed Add depends on manifest to dispatch 2020-02-27 02:55:32 +02:00
Erik Wilson
f31a8d9e94
Merge pull request #1456 from galal-hussein/new_branch
Send dispatch event with drone
2020-02-26 13:09:24 -07:00
galal-hussein
b2ac8aad22 Send dispatch event with drone 2020-02-25 20:10:32 +02:00
Erik Wilson
c43e5acda6
Merge pull request #1448 from ibuildthecloud/master
Support SELinux
2020-02-24 16:50:27 -07:00
Darren Shepherd
124def22ed Update vendor 2020-02-24 16:03:11 -07:00
Darren Shepherd
4d32fe9959 Support SELinux 2020-02-24 16:03:09 -07:00
Erik Wilson
9a1f9a8a4c
Merge pull request #1430 from St0rmingBr4in/fix-home
contrib/ansible: Fix home path and use kubectl to set the server url in conf
2020-02-24 15:24:33 -07:00
Erik Wilson
742571e6a5
Merge pull request #1429 from St0rmingBr4in/inventory-subdirectory
contrib/ansible: Move example inventory into subdirectory and add extra_server_args
2020-02-24 15:21:32 -07:00
Erik Wilson
4210800648
Merge pull request #1343 from ibuildthecloud/rootless
Create pidns for rootless
2020-02-24 15:05:52 -07:00
Erik Wilson
b8d8fc3eff
Merge pull request #1440 from KnicKnic/master
do not rename inuse files
2020-02-24 15:00:13 -07:00