Thomas Strömberg
3b8d5e27ae
Merge pull request #9435 from woodcockjosh/bump-version-for-ingress-dns-docker-image
...
Bump version for ingress dns addon
2020-10-21 09:17:42 -07:00
Thomas Strömberg
6f21f2a726
Merge pull request #9484 from afbjorklund/docker.com
...
Install docker from docker.com instead of distro
2020-10-21 08:03:04 -07:00
Thomas Strömberg
165314c509
Merge pull request #9478 from afbjorklund/containerd-1.3
...
Upgrade containerd to the same as docker-ce uses
2020-10-21 07:18:37 -07:00
Thomas Stromberg
08e17b7f85
Remove hard-coded list of valid cgroupfs mountpoints to bind mount
2020-10-20 20:58:19 -07:00
Anders F Björklund
beaae54f0a
Install docker from docker.com instead of distro
2020-10-17 12:56:48 +02:00
Anders F Björklund
9080ecf587
Upgrade crio to 1.18.3
...
The name of the make variable was changed
Unfortunately there is no naming standard whatsoever,
for these magic make variables for the git commit...
Upgrade crio.conf to version v1.18.1
2020-10-17 12:36:35 +02:00
Anders F Björklund
8c22769bd9
Upgrade containerd to the same as docker-ce uses
...
Same containerd version 1.3.7 as docker 19.03.13
2020-10-16 16:51:02 +02:00
Anders F Björklund
8b83e43752
Upgrade Docker, from 19.03.12 to 19.03.13
2020-10-16 08:51:18 +02:00
Medya Ghazizadeh
6153beb703
Merge pull request #9444 from govargo/update-helm2.16.12
...
bump helm-tiller addon to v2.16.12
2020-10-15 18:18:13 -05:00
Priya Modali
8936a8c7f8
Merge branch 'master' of https://github.com/kubernetes/minikube into klog
2020-10-13 09:08:27 -07:00
Medya Ghazizadeh
88304ef63b
Merge pull request #9408 from sharifelgamal/failure-policy
...
simplify addon code by fixing gcp-auth failure policy
2020-10-12 18:08:12 -05:00
Medya Ghazizadeh
0c7284a0ca
Merge pull request #9329 from afbjorklund/buildroot-2020.02.6
...
Buildroot 2020.02.6
2020-10-12 15:33:56 -05:00
minikube-bot
64d8698f24
Update releases.json to include v1.14.0
2020-10-12 11:04:24 -07:00
Manuel Alejandro de Brito Fontes
1aa2a76c75
Update ingress-nginx image to v0.40.2
2020-10-12 12:15:46 -03:00
Kenta Iso
29d1d2201a
bump helm-tiller addon to v2.16.12
2020-10-12 23:23:24 +09:00
Josh Woodcock
bba51e500a
Bump version for ingress dns addon
2020-10-10 13:02:31 -05:00
Priya Modali
ef2090ac31
Merge branch 'master' of https://github.com/kubernetes/minikube into klog
2020-10-08 10:27:04 -07:00
priyawadhwa
82a5189b93
Merge pull request #9334 from afbjorklund/multiarch-storage-provisioner-manifest
...
Make storage-provisioner available for all arch
2020-10-07 14:43:47 -04:00
Sharif Elgamal
b04610ef9b
simplify addon code by fixing gcp-auth failure policy
2020-10-06 16:14:44 -07:00
Sharif Elgamal
6cdff56707
add gcp-skip label to gcp-auth cert job pods
2020-10-06 11:45:44 -07:00
Sharif Elgamal
9f156b9c73
add back namespaceSelector
2020-10-05 16:11:32 -07:00
Sharif Elgamal
7646be3d37
adding the label to gvisor and ingress, and documentation
2020-10-05 16:02:26 -07:00
Sharif Elgamal
523acbc0f2
explicitly skip gcp-auth webhook for specific addons
2020-10-05 15:57:22 -07:00
Dale Hamel
6b18552e64
Properly generate linux config
2020-10-05 14:48:18 -04:00
Dale Hamel
bda26edb7a
Update default config to support ftrace
2020-10-05 14:35:51 -04:00
Sharif Elgamal
ca8a065310
point to newest gcp-auth-webhook version
2020-10-02 13:48:37 -07:00
Anders F Björklund
d8e39a2dc5
Set the ISO go target environment properly
2020-10-02 08:49:17 +02:00
Priya Modali
43ea47f4e0
Fixed merge conflicts.
2020-09-29 16:17:31 -07:00
Priya Modali
97d96bf925
Switching from glob library to klog library.
2020-09-29 15:49:41 -07:00
Sharif Elgamal
ff051f9a33
Make sure gcp-auth addon can be enabled on startup ( #9318 )
...
* fix documentation for gcp-auth addon
* make sure kube-system pods are up before enabling gcp-auth
* fix lint
* add failurePolicy for webhook
* only install addons if asked
* better comment
* slightly less hacky code
* defer addons properly
* simplify code for performance
2020-09-29 13:29:14 -07:00
Anders F Björklund
92cce721aa
Make storage-provisioner available for all arch
...
Always use architecture when building the image.
When developing locally, tag the image with version
(this tag now refers to the local host architecture)
When making a release, make a manifest with version
(this manifest now lists all supported architectures)
Don't use architecture, when specifying "image:".
2020-09-27 19:40:42 +02:00
Anders F Björklund
8a18334cba
Complete the fork of kindbase by copy/paste
...
Base kicbase directly on ubuntu, without kindbase
Move all the files that are still copied and used
Avoid installing software only to be deleted later
The entrypoint had already been forked since earlier
2020-09-27 15:16:42 +02:00
Anders F Björklund
a4e4a719ba
Specify snapshot version of ubuntu used for kind
...
Also fix the 19.10 comment, it hadn't been updated
2020-09-27 15:15:43 +02:00
Anders F Björklund
85f8d05757
Fork all files needed for kindbase from upstream
...
This is for reference, to be able to combine them
2020-09-27 15:15:43 +02:00
Anders F Björklund
9056687844
Also remove the extra containerd configuration
2020-09-27 15:15:43 +02:00
Anders F Björklund
d3dc36e146
Clean up the docker installation
...
Remove local things from kind, replace with packages.
Use the "clean-install" script for a nicer Dockerfile.
2020-09-27 14:46:03 +02:00
Anders F Björklund
4c8e88ab47
Upgrade Buildroot to 2020.02 LTS with Linux 4.19
...
Do the kernel upgrade separately, for easier ISO testing
Use the same kernel version as was in "2019.02.x" branch
2020-09-27 14:11:32 +02:00
minikube-bot
85bf8a5522
Update releases.json to include v1.13.1
2020-09-21 10:13:32 -07:00
Sharif Elgamal
070cbb99ee
Merge pull request #8461 from 11janci/jjanik-enable-volumesnapshots
...
CSI Hostpath Driver & VolumeSnapshots addons
2020-09-16 11:57:42 -07:00
Thomas Strömberg
635ff53a63
Merge pull request #9199 from sharifelgamal/webhook-0.0.2
...
point to newest gcp-auth-webhook version
2020-09-09 11:57:32 -07:00
priyawadhwa
6d37a350c0
Merge pull request #8922 from afbjorklund/crio-v1.17.3
...
Upgrade crio to 1.17.3
2020-09-09 14:34:53 -04:00
Sharif Elgamal
d19f5fdd8e
point to newest gcp-auth-webhook version
2020-09-08 11:19:37 -07:00
jjanik
ae92c289b8
add csi-hostpath-driver addon
2020-09-04 18:54:33 +02:00
jjanik
c5ae7b9580
add volumesnapshots addon
2020-09-04 17:10:54 +02:00
minikube-bot
71c74f0838
Update releases.json to include v1.13.0
2020-09-03 12:32:23 -07:00
Thomas Strömberg
fae2358791
Merge pull request #8839 from staticdev/nginx-slow-version
...
Bump nginx-ingress-controller
2020-09-01 16:35:33 -07:00
Thomas Strömberg
d84f87b3f2
Merge pull request #9129 from tstromberg/dashboard-bump
...
Update dashboard to v2.0.3
2020-09-01 16:01:47 -07:00
Thomas Stromberg
464bd48ea1
Update dashboard to v2.0.3
2020-08-30 22:32:20 -07:00
Thomas Stromberg
2c5e8fdaee
Add detailed JSON & status codes for all error paths
2020-08-30 17:25:11 -07:00
Priya Wadhwa
f8b2a6c82a
Add /kubepods to egrep regex in entrypoint
...
This will ensure that the kubepods cgroup is correctly mounted, which
kubeadm uses. Without it, `kubeadm init` fails in Cloud Shell.
2020-08-25 15:53:03 -07:00
Thomas Strömberg
374dab3f9b
Merge pull request #9068 from afbjorklund/falco-0.24.0
...
Upgrade falco-module to version 0.24.0
2020-08-25 08:28:31 -07:00
Anders F Björklund
c57376daf2
Upgrade falco-module to version 0.24.0
2020-08-24 17:05:43 +02:00
Thomas Stromberg
b5ca12cd40
Revert whitespace change
2020-08-21 14:56:28 -07:00
Thomas Stromberg
c2f0a568ba
Reduce the diff size
2020-08-21 14:55:49 -07:00
Thomas Stromberg
024051b116
Merge branch 'master' into nsswitch
2020-08-21 14:22:15 -07:00
Thomas Stromberg
654cf57f26
Dockerfile: prioritize /etc/hosts over dns
2020-08-18 16:50:33 -07:00
Markus Frosch
03ce70f76a
ingress-dns: Add notes for NetworkManager with dnsmasq
2020-08-18 13:24:48 +02:00
Thomas Stromberg
1f4bfa195e
Merge branch 'master' into retry-cgroups
2020-08-12 16:40:36 -07:00
Medya Gh
d6a094ef4f
fix crio pkg vanishing
2020-08-12 16:25:54 -07:00
minikube-bot
945087f952
Update releases.json to include v1.12.3
2020-08-12 15:19:41 -07:00
Thomas Stromberg
4265facd96
entrypoint: Retry fix_cgroup on failure
2020-08-11 13:44:22 -07:00
Anders F Björklund
265d3885e5
Upgrade crio to 1.17.3
2020-08-11 07:17:05 +02:00
Medya Gh
a029474f15
rebase
2020-08-06 10:31:04 -07:00
minikube-bot
afb7f60e78
Update releases.json to include v1.12.2
2020-08-04 17:10:12 -07:00
Priya Wadhwa
5e899a81cc
Make sure cluster roles are applied to the service account the storage provisioner runs under
2020-08-03 15:23:45 -04:00
Priya Wadhwa
0538dddd9d
Upgrade storage provisioner to v2
2020-08-03 13:48:09 -04:00
Sharif Elgamal
61583d6249
upgrade crio to 1.18.3, ubuntu to 20.04 and add terrible hack to fix restarts for cri-o
2020-07-30 15:11:30 -07:00
Sharif Elgamal
de922efcb0
Merge branch 'kic_base_ubuntu2020' of github.com:medyagh/minikube into kicbase-ubuntu20
2020-07-30 10:44:01 -07:00
Sharif Elgamal
7c19edbdd5
point to newly released v0.0.1 of gcp-auth-webhook
2020-07-28 15:58:02 -07:00
Medya Gh
1bcbc67d98
update kicbase to ubuntu 20.04
2020-07-28 13:38:35 -07:00
Medya Gh
738c09992a
update kicbase to ubuntu 2020
2020-07-28 13:32:50 -07:00
Medya Gh
a35bf40cb1
Add entrypoint to Dockerfile
2020-07-28 11:10:36 -07:00
Medya Gh
d9deec2954
improve update alternative
2020-07-28 11:00:10 -07:00
Medya Gh
e89b0b4757
move dockerfile to a different folder
2020-07-27 15:59:56 -07:00
staticdev
68bc935e7f
Bump nginx-ingress-controller
2020-07-25 07:44:57 -03: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