Joakim Roubert
b7357c3abb
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
2020-03-17 08:27:46 +01:00
Erik Wilson
e3a3b8221e
Merge pull request #1549 from erikwilson/package-airgap-image-list
...
Add airgap image list to release artifacts
2020-03-16 18:09:10 -07:00
Erik Wilson
2835c76e5d
Add airgap image list to release artifacts
2020-03-16 18:03:20 -07:00
Erik Wilson
53a9c5658b
Merge pull request #1548 from erikwilson/rpm-cleanup
...
Update RPM systemd services for easy modification.
2020-03-16 17:26:05 -07:00
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
Erik Wilson
9a8837153d
Merge pull request #1537 from galal-hussein/fix_ci
...
Use curl to send dispatch event to k3s-upgrade repo
2020-03-16 17:13:39 -07:00
Erik Wilson
52199f0709
Merge pull request #1534 from erikwilson/bump-k8s-v1.17.4
...
Update k8s to v1.17.4-k3s1
2020-03-16 17:12:58 -07:00
Erik Wilson
648b5824b0
Reduce memory for dev vms
2020-03-16 17:12:21 -07:00
Erik Wilson
dacd8545c4
Update k8s to v1.17.4-k3s1
2020-03-16 17:12:21 -07:00
galal-hussein
0e4263b65a
Use curl to send dispatch event to k3s-upgrade repo
2020-03-16 19:30:40 +02:00
Joakim Roubert
a17def329a
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
2020-03-16 07:43:26 +01:00
Craig Jellick
037a993971
Merge pull request #1538 from rancher/davidnuzik-patch-template
...
Ask more clearly for K3s args and logs
2020-03-13 18:21:50 -07:00
David Nuzik
1c8124cc02
Ask more clearly for K3s args and logs
...
In the bug report template, more clearly ask the user for K3s arguments and logs
2020-03-13 15:24:19 -07:00
Erik Wilson
b8fd023f83
Merge pull request #1453 from ibuildthecloud/selinux-install
...
Don't require selinux utils and require k3s_selinux
2020-03-13 13:29:14 -07:00
Erik Wilson
5753dbd6ae
Merge branch 'master' into selinux-install
2020-03-13 09:51:36 -07:00
Joakim Roubert
73fd5454a3
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
2020-03-13 10:27:50 +01: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
Joakim Roubert
b0209dfe1c
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
2020-03-09 10:14:38 +01: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
Joakim Roubert
2a39fffea9
Dockerfile.dapper: Use = instead of == for portability
...
By using the POSIX = instead of == in the shell script comparison, we
don't have to rely on the go container's /bin/sh being a shell that
handles ==. (Even if it currently is.)
Change-Id: Ie02c8e27c3eecc957278c274fee661abb2c8abcf
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2020-03-05 15:30:11 +01: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