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

640 Commits

Author SHA1 Message Date
Joe Borg
f6533a26eb Wanted to use the SnapPackage library, but it seems to execute on the host and not the VM installer-rc installer-v2.0.1rc 2021-01-07 14:38:22 -05:00
Joe Borg
53219c7500 Fix bad import 2021-01-07 11:43:11 -05:00
Joe Borg
ebe6ad8df0 Install integrator snaps along side MicroK8s 2021-01-07 09:36:54 -05:00
Kenneth Koski
8ff0f4ab3b Unrevert Kubeflow bundle and update to latest version (#1870)
The latest version includes a fix for the issue leading to the reversion
2021-01-05 22:42:06 +02:00
Peter Somogyvari
bf11ab5831 fix(inspect): calico interface ufw name check (#1858)
Change the check in the inspect script to
look for rules for vxlan.calico instead of cni0
which seems to be the interface that
Calico creates for itself when in VXLAN mode.

Fixes #1712

Signed-off-by: Peter Somogyvari <peter.metz@unarin.com>
2021-01-04 20:42:03 +02:00
balchua
aba6bb35ae use apiserver readyz endpoint in configure hook to check if apiserver is ready. Fixes: #1831 (#1834) 2021-01-04 15:30:22 +02:00
dependabot[bot]
499a4425f9 Bump actions/setup-python from v2.1.4 to v2.2.1 (#1841)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 14:20:39 +02:00
Kenneth Koski
dcf58691f6 Reverting Kubeflow bundle to older version (#1824)
* Reverting Kubeflow bundle to older version

Until Juju bug #1907860 is fixed, which prevents usage of Istio

* Add timeout to CI testing

* Revert Juju version
2021-01-04 14:10:12 +02:00
Konstantinos Tsakalozos
cfc3d60de6 dqlite patch for 1.20.1 (#1865)
* dqlite patch for 1.20.1

* Clean containerd src directory before building it
2021-01-04 13:19:29 +02:00
balchua
83f24a689c Fixes #1829 (#1832) 2020-12-30 12:04:24 +02:00
Kyle McLaren ⚡️
b8459008fa fixes brew cask deprecation warning (#1820) 2020-12-14 17:20:37 -05:00
Joe Borg
70190e1abd Bump Multipass to v1.5.0 (#1812) 2020-12-11 20:10:24 +02:00
Joe Borg
ee0f27e45a Bump default Windows install track to 1.20/stable (#1811) 2020-12-11 17:48:41 +02:00
Konstantinos Tsakalozos
4737d85f89 Update README.md (#1810) v1.20 2020-12-11 16:21:45 +02:00
Konstantinos Tsakalozos
037835e93d Ensure microk8s is running before testing (#1809) 2020-12-11 15:43:17 +02:00
Konstantinos Tsakalozos
90ecdd44a7 Pass the bpf in the lxc test containers (#1808) 2020-12-11 14:44:52 +02:00
Konstantinos Tsakalozos
f022b0bb14 Adding sh to lxc template creation (#1806) 2020-12-11 11:05:17 +02:00
Konstantinos Tsakalozos
865b4e5c8d Fix istio and dns (#1803)
* Reset CNI

* Disable linkerd and ambassador addons

* Disable Travis
2020-12-10 18:34:14 +02:00
Matthias Lübken
2da98124d6 Adds a description for the dbctl command. (#1802) 2020-12-10 11:53:02 +02:00
Kenneth Koski
063bd9a370 Fix Kubeflow hostname handling (#1800)
Ambassador is no longer used in the bundle
2020-12-10 07:59:54 +02:00
Konstantinos Tsakalozos
bf6b9934cd Reset at the end of the tests not on every test 2020-12-09 17:59:01 +02:00
Konstantinos Tsakalozos
3faf87f498 Fluentd may not need to restart the apiserver 2020-12-09 17:59:01 +02:00
Konstantinos Tsakalozos
6ec4499700 Make reset less prone to blocking 2020-12-09 17:59:01 +02:00
Konstantinos Tsakalozos
de574fe2d0 Add SelfLink to fix storage 2020-12-09 17:59:01 +02:00
Konstantinos Tsakalozos
d9d2fd78c6 Add service-account arguments 2020-12-09 17:59:01 +02:00
Konstantinos Tsakalozos
917ed26459 dqlite-patch for 1.20 2020-12-09 17:59:01 +02:00
Riya John
fa61b2272f Add resolv.conf to forward list in coredns (#1625) 2020-12-08 19:14:07 +02:00
Konstantinos Tsakalozos
bcc4607ac3 Adding KEDA test 2020-12-08 12:00:33 +02:00
Kenneth Koski
2fc3ae9c1e Limit scope of containerd part
Otherwise, it pulls in a version of files such as enable.kubeflow.sh
that conflicts with what is sitting in the git repo.
2020-12-08 12:00:33 +02:00
Kenneth Koski
ba7660025d Switch microk8s enable/disable wrappers to Python script (#1782) 2020-12-08 10:20:57 +02:00
Konstantinos Tsakalozos
fdb15fd8fb Remove libco dependency (#1798)
* New dqlite patch without libco

* Remove libco
2020-12-08 10:14:49 +02:00
Konstantinos Tsakalozos
1c43243f01 Do not test the upgrade of cilium (#1795) 2020-12-07 20:37:41 +02:00
balchua
96482a0fc4 Include KEDA in addons. (#1759) 2020-12-07 19:40:23 +02:00
Kenneth Koski
4976c2397e Skip CI checks requiring AWS on forked PRs (#1796) 2020-12-07 19:09:20 +02:00
balchua
5a52ce29a7 Enable prometheus on arm arch. (#1781) 2020-12-07 17:29:05 +02:00
Joe Stringer
c4f8d0e689 Reintroduce cilium upgrade to 1.8 (#1785)
This reverts commit 2d3f12512c ("Revert "upgrade cilium to version 1.8.3
(#1583)" (#1784)") and resolves the upgrade problem by specifying this
upgrade flag as documented in the upgrade guide[0]:

    --set agent.keepDeprecatedLabels=true

[0]: https://docs.cilium.io/en/v1.7/install/upgrade/#important-changes-required-before-upgrading-to-1-7-x

Co-authored-by: balchua <balchua@yahoo.com>
2020-12-03 12:29:21 +02:00
Konstantinos Tsakalozos
b8b444c4fd Fix the containerd build (#1783) 2020-12-02 21:57:31 +02:00
Konstantinos Tsakalozos
2d3f12512c Revert "upgrade cilium to version 1.8.3 (#1583)" (#1784)
This reverts commit 595256fade.
2020-12-02 15:25:30 +02:00
Chris Sanders
57d30d1abe Fix pytest dependency for xenial testing (#1776) 2020-12-01 09:26:12 +02:00
Didier Durand
3797161d2b Adding repo link for Akri (MSFT) on MicroK8s (#1777) 2020-12-01 09:22:28 +02:00
balchua
e2b47053a7 [Fix] Enable linkerd cli on arm architecture (#1779) 2020-12-01 09:21:05 +02:00
Konstantinos Tsakalozos
e63a30fd26 Revert "Switch microk8s enable wrapper to Python script (#1467)" (#1778)
This reverts commit a0ac699937.
2020-11-27 16:25:03 +02:00
Kenneth Koski
a0ac699937 Switch microk8s enable wrapper to Python script (#1467)
* Switch microk8s enable/disable wrappers to Python script

For now, they're just clones of the old bash scripts, with the ability
to handle unix-style flag arguments. Using click however, will allow
expanding the enable scripts to be full click subcommands, instead
of just bash scripts.
2020-11-26 14:27:29 +02:00
Kenneth Koski
d84a0235d8 Fix traefik typo (#1769) 2020-11-24 09:49:12 +02:00
mercimat
1edf2a6725 update echo text in flannel-etcd upgrade scripts (#1753) 2020-11-23 11:36:26 +02:00
Kenneth Koski
3e4d5500c5 Test Kubeflow addon in Github actions (#1635) 2020-11-20 17:12:05 +02:00
Konstantinos Tsakalozos
303108ad8b Do not reset multi-node clusters (#1750)
* Do not reset multi-node clusters

* Reset with args
2020-11-19 15:48:32 +02:00
Konstantinos Tsakalozos
078eb9c1f4 Update traefik to 2.3 (#1749) 2020-11-18 14:40:32 +02:00
balasu
2b88deeb5d for enabling traefik ingress controller (#1687)
Co-authored-by: Konstantinos Tsakalozos <kos.tsakalozos@canonical.com>
2020-11-18 12:45:41 +02:00
Konstantinos Tsakalozos
8a712c465e Shorten the upgrade path test from 1.16 to now (#1745) 2020-11-17 20:42:40 +02:00