1
0
mirror of https://github.com/ubuntu/microk8s.git synced 2021-05-23 02:23:41 +03:00

67 Commits

Author SHA1 Message Date
Konstantinos Tsakalozos
7c3311a6d2 Switch to containerd 2019-03-12 16:36:29 +02:00
Konstantinos Tsakalozos
1f90fb9589 Reorg of tests to handle timeouts (#315)
* Reorg of tests, disable prometheus, no dns disable
2019-02-13 17:22:40 +02:00
Konstantinos Tsakalozos
968f0fe5ee Fix ingress and monitoring on arm64 (#307)
* Fix ingress on arm64
* Do not test monitoring on arm64
2019-02-11 13:29:31 +02:00
Konstantinos Tsakalozos
3156594f7a The Jaeger Operator addon (#232)
* The Jaeger Operator addon
2019-02-01 12:58:42 +02:00
Konstantinos Tsakalozos
e686a882bb Add fluentd addon (#217)
* Add flunetd addon
2019-02-01 11:36:01 +02:00
Konstantinos Tsakalozos
1a265d2d77 Add prometheus (#202)
* Add prometheus
2019-02-01 10:37:18 +02:00
Konstantinos Tsakalozos
f823b30359 Better dns testing (#190) 2018-11-27 13:18:36 +02:00
Konstantinos Tsakalozos
c1990408ea Adding ARM64 support (#154)
* Handle http_proxy and etcd unsupported arm warning

* Parametrise dns addon for cpu architecture

* Parametrise the dashboard for architectures

* Resizer from cdkbot

* Ingress and metrics server

* Single enable/disable function

* Remove gpu addon

* Istio is only for amd64

* Storage addon to use the right image

* Registry for arm64

* Work on the tests

* Make sure dockerd-env is available after an upgrade
2018-11-07 11:12:44 +02:00
Konstantinos Tsakalozos
9b395d5d7b Metrics server (#102) 2018-09-12 13:26:59 +03:00
Konstantinos Tsakalozos
aa4a6156fc Add socat package (#94)
* Add socat package

* Add tests for port forward
2018-08-27 21:02:25 +03:00
Konstantinos Tsakalozos
7acb24b0fa A private registry addon (#71)
* A registry addon
* Remove flakiness in pod status checking
* Retry for 1 minute instead of 5
* Handle missing addon in tests
2018-08-10 13:38:26 +03:00
Konstantinos Tsakalozos
67d853bf65 Istio addon (#83)
* Istio addon
* Use utils under common. Reduce wait time.
2018-08-10 12:42:37 +03:00
Konstantinos Tsakalozos
7d1dd8de68 Add GPU addon (#82)
* Add GPU addon

* Better handling of non-NVIDIA hardware in tests.

* Address review comments

* Docker should be running before dns restarts kubelet

* Use poll instead of blind wait when restarting docker

* Check dockerd every sec
2018-08-06 17:30:23 +03:00
Konstantinos Tsakalozos
33c151c216 Agressive cleanup during tests (#80) 2018-07-26 17:01:51 +03:00
Konstantinos Tsakalozos
11fe17a5c5 Adding ingress addon (#46)
* Add ingress controller
* Fix the remove microk8s issue
* Use /proc/mounts in place of mount to get mount points
2018-06-14 08:00:22 +03:00
Konstantinos Tsakalozos
e21027ac85 Replace nfs-provisioner with hostpath-provisioner (#49) 2018-06-14 06:51:23 +03:00
Konstantinos Tsakalozos
d954075408 Adding addon tests and testing in trusty/travis (#42)
* Adding addon tests. Use gawk and sed from snap

* Add reset command. Should be used before removing the snap

* Addressing comments
2018-06-07 13:45:12 -07:00