Commit Graph

936 Commits (c6e6013d40518449d1bb2f9fe0f44af36c6ad83a)

Author SHA1 Message Date
Medya Gh e89b0b4757 move dockerfile to a different folder 2020-07-27 15:59:56 -07:00
Medya Ghazizadeh f290112a56
Merge pull request #8670 from YangKeao/support_sch_filter
Add SCH_PRIO, SCH_SFQ and CLS_BASIC kernel module to add filter on traffic control
2020-07-23 10:01:53 -07:00
Sharif Elgamal 1b6eee675b
Automated GCP Credentials Addon Prototype (#8682)
* metadata addon works

* Add code for metadata server image and makefile rules

* remove log message

* update to work with v1.13.11

* update readme

* fix metadata addon stuff for newer codebase

* buncha changes

* just so many changes

* ch-ch-ch-ch-changes

* addon works

* update readme

* boilerplate

* revert unrelated change

* move server code to another repo

* switch addon name to gcp-auth

* metadata -> gcp-auth

* missed one

* automate finding of credentials

* remove unnecessary comment

* address comments

* Update README.md

* Update README.md

* use mustload everywhere

* swap selector condition

* upgrade kube-webhook-certgen to 1.3

* move paths to constants

* add notice to user on addon enable

* adding addon documentation

* move addons documentation inside handbook

* remove old addons docs location

Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
2020-07-21 14:25:58 -07:00
priyawadhwa aaebd88251
Merge pull request #8610 from johscheuer/update-storage-provisioner
Update external-provisioner for storage provisioner for Kubernetes 1.18
2020-07-20 19:11:38 -04:00
minikube-bot a13fb6d390 Update releases.json to include v1.12.1 2020-07-17 14:51:20 -07:00
Medya Ghazizadeh f6a6de1be2
Merge pull request #8705 from hjmodi/update_ingress_images
Update ingress images
2020-07-14 10:43:10 -07:00
Anders F Björklund 51876cc23a The podman github project was renamed to podman
This invalidated all tar checksums for "libpod".
2020-07-14 18:21:50 +02:00
Harsh Modi ce6688b1ec update nginx ingress controller image 0.32.0->0.33.0 2020-07-12 19:54:38 -04:00
Harsh Modi 122a472f95 update kube-webhook-certgen image 1.2.0->1.2.2 2020-07-12 19:52:02 -04:00
minikube-bot 5813068363 Update releases.json to include v1.12.0 2020-07-09 14:25:39 -07:00
Yang Keao 944f2a2036 add kernel options to support basic match, sfq and prio
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
2020-07-08 14:16:37 +08:00
Medya Ghazizadeh d8106f7d06
Merge pull request #8454 from colvin/addon-podsecuritypolicies
Include a podsecuritypolicies addon
2020-07-07 15:52:03 -07:00
Anders F Björklund 9bc5cf8353 Delete cri-o patch file now unused after revert 2020-07-06 10:36:06 +02:00
Anders F Björklund 53073506d1 Revert "Upgrade crio to 1.18.1"
This reverts commit de7ea0b270.
2020-07-06 10:22:49 +02:00
Anders F Björklund 5ab9c542a9 Revert "Upgrade crio.conf to version v1.18.1"
This reverts commit f19ca1597c.
2020-07-06 10:22:40 +02:00
Anders F Björklund 00db37da3b Revert "The name of the make variable was changed"
This reverts commit 6e619bd5c7.
2020-07-06 10:22:22 +02:00
Anders F Björklund dfb970ab37 Revert "Upgrade crio to 1.18.2"
This reverts commit 514dda8f2e.
2020-07-06 10:19:48 +02:00
Anders F Björklund 857b693f57 Revert "The config flag for go packages were both changed"
Need to use the old config flag again for the old Buildroot

This reverts commit 661feaca3f.
2020-07-06 08:49:43 +02:00
Medya Ghazizadeh 4623a762e7
Merge pull request #8649 from afbjorklund/buildroot-revert
WIP: Revert Buildroot version from 2020.02 to 2019.02
2020-07-05 13:44:32 -07:00
Anders F Björklund 8db8b8776f Revert "Upgrade Buildroot to 2019.02 LTS and Linux to 5.4"
This reverts commit b53518d74f.
2020-07-05 22:08:44 +02:00
Medya Ghazizadeh e254615b69
Merge pull request #8643 from afbjorklund/docker-19.03.12
Upgrade Docker, from 19.03.11 to 19.03.12
2020-07-05 12:29:12 -07:00
Medya Ghazizadeh 23cbf0590e
Merge pull request #8644 from afbjorklund/podman-revert
Revert "Upgrade podman to 2.0.0"
2020-07-05 12:27:18 -07:00
Anders F Björklund 514dda8f2e Upgrade crio to 1.18.2 2020-07-05 09:21:23 +02:00
Anders F Björklund 08ca0bd67d Revert "Upgrade podman to 2.0.0"
Use the previous podman v1, while issues with v2 are sorted

This reverts commit 457dcef7ef.
2020-07-05 09:11:11 +02:00
Anders F Björklund 8f87983c70 Upgrade Docker, from 19.03.11 to 19.03.12 2020-07-05 09:09:54 +02:00
Anders F Björklund 11d0fcd61b Disable containerd from starting up at boot
Saves us having to restart docker later on
2020-07-01 18:27:11 +02:00
Johannes M. Scheuermann e5cfa386b1 Add endpoint for leader-election 2020-07-01 08:41:27 +02:00
Johannes M. Scheuermann 73fccf04f8 Update external-provisioner for storage provisioner 2020-06-30 18:31:06 +02:00
Alban Crequy b2d6962845 kernel config: add CONFIG_IKHEADERS
BCC tools need to have access to kernel headers. It can be done either
by installing linux-headers packages or by having a kernel compiled with
CONFIG_IKHEADERS so that enough information can be retrieved via
/sys/kernel/kheaders.tar.xz.

BCC tools are used in Inspektor Gadget, a collection of tools for
developers of Kubernetes applications. I would like Inspektor Gadget to
support Minikube.
2020-06-27 17:41:19 +02:00
Medya Ghazizadeh d31052ebf1
Merge pull request #8548 from afbjorklund/falco-module
Rename falco-probe package to falco-module instead
2020-06-24 12:33:53 -07:00
Anders F Björklund b8fea2bc75 Rename falco-probe package to falco-module instead
Same software, but upstream changed the packaging.
2020-06-24 20:42:34 +02:00
priyawadhwa 84365fe57b
Merge pull request #8294 from maciaszczykm/dashboard-v2.0.1
Bump Dashboard to v2.0.1
2020-06-24 11:35:28 -07:00
Anders F Björklund 457dcef7ef Upgrade podman to 2.0.0 2020-06-23 21:36:13 +02:00
colvin 3d2ae5423c Rename podsecuritypolicies addon to pod-security-policy 2020-06-18 17:00:08 -04:00
Medya Ghazizadeh 101b612e86
Merge pull request #8471 from govargo/bump-helm-2.16.8
bump helm-tiller addon to v2.16.8
2020-06-14 16:46:26 -07:00
Medya Ghazizadeh 46b5d4113f
Merge pull request #8473 from afbjorklund/crio-version
Add patch for restoring crio --version output
2020-06-13 13:57:32 -07:00
Anders F Björklund 80073a7d99 Add patch for restoring crio --version output 2020-06-13 12:24:10 +02:00
Anders F Björklund 76d38da83f Require minikube-automount for /run/minikube/env
systemd gets sad if environment files are missing
2020-06-13 10:25:21 +02:00
Kenta Iso e823ac1dd5 bump helm-tiller addon to v2.16.8 2020-06-13 15:39:34 +09:00
Anders F Björklund ce1a2f9601 Make sure to pass make env and flags for driver 2020-06-12 18:37:03 +02:00
colvin b32cb5e6ba Create a podsecuritypolicies addon
Create a new addon, `podsecuritypolicies` that applies the
PodSecurityPolicy and related RBAC configuration from the
https://minikube.sigs.k8s.io/docs/tutorials/using_psp/ tutorial.
Apparently, recent work on the addons system has invalidated the
procedure shown in that tutorial, as the configuration is no longer
automatically applied. The last known working version is `1.6.2`.

This allows clusters started with
`--extra-configs=apiserver.enable-admission-plugins=PodSecurityPolicy`
to succeed, so long as they also include `--addons=podsecuritypolicies`.
2020-06-11 09:51:13 -04:00
Anders F Björklund d1ea9f96fd Upgrade falco-probe driver kernel module to 0.23 2020-06-11 08:05:17 +02:00
Medya Ghazizadeh 57f6afd4c8
Revert "Addons: Update OLM Addon" 2020-06-09 19:03:06 -07:00
Medya Ghazizadeh badea72f3b
Merge pull request #8392 from tsraza/tsraza-patch-1
Patch the registry-aliases addon missing entrypoint
2020-06-09 16:55:30 -07:00
Medya Ghazizadeh 8fcfaf4a66
Merge pull request #8187 from afbjorklund/buildroot-2020.02
Buildroot 2020.02
2020-06-09 15:07:59 -07:00
Taqui Raza 576346a437
use sh entrypoint in registry-aliases addon 2020-06-08 22:35:21 +00:00
Medya Ghazizadeh a79993dc22
Merge pull request #8404 from afbjorklund/crio-v1.18.1
Upgrade crio and crio.conf to v1.18.1
2020-06-08 14:40:30 -07:00
Medya Ghazizadeh a3f50fe8d2
Merge pull request #8406 from afbjorklund/conmon-v2.0.17
Upgrade conmon to 2.0.17
2020-06-08 14:36:03 -07:00
Medya Ghazizadeh 0523335ff6
Merge pull request #8405 from afbjorklund/podman-1.9.3
Upgrade podman to 1.9.3
2020-06-08 14:27:16 -07:00
Anders F Björklund 6e619bd5c7 The name of the make variable was changed
Unfortunately there is no naming standard whatsoever,
for these magic make variables for the git commit...
2020-06-07 19:40:33 +02:00