Commit Graph

939 Commits

Author SHA1 Message Date
Erik Wilson
2b760d5e1e
Merge pull request #1007 from larmog/fix-970
Wait for api-server to report version after starting
2019-11-05 11:19:13 -07:00
Erik Wilson
01f6e0e64e Add context to server daemon functions that wait 2019-11-05 11:06:07 -07:00
larmog
7aa3d08385 Wait for api-server to report version after starting 2019-11-05 11:05:22 -07:00
Erik Wilson
9cb7416913
Merge pull request #1015 from erikwilson/metrics-server
Add default multi-arch metrics-server deployment
2019-11-05 10:45:38 -07:00
Erik Wilson
c4eb6ea3ef Update generated data 2019-11-05 10:11:21 -07:00
Erik Wilson
0fef39de65 Add default multi-arch metrics-server deployment 2019-11-05 10:11:08 -07:00
Erik Wilson
931f63073f
Merge pull request #899 from mrueg/coredns-ready
coredns: Add readinessProbe
2019-11-04 14:25:45 -07:00
Erik Wilson
2bbc356f65
Merge pull request #1008 from erikwilson/ip6-system-setup
Improve ip6 system setup & utilities
2019-11-04 14:24:55 -07:00
Erik Wilson
5d342a3051
Merge pull request #995 from ibuildthecloud/master
Refactor tokens, bootstrap, and cli args
2019-11-04 14:24:00 -07:00
Erik Wilson
afa9422ad9 Improve ip6 system setup & utilities 2019-11-04 11:35:14 -07:00
Erik Wilson
9823f60605
Merge pull request #1002 from ibuildthecloud/kine
kine v0.1.1
2019-11-03 22:26:44 -07:00
Darren Shepherd
6290029e6d kine v0.1.1 2019-11-01 17:08:59 -07:00
Erik Wilson
8833bfd961
Merge pull request #1000 from erikwilson/fix-versions-2
Fix ctr/crictl unknown version strings
2019-11-01 14:35:46 -07:00
Erik Wilson
f97fb284a6
Merge pull request #983 from erikwilson/bump-cri-rio
Bump cri to include local http registry fix
2019-11-01 14:35:24 -07:00
Erik Wilson
01707ce451 Use vendor prefix for versions if not using go mod 2019-11-01 11:56:42 -07:00
Erik Wilson
b680295922 Check for invalid kubectl/ctr/crictl version strings 2019-11-01 11:50:29 -07:00
Darren Shepherd
69949dda0a Update vendor 2019-10-30 19:22:22 -07:00
Darren Shepherd
609c5e5f51 Update generated code 2019-10-30 19:08:26 -07:00
Darren Shepherd
ba240d0611 Refactor tokens, bootstrap, and cli args 2019-10-30 19:06:49 -07:00
Erik Wilson
1cef47fb51 Update vendor 2019-10-30 16:41:56 -07:00
Erik Wilson
b576abf32d Bump cri to include local http registry fix 2019-10-30 16:41:56 -07:00
Craig Jellick
c671b07924
bug template update
Make the descriptions HTML comments so that they dont show up in the template
2019-10-30 14:30:29 -07:00
Manuel Rüger
e8ca18ab2b coredns: Add readinessProbe 2019-10-29 11:51:36 +01:00
Erik Wilson
7d650d32af
Merge pull request #979 from erikwilson/fix-local-storage
Remove namespace from local storage ClusterRole
2019-10-28 16:38:48 -07:00
Erik Wilson
8a8fa8a351 Update go generated data 2019-10-28 16:10:36 -07:00
Erik Wilson
700ee966e5 Remove namespace from local storage ClusterRole 2019-10-28 16:10:23 -07:00
Erik Wilson
f25adb593c
Merge pull request #976 from yamt/disableagent
Propagate DisableAgent flag
2019-10-28 12:02:56 -07:00
Erik Wilson
4eaae5b12f
Merge pull request #973 from jharrington22/fix-ansible-indentation
Fix Ansible indentation
2019-10-28 09:34:10 -07:00
YAMAMOTO Takashi
4970d6133f Propagate DisableAgent flag
The recent setMasterRoleLabel stuff uses it.
2019-10-28 14:43:53 +09:00
James Harrington
8431b0ead0 Fix indentation 2019-10-27 23:34:34 -04:00
Erik Wilson
fc4fc47ec0
Merge pull request #971 from erikwilson/downgrade-go-requirement
Set required go version to 1.12 or later in go.mod
2019-10-27 09:09:06 -07:00
Erik Wilson
61eb7fa635 Set required go version to 1.12 or later in go.mod 2019-10-27 08:39:20 -07:00
Erik Wilson
579e5aed01
Merge pull request #969 from erikwilson/enable-local-storage-check
Enable sonobuoy local-path-provisioner startup check
2019-10-26 19:02:39 -07:00
Erik Wilson
063ad84f44 Enable sonobuoy local-path-provisioner startup check 2019-10-26 18:53:55 -07:00
Erik Wilson
04e44b69d2 Cleanup sonobuoy script 2019-10-26 18:53:54 -07:00
Erik Wilson
e810ee1678
Merge pull request #967 from erikwilson/killall-cleanup
Cleanup k3s-killall
2019-10-26 16:54:09 -07:00
Erik Wilson
b18cc98662
Merge pull request #968 from erikwilson/fix-systemd
Fix installs for older systemd
2019-10-26 16:19:17 -07:00
Erik Wilson
fecdee6fb5 Fix installs for older systemd 2019-10-26 16:18:45 -07:00
Erik Wilson
ef9c1f23f0 Cleanup k3s-killall 2019-10-26 16:13:59 -07:00
Erik Wilson
33f6a4e683
Merge pull request #965 from erikwilson/systemd-service-cleanup
Cleanup systemd service file
2019-10-26 13:53:17 -07:00
Erik Wilson
eb867ab624
Merge pull request #958 from erikwilson/remove-iptables-killall
Remove iptables on k3s-killall.sh
2019-10-26 13:32:35 -07:00
Erik Wilson
9a65e9094f
Merge pull request #964 from jokester/update-docker-compose-image
update image to v0.10.0 in docker-compose.yml
2019-10-26 13:32:00 -07:00
Erik Wilson
36dc38f361 Cleanup systemd service file
Move command with line continuations to bottom of service file to
prevent including systemd directives.

Changes After network-online to Wants network-online for air-gap.
2019-10-26 13:11:50 -07:00
Wang Guan
0beb78c5c4 update image to v0.10.0 in docker-compose.yml 2019-10-26 23:51:57 +09:00
Erik Wilson
564c1aeb0b
Merge pull request #962 from erikwilson/bump-containerd
Bump containerd to v1.3.0-k3s.4
2019-10-25 13:43:13 -07:00
Erik Wilson
3c65daa0ab Update vendor from go 1.12.12 2019-10-25 13:16:33 -07:00
Erik Wilson
8bb8e38fe1 Update vendor 2019-10-25 13:12:43 -07:00
Erik Wilson
0cc172e8bf Bump containerd version to v1.3.0-k3s.4 2019-10-25 13:12:43 -07:00
Erik Wilson
d2756a76c1
Merge pull request #954 from erikwilson/enable-arm-tests
Enable tests for arm
2019-10-25 08:28:32 -07:00
Erik Wilson
e3cd52a49e Remove iptables on k3s-killall.sh 2019-10-25 03:14:11 -07:00