Thomas Strömberg
bc67a32a7b
Merge pull request #3332 from dlorenc/rmaddons
...
Remove both the CoreDNS and KubeDNS addons. Let Kubeadm install the c…
2018-12-03 17:15:06 -08:00
priyawadhwa
1c3df2dc3c
Add NET_PRIO cgroup to iso ( #3396 )
...
This cgroup is required for running gvisor in minikube.
2018-12-03 14:44:00 -08:00
Fernando Diaz
49f038a902
Update Ingress-Nginx to 0.21 ( #3365 )
...
Updates the Ingress-Nginx Addon to version 0.21.
2018-11-26 14:59:53 -08:00
dlorenc
2091f8c27a
Remove both the CoreDNS and KubeDNS addons. Let Kubeadm install the correct DNS addon.
2018-11-16 14:54:44 -08:00
Thomas Stromberg
f7ac166f6b
crio is now in kubernetes-sigs rather than kubernetes-incubator.
2018-11-12 14:44:26 -08:00
Thomas Stromberg
cfd8007243
Merge branch 'master' into crio
2018-11-07 15:06:04 -08:00
Thomas Stromberg
d2ac7ae28e
Upgrade to crio v1.11.8
2018-11-07 15:05:51 -08:00
Thomas Stromberg
72e596507a
Merge branch 'master' into consistent_err_formatting
2018-10-19 14:08:35 -07:00
Thomas Strömberg
e77d95a638
Merge pull request #3223 from AkihiroSuda/docker1806
...
Upgrade Docker, from 17.12.1-ce to 18.06.1-ce
2018-10-17 14:47:35 -07:00
Thomas Stromberg
f24c02319e
Update releases.json to v0.30.0
2018-10-05 16:18:40 -07:00
Akihiro Suda
8edef67226
Upgrade Docker, from 17.12.1-ce to 18.06.1-ce
...
Docker >= 18.06 is needed for securityContext.procMount (Kubernetes >= 1.12)
See kubernetes/kubernetes#64283 and docker/docker-ce@67fe100
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-10-06 06:17:01 +09:00
Thomas Strömberg
583937ac3e
Merge pull request #3210 from tstromberg/dashboard_on_demand
...
Use "kubectl proxy" instead of a NodePort to expose the dashboard.
2018-10-04 14:42:41 -07:00
Thomas Strömberg
36d76c72ff
Merge pull request #3183 from tstromberg/k8s_releases_json_dep
...
Remove refs to k8s_releases.json now that `get-k8s-versions` is gone.
2018-10-04 14:42:12 -07:00
Thomas Stromberg
dc6d1bab8d
Merge branch 'master' into dashboard_on_demand
2018-10-04 13:38:49 -07:00
Fernando Diaz
2ebdf5e1eb
Enhance the Ingress Controller Addon ( #3099 )
...
- Updates Ingress-Controller Version to 0.19.0
- Adds Service Account for Ingress-Controller
- Adds Support for Prometheus
- Fixes bug with TCP/UDP ConfigMaps not Loading
- Adds more resource limits to default-backend
- Use new ingress class name
- Use app.kubernetes.io/xxxxxxxxxxx labels
2018-10-04 16:13:53 -04:00
Thomas Strömberg
79e95f8e67
Merge pull request #3152 from afbjorklund/cni
...
Upgrade cni and cni-plugins to release version
2018-10-03 21:55:07 -07:00
Thomas Strömberg
9ce572222e
Merge pull request #3195 from davidovich/ensure_dev_mounted
...
ensure that /dev has settled before operating
2018-10-03 21:36:55 -07:00
Thomas Stromberg
ca9ca6f29b
Switch the label back to k8s-app instead of app for minikube compatibility.
2018-10-03 12:57:55 -07:00
Thomas Stromberg
21776a09b5
Fix service port indentation.
2018-10-02 22:31:26 -07:00
Thomas Stromberg
df54c6a5b4
Use "kubectl proxy" instead of a NodePort to expose the dashboard.
...
This provides an additional level of security, by enforcing host checking, applying port randomization, and requiring explicit user intent to expose the service to the host.
2018-10-02 22:25:45 -07:00
Thomas Strömberg
67d5fc8984
Merge pull request #3162 from ansiwen/upgrade-gluster
...
Upgrade gluster client in ISO to 4.1.5
2018-10-02 17:54:01 -07:00
Thomas Strömberg
8e99e283c2
Merge pull request #3123 from oilbeater/update-ingress
...
update nginx ingress controller version to 0.19.0
2018-10-01 16:45:33 -07:00
Thomas Strömberg
96d0f14dde
Merge pull request #3160 from afbjorklund/crictl-bin
...
Install crictl from binary instead of from source
2018-10-01 16:43:01 -07:00
David Genest
bb07acdc90
ensure that /dev has settled before operating
...
Minikube automount relies on a VM disk to be mounted (usually /dev/sda)
to provide .ssh credentials.
This commit adds a dependency on systemd-udev-settle to ensure that all devices
(including disks) are up and available before executing the mount
script.
We use systemd-udev-settle
https://github.com/systemd/systemd/blob/master/units/systemd-udev-settle.service.in
To ensure this. Note that in the above link, we can read a comment
stating that systemd-udev-settle is used to ensure a populated /dev
during bootup, which is exaclty what we want.
Signed-off-by: David Genest <david.genest@gmail.com>
2018-10-01 15:57:45 -04:00
Thomas Stromberg
055c8002b1
Replace %s format directives with %v for errors.
...
Previously we were mixed between the two forms. This commit picks %v,
which is consistent with the Kubernetes code base. They both effectively
do the same thing in this case, though %v works with any object, and %s
only with string objects.
2018-09-28 16:05:27 -07:00
Thomas Strömberg
92a435cf4b
Merge pull request #3161 from afbjorklund/pstree
...
Add psmisc package, for pstree command
2018-09-28 11:10:12 -07:00
Thomas Stromberg
fd428599da
Remove dangling references to k8s_releases.json now that
...
`get-k8s-versions` is removed.
2018-09-28 09:47:28 -07:00
Thomas Stromberg
6675da314c
Remove refs to k8s_releases.json now that `get-k8s-versions` is gone.
2018-09-28 09:45:32 -07:00
minikube-bot
b7ffa46dbe
Update releases.json to include v0.29.0 ( #3176 )
2018-09-27 15:46:16 -07:00
Sven Anderson
f39ccc84a6
Upgrade gluster client in ISO to 4.1.5
2018-09-24 22:16:17 +02:00
Jeffrey Sica
9e586a215f
update dashboard version
2018-09-24 12:24:08 -07:00
Anders F Björklund
0439a0ce6c
Add psmisc package, for pstree command
2018-09-24 20:43:01 +02:00
Anders F Björklund
16be159cbd
Install crictl from binary instead of from source
...
Since we already install docker and cni from binary
2018-09-24 20:03:54 +02:00
Anders F Björklund
d8c8f0a896
Upgrade cni and cni-plugins to release version
...
Closes #3151
2018-09-22 10:40:03 +02:00
oilbeater
7120bdac36
update nginx ingress controller version to 0.19.0
2018-09-10 14:43:19 +08:00
Sandeep Rajan
82e991456e
update
2018-09-04 05:50:48 -05:00
Bennett Ellis
e13ed7a1ae
Add env variable for default ES_JAVA_OPTS
...
The default configuration here for ES_JAVA_OPTS will pretty much always fail as is, making this addon useless and broken unless modified. Since this is deployed automatically when addon is enabled, it seems like providing a value that works is the best option here, otherwise in a minikube the pod(s) deployed will continually fail to start.
2018-09-04 05:48:38 -05:00
yanxuean
00a8b13e98
support containerd v1.2.0-beta.0
...
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
2018-08-21 09:28:33 -07:00
dlorenc
bd9230f923
Fix the copyright header in our custom journald.conf
2018-08-20 10:23:17 -07:00
Sandeep Rajan
bda086d34c
update deployment
2018-08-16 09:29:52 -07:00
Anders F Björklund
ec55fba5f0
Upgrade from kpod 0.1 to (new name) podman 0.4.1
...
Simple management tool for containers and images
"podman shares state with crio and so has the
capability to debug pods/images created by crio"
https://github.com/projectatomic/libpod/pull/145
2018-07-30 10:36:48 -07:00
Aaron Prindle
a4606583e4
remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube
2018-07-24 12:36:42 -07:00
Aaron Prindle
8cd01a8fd2
remove deploy/docker which uses localkube
2018-07-24 12:36:42 -07:00
minikube-bot
18a84504c8
Update releases.json to include v0.28.2
2018-07-23 09:46:03 -07:00
Rohit Agarwal
05f86aacfc
Bump minikube-nvidia-driver-installer version to make it work again.
...
This incorporates the fix from GoogleCloudPlatform/container-engine-accelerators#85 .
That bug got exposed when we switched the kernel version from 4.16.14 to 4.15.
2018-07-20 07:56:29 -07:00
minikube-bot
5de590983a
Update releases.json to include v0.28.1
2018-07-17 09:29:55 -07:00
dlorenc
2be51dc6bc
Fix vboxsf host mounting.
...
vboxguest is included in 4.16, but not vboxsf.
I couldn't get vboxsf to compile for 4.16, so I downgraded to 4.15.
2018-07-16 09:49:54 -07:00
dlorenc
fbd620a010
Update cri-tools to 1.11.1.
2018-07-16 09:49:54 -07:00
Sven Anderson
9b5795072e
Add heketi and gluster dependencies to minikube.iso
...
This change adds gluster and heketi dependencies to buildroot config,
that is dm_snapshot, dm_thin_pool and XFS kernel modules, XFS tools,
and gluster itself.
2018-07-08 22:27:33 -07:00
Rohit Agarwal
96079478a7
Add nvidia-driver-installer and nvidia-gpu-device-plugin addons.
2018-07-08 22:25:48 -07:00