Commit Graph

691 Commits

Author SHA1 Message Date
Erik Wilson
cedba69d76
Merge pull request #903 from erikwilson/update-airgap-local-path-provisioner
Update airgap images to include rancher/local-path-provisioner
2019-10-16 16:09:35 -07:00
Erik Wilson
9e14d3e470
Merge pull request #851 from MagnaXSoftware/switch-string-slice
Add comma-separated no-deploy values
2019-10-16 16:00:46 -07:00
Erik Wilson
756a7f1069
Merge pull request #846 from galal-hussein/k3s_cloud_provider
K3s cloud provider
2019-10-16 15:00:22 -07:00
Xavier Landreville
2f4a08c54d Add comma-separated no-deploy values
This allows no-deploy values to be either specified as multiple --no-deploy invocations,
or a single invocation with comma-separated values.
2019-10-16 15:51:04 -04:00
galal-hussein
d2c1f66496 Add k3s cloud provider 2019-10-16 21:13:15 +02:00
Erik Wilson
c5569cc518
Merge pull request #904 from erikwilson/update-sonobuoy-2
Update sonobuoy to v0.16.2
2019-10-15 22:15:46 -07:00
Erik Wilson
fbc94dbe71 Update sonobuoy to v0.16.2 2019-10-15 17:25:37 -07:00
galal-hussein
9961b1a625 Vendor Update 2019-10-15 23:17:17 +02:00
Erik Wilson
d8b6ac8d3e Update airgap images to include rancher/local-path-provisioner 2019-10-15 11:06:50 -07:00
Erik Wilson
25c81f3cfe
Merge pull request #898 from erikwilson/update-sonobuoy-builds
Clean up sonobuoy testing
2019-10-14 14:58:37 -07:00
Erik Wilson
8beb368bfc Clean up sonobuoy testing 2019-10-14 14:27:39 -07:00
Erik Wilson
264347a48c
Merge pull request #897 from erikwilson/fix-versions
Fix versioning for containerd & crictl
2019-10-14 13:28:37 -07:00
Erik Wilson
1106e48fc2
Merge pull request #757 from joakimr-axis/joakimr-axis_quotes
install.sh: Cleanup of quotes
2019-10-14 13:07:46 -07:00
Erik Wilson
2ef3a2058d Fix versioning for containerd & crictl 2019-10-14 12:54:10 -07:00
Erik Wilson
c12d2a1aea
Merge pull request #867 from galal-hussein/private_reg
Add private registry support to containerd
2019-10-10 14:35:37 -07:00
Erik Wilson
3286a8e1f2
Merge pull request #886 from galal-hussein/fix_cert_rotate
Fix cert rotate function
2019-10-10 14:01:36 -07:00
galal-hussein
436ff4ef63 fix cert rotation function 2019-10-10 03:35:32 +02:00
galal-hussein
f8ec6f905a Vendor update 2019-10-10 03:34:35 +02:00
Erik Wilson
db4f7e684a
Merge pull request #885 from erikwilson/update-sonobuoy
Update sonobuoy to v0.16.1 and use e2e go runner
2019-10-09 15:44:20 -07:00
Erik Wilson
fefa44feac Update sonobuoy to v0.16.1 and use e2e go runner 2019-10-09 15:06:17 -07:00
Joakim Roubert
d982c33bfc
Merge branch 'master' into joakimr-axis_quotes 2019-10-08 07:47:07 +02:00
galal-hussein
5ccc880ddb Add private registry to containerd 2019-10-08 01:54:53 +02:00
galal-hussein
1f42da0164 Vendor Update 2019-10-08 01:03:59 +02:00
Erik Wilson
09f7674a87
Merge pull request #747 from joakimr-axis/joakimr-axis_noawk
install.sh: Use built-in shell functionality instead of awk
2019-10-07 15:55:12 -07:00
Joakim Roubert
f0bce02a62
Update install.sh
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2019-10-04 07:41:05 +02:00
Erik Wilson
8ad99f06a7
Merge pull request #865 from erikwilson/upgrade-k3s-root
Upgrade k3s-root to v0.3.0
2019-10-03 20:38:37 -07:00
Erik Wilson
830969449e Upgrade k3s-root to v0.3.0 2019-10-03 19:35:23 -07:00
Erik Wilson
e764a2edb6
Merge pull request #861 from erikwilson/build-cleanup
Cleanup build script
2019-10-03 11:11:52 -07:00
Erik Wilson
6b7d972590 Cleanup build script
Separate version flags and build CNI plugins in a temp directory.
2019-10-03 10:25:05 -07:00
Erik Wilson
5e0e322f45
Merge pull request #858 from erikwilson/fix-arm-3
Separate CNI plugin dependencies
2019-10-02 19:26:15 -07:00
Erik Wilson
262a4950bf Separate CNI plugin dependencies
Because:
- Current CNI plugins produces an error on Raspbian:
  `failed to create bridge \"cni0\": could not add \"cni0\": operation not supported"`
- Dependencies for CNI plugins may interfere with containerd dependencies.

This change will compile and download CNI plugins separately, and will
downgrade CNI plugins to v0.7.6 for compatability with armv7.
2019-10-02 18:48:30 -07:00
David Nuzik
77021adc2d
Update feature_request.md
Tweak the intro message portion.
2019-10-02 16:06:13 -07:00
David Nuzik
637e08c36c
Update bug_report.md
Tweak and make an addition to the bug report.
Remove request for screenshots.
2019-10-02 16:03:17 -07:00
Erik Wilson
1b9698bb71
Merge pull request #850 from chenrui333/go-1.13
Upgrade to go v1.13.1
2019-10-02 13:21:35 -07:00
Erik Wilson
cac41db0e1
Merge pull request #816 from galal-hussein/default_local_storage
Add default storage class
2019-10-01 14:09:24 -07:00
Erik Wilson
69645ce12f
Merge pull request #805 from galal-hussein/certificate_rotation
Certificate Rotation
2019-10-01 14:07:45 -07:00
Joakim Roubert
2548f3ebaa
Update install.sh
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2019-10-01 08:49:01 +02:00
Erik Wilson
ca70e11d54 Update vendor 2019-09-30 16:25:17 -07:00
Erik Wilson
fb7c8fe069 Add github.com/Microsoft/hcsshim to go.mod 2019-09-30 16:24:35 -07:00
galal-hussein
2dc5ba5bae Add certificate rotation 2019-09-30 18:34:58 +02:00
galal-hussein
439920e517 Vendor update and go.mod update 2019-09-30 18:34:57 +02:00
galal-hussein
56e0e5ad7e Add default local storage provisioner 2019-09-30 18:17:33 +02:00
Rui Chen
3afecdbf4e go mod tidy with GOPROXY 2019-09-29 21:35:37 -04:00
Rui Chen
ba787a7ec0 Upgrade to go v1.13.1 2019-09-29 21:17:11 -04:00
Joakim Roubert
ce388e3788
Update install.sh
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2019-09-28 14:29:49 +02:00
Erik Wilson
2ea7a717d9
Merge pull request #719 from erikwilson/encrypted-network-support
Initial encrypted network support
2019-09-27 19:35:24 -07:00
Erik Wilson
6f7a1a70fa Label new flannel flags as experimental 2019-09-27 18:33:05 -07:00
Erik Wilson
0af32bba75 Use newest flannel API 2019-09-27 18:33:05 -07:00
Erik Wilson
0a605374c9 Update modules 2019-09-27 18:33:04 -07:00
Erik Wilson
999e40d6d3 Add strongswan utilities for ipsec 2019-09-27 18:26:39 -07:00