Commit Graph

455 Commits (82a3fec77add4a5efa92f6ef15aff85aefb8c0b4)

Author SHA1 Message Date
Medya Ghazizadeh e8e1031082
Merge pull request #6659 from afbjorklund/systemd-dhcp
Add systemd patch for handling DHCP router
2020-02-22 12:27:00 -08:00
Medya Ghazizadeh 4ca33ff6a2
Merge pull request #6665 from afbjorklund/conmon-release
Rename conmon package to reflect release version
2020-02-22 08:17:04 -08:00
Medya Ghazizadeh b49d446426
Merge pull request #6560 from afbjorklund/falco-probe
Add packaging of the falco_probe kernel module
2020-02-22 08:16:03 -08:00
Anders Björklund 30945b4113
Merge pull request #6675 from afbjorklund/varlink-python3
Need to use python3 from the path for varlink
2020-02-22 09:15:28 +01:00
Medya Ghazizadeh ea71480799
Merge pull request #6690 from edge0701/feature/iso-kernel-ip-filter-modules
Add RPFilter to ISO kernel - required for modern Calico releases
2020-02-19 15:38:24 -08:00
edge0701 4ce09d90a4 Add RPFilter to ISO kernel 2020-02-19 20:24:35 +00:00
Anders F Björklund 95622e516d Need to use host python3 from path for varlink 2020-02-18 18:56:17 +01:00
Anders F Björklund 505c54db33 Build cni and cni-plugins from source instead
And make sure to install cnitool, not noop (!)
2020-02-17 22:39:34 +01:00
Anders F Björklund 0872a0d068 Update crictl to v1.17.0 2020-02-17 20:54:59 +01:00
Anders F Björklund 5ec9ea18ba Rename conmon package to reflect release version 2020-02-17 20:38:34 +01:00
Anders F Björklund 46df921da7 Add default CNI network for running wth podman 2020-02-17 19:37:07 +01:00
Anders F Björklund 1d3fb02210 Change from ipv6 to ipv4, for systemd-networkd fallback 2020-02-16 20:50:35 +01:00
Anders F Björklund 2b0d1e9464 Add systemd patch for handling DHCP router
"DHCP: No gateway received from DHCP server"

Fails systemd-networkd-wait-online.service
2020-02-16 14:15:30 +01:00
Anders F Björklund 5bd5e1e1eb Rename local sysdig version with a pkg prefix
Not to be confused with sysdig package (0.23.1)
2020-02-15 18:02:51 +01:00
Anders F Björklund a68112b9ec Use variable instead of duplicating download dir 2020-02-15 17:57:26 +01:00
Anders F Björklund d9f9ea95f4 Add default configuration for containerd
Generated with `containerd config default`
2020-02-15 13:04:08 +01:00
Anders F Björklund 3398013249 Change cgroup driver from cgroupfs to systemd
The minikube iso is using systemd, so change the container runtime
to use the same cgroup manager instead of the default (cgroupfs).

Avoids kubeadm init message:
    [WARNING IsDockerSystemdCheck]:
        detected "cgroupfs" as the Docker cgroup driver.
        The recommended driver is "systemd".

Also change the configuration for the containerd and cri-o runtimes.
2020-02-15 12:47:51 +01:00
Anders F Björklund c117a35fad The pinns binary was added to cri-o 2020-02-14 21:14:31 +01:00
Anders Björklund 53681efbc5
Merge pull request #6626 from afbjorklund/conntrack
Add conntrack-tools, needed for kubernetes 1.18
2020-02-14 18:24:25 +01:00
Anders Björklund 84f4a42ad9
Merge pull request #6621 from afbjorklund/buildroot-2019.02.9
Upgrade buildroot minor version
2020-02-14 18:24:16 +01:00
Anders Björklund 201533bf47
Merge pull request #6638 from afbjorklund/podman-1.6.5-hash
Fix wrong hash for podman-1.6.5 tarball
2020-02-14 17:33:44 +01:00
Anders F Björklund 97288ccede Fix wrong hash for podman-1.6.5 tarball
Apparently my amend failed, had exact same hash as podman-1.6.4
2020-02-14 17:08:43 +01:00
Anders F Björklund 0a63e1522b The pause binary was deleted from cri-o 2020-02-14 17:03:46 +01:00
Anders Björklund c977faf22e
Upgrade Docker, from 19.03.5 to 19.03.6 (#6618)
runc v1.0.0-rc10

    containerd v1.2.12
2020-02-13 15:44:14 -07:00
Anders Björklund f37a894035
Upgrade crio to 1.17.0 (#6624)
* Upgrade crio to 1.17.0

* Upgrade crio.conf to version v1.17.0
2020-02-13 15:43:28 -07:00
Anders Björklund 40bae89f63
Upgrade conmon version for podman (#6622) 2020-02-13 15:42:57 -07:00
Anders Björklund e87e2f1cc5
Upgrade podman to 1.6.5 (#6623) 2020-02-13 15:42:24 -07:00
Anders F Björklund 81a66cc2a7 Add conntrack-tools, needed for kubernetes 1.18 2020-02-13 23:01:35 +01:00
Anders F Björklund 3a05950764 Upgrade buildroot minor version 2020-02-13 22:52:01 +01:00
Martynas Pumputis e41cc60c0d Enable CONFIG_CGROUP_BPF
This commit adds CONFIG_CGROUP_BPF=y to the minikube kernel config,
which enables running eBPF cgroup programs.

An example of a producer of such programs is Cilium CNI.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
2020-02-10 10:55:17 +01:00
Anders F Björklund 078fc0fc3f Add packaging of the falco_probe kernel module
See also https://falco.org/docs/installation/
2020-02-09 10:32:19 +01:00
Thomas Strömberg 42239f522e
Merge pull request #6285 from afbjorklund/mbr-gpt
Switch from MBR to GPT for the ISO partitioning
2020-01-24 15:59:01 -08:00
Thomas Strömberg 76bed593ea
Merge pull request #6349 from afbjorklund/varlink
Add varlink program for using with podman-remote
2020-01-24 15:49:11 -08:00
Anders F Björklund 45272d4f8e Add varlink program for using with podman-remote
Using podman-remote requires "varlink bridge"
2020-01-19 17:56:31 +01:00
Anders F Björklund 857c8f5eb0 Change the compression methods used on the iso
Using lz4 for kernel and gzip for the rootfs
2020-01-18 10:07:19 +01:00
Anders F Björklund 3e0724c938 Document the current config better with defaults
Using gzip for kernel and bzip2 for the rootfs
2020-01-18 10:05:25 +01:00
Anders F Björklund e6c684e19e Switch from MBR to GPT for the ISO partitioning 2020-01-12 15:02:15 +01:00
tstromberg db2d1818bb Disable IPv6 in the minikube VM until it can be properly supported 2020-01-08 14:04:27 -08:00
Medya Ghazizadeh b1789b82f8
Merge pull request #6210 from afbjorklund/crio-v1.16.1
Upgrade crio to 1.16.1
2020-01-07 14:53:30 -08:00
Medya Ghazizadeh 4dd8498ff1
Merge pull request #6209 from afbjorklund/runc-version
Fix the version number output of runc
2020-01-07 13:28:58 -08:00
Anders F Björklund c8b30a566d Fix the version number output of runc
And make the build more standardized, use the make target
2020-01-04 15:55:27 +01:00
Anders F Björklund aaca78e249 Upgrade crio to 1.16.1 2020-01-04 15:06:14 +01:00
Anders F Björklund a8d8147477 Upgrade podman to 1.6.4 2020-01-04 13:51:19 +01:00
Anders Björklund ca5213b2f4
Merge pull request #6199 from afbjorklund/buildroot-2019.02.8
Upgrade buildroot minor version
2020-01-04 10:00:34 +01:00
Anders F Björklund 9e990f6b87 Upgrade buildroot minor version 2020-01-02 12:52:23 +01:00
Anders F Björklund bee6dc1a5d Add systemd patch for booting on AMD Ryzen
https://github.com/systemd/systemd/pull/12536

Backported to systemd version 240 for Ubuntu:
  [ Jeremy Soller ]
  * random-util: eat up bad RDRAND values seen on AMD CPUs.
    This fixes AMD Ryzen 3000 series failing to boot (LP: #1835809)
2019-12-30 18:59:56 +01:00
Laura-Marie Henning 419311a111 Add sch_netem kernel module for network emulation
Signed-off-by: Laura-Marie Henning <laura-marie.henning@stud.h-da.de>
2019-12-09 22:47:34 +01:00
Thomas Strömberg 6a9e8a7962
Merge pull request #5739 from vasyl-purchel/master
Adds dm-crypt support
2019-12-02 16:44:35 -08:00
Thomas Strömberg 3635b69085
Merge pull request #5942 from priyawadhwa/minikube-packages
Add performance analysis packages to minikube ISO
2019-12-02 11:32:34 -08:00
Medya Ghazizadeh 5a6d14c2de
Merge pull request #5970 from afbjorklund/crio-v1.16.0
cri-o v1.16.0
2019-11-25 23:05:19 -08:00
Medya Ghazizadeh 18fc74232e
Merge pull request #5972 from afbjorklund/crictl-1.16
Update crictl to v1.16.1
2019-11-25 15:59:49 -08:00
Medya Ghazizadeh 8431207d92
Merge pull request #5914 from harsimranmaan/update_docker
Update docker to v19.03.5
2019-11-25 15:03:49 -08:00
Medya Ghazizadeh 284e33a354
Merge pull request #5971 from afbjorklund/podman-1.6
Upgrade podman to 1.6.3
2019-11-25 14:19:33 -08:00
Priya Wadhwa 8ee34b375a remove iotop and python dependencies, iotop installed by
another package
2019-11-25 14:10:28 -08:00
Anders F Björklund 13844d6852 Update crictl to v1.16.1 2019-11-25 18:30:19 +01:00
Anders F Björklund d648d1bd92 Upgrade podman to 1.6.3 2019-11-25 18:16:34 +01:00
Anders F Björklund 876e32eb69 Include the crio-wipe.service with crio 2019-11-25 18:10:50 +01:00
Anders F Björklund 6ed19fcd5d Upgrade crio.conf to version v1.16.0 2019-11-25 18:08:48 +01:00
Anders F Björklund c8a8a38712 Upgrade crio and conmon to version 1.16
Crio no longer includes a conmon binary
2019-11-25 18:06:58 +01:00
Anders F Björklund 3ef253526e Upgrade buildroot minor version 2019-11-24 19:39:41 +01:00
Priya Wadhwa 9317c453c0 Added more performance analysis tools 2019-11-22 15:39:18 -08:00
Harsimran Singh Maan f486f96711
Update runc hash 2019-11-20 13:17:18 -08:00
Priya Wadhwa 2074b6faff Replace iostat with sysstat package
which includes iostat, pidstat, and other performance tools.

Ref: https://git.busybox.net/buildroot/tree/package/sysstat/Config.in?id=3bbf1c2ea6140d8b288b0af5b1a9c3a1aa92edad
2019-11-18 13:11:43 -08:00
Priya Wadhwa fb985f4be0 Add iostat and strace packages to minikube ISO 2019-11-18 11:54:15 -08:00
Harsimran Singh Maan 63ab594adf
Use same containerd as docker 2019-11-15 11:09:25 -08:00
Harsimran Singh Maan cdc0a38102
Update containerd and runc 2019-11-15 10:16:06 -08:00
Harsimran Singh Maan 7f77af5ba4
Update docker to v19.03.5 2019-11-14 12:05:54 -08:00
Anders F Björklund d808a9ffec Used fixed uid/gid for the default user account
Buildroot now defaults to allocating the package users first,
and the defined users later which means they get higher ids.

In order for the default "docker" user to have the uid/gid as
in previous versions, set it explicitly (to the first: 1000)
2019-10-29 20:25:51 +01:00
Vasyl Purchel e19e29f60e Adds dm-crypt support
Adds crypt target support in kernel for device mapper
Adds XTS support, AES cipher algorithms and User-space interface for
symmetric key cipher algorithms in kernel

Signed-off-by: Vasyl Purchel vasyl.purchel@workday.com
Signed-off-by: Andrea Baglioni andrea.baglioni@workday.com
2019-10-26 00:02:33 +01:00
Anders F Björklund 4b56526d66 toolbox: support newer systemd-nspawn (232 and up) 2019-10-19 13:23:27 +02:00
Anders F Björklund cba3b21442 toolbox: upgrade to latest fedora (currently 30) 2019-10-19 13:23:16 +02:00
Thomas Strömberg 0cb5cafb59
Merge pull request #5639 from tstromberg/hyperkit-rnd
Speed up RNG initialization on new systemd
2019-10-17 14:54:12 -07:00
tstromberg 1f6e72427f Remove trailing slash 2019-10-16 16:18:28 -07:00
tstromberg 5c1647f6e7 Use more stable gluster mirror? 2019-10-16 16:00:13 -07:00
Thomas Strömberg 47f63a488d
Merge pull request #5607 from afbjorklund/docker-init
Add docker-init binary to package, bundled tini
2019-10-16 13:24:37 -07:00
Thomas Stromberg ed20dec456 Propagate hyperkit changes to main ISO 2019-10-16 10:59:01 -07:00
Thomas Strömberg 1cfe6f4d50
Merge pull request #5608 from afbjorklund/containerd-gomod
Disable go modules for containerd, for newer go
2019-10-14 13:36:42 -07:00
Anders F Björklund 2e20dddc4a Upgrade Buildroot to 2019.02 and VirtualBox to 5.2
New major version of Buildroot, with new Linux kernel.
Both are LTS versions, and are supported until 2020.

Buildroot is upgraded from 2018.05 to 2019.02 LTS,
and Linux from 4.15 to 4.19 LTS as included in BR2.

Also upgrade VirtualBox to the supported 5.2 version
of the older branch, so that it will work everywhere.

Need to remove the legacy symlink for crio.sock from
the image, since it was causing build time issues...
2019-10-13 15:13:02 +02:00
Anders F Björklund e824b714c0 Disable go modules for containerd, for newer go
It worked for go1.10, but not really for go1.11
2019-10-13 15:01:03 +02:00
Anders F Björklund 95436360bd Add docker-init binary to package, bundled tini 2019-10-13 13:46:58 +02:00
James Peach 7cb9d643af Replace BR2_EXTERNAL_MINIKUBE_PATH with PKGDIR.
Buildroot support the `_PKGDIR` variable to refer to the package
configuration directory. This means that we can replace all uses
of `BR2_EXTERNAL_MINIKUBE_PATH/package/foo` with `FOO_PKGDIR`.
2019-10-03 14:14:22 +10:00
Anders F Björklund c1c8178f3f Upgrade crio to 1.15.2
Due to issues with grpc in the previous version,
when running kubernetes v1.16.0-rc.1 with cri-o.
2019-09-13 07:26:49 +02:00
Anders Björklund 35cfb7eaf8
Merge pull request #5304 from afbjorklund/crio-v1.15.1
Upgrade crio to 1.15.1
2019-09-09 21:46:09 +02:00
Anders F Björklund b2c1698ee7 Upgrade crio to 1.15.1
Drop patch that has now been integrated upstream.

Give up on running crio-config, use pre-generated.
2019-09-09 19:29:18 +02:00
Anders F Björklund 4ccc08a7cb Upgrade Docker, from 18.09.8 to 18.09.9 2019-09-09 18:20:35 +02:00
Thomas Strömberg b59a8b8e44
Merge pull request #5133 from afbjorklund/tmpfs
Move root filesystem from rootfs to tmpfs
2019-08-26 07:17:58 -07:00
Ian Lewis b37d1d286a Upgrade containerd to 1.2.8.
Issue #5191
2019-08-26 03:33:23 +00:00
Anders F Björklund ae8894c0ca Stop using no_pivot when not using rootfs 2019-08-24 16:12:52 +02:00
Anders F Björklund a4c5992377 Move root filesystem from rootfs to tmpfs 2019-08-24 16:12:52 +02:00
Zhongcheng Lao d26937dd8e
Merge remote-tracking branch 'origin/master' into populate-ca
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-15 20:38:12 +08:00
Zoltán Reegn 2a995a3fe6 Reenable systemd-timesyncd, except on virtualbox
This commit attempts to add back the missing time synchronization feature
to Minikube that was removed earlier with #3476.

As mentioned in #1378 we have an alternative solution for time
synchronization for Oracle VirtualBox, so there we don't want to enable
systemd-timesyncd.

We are using systemd conditional activation on systemd-timesyncd and
exclude systems that have an oracle hypervisor hosting the vm (currently
that's virtualbox for our purposes).
2019-08-07 11:30:27 +02:00
Zhongcheng Lao a7500b3a32
Adds OpenSSL lib and binaries to minikube ISO
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-08-05 08:07:32 +08:00
Anders F Björklund e2e5a50b3b Upgrade Docker, from 18.09.7 to 18.09.8 2019-07-19 14:49:57 +02:00
Anders Björklund 35753aa2da
Merge pull request #4703 from afbjorklund/crio-v1.15.0
Upgrade crio to 1.15.0
2019-07-16 10:03:12 +02:00
Anders F Björklund e57bc7e1c3 Update crictl to v1.15.0 2019-07-15 15:49:07 +02:00
Anders Björklund ffcca17edb
Merge pull request #4610 from afbjorklund/podman-1.4
Upgrade Podman to 1.4
2019-07-14 12:13:16 +02:00
Anders F Björklund 1548723067 Upgrade podman to 1.4.4 2019-07-08 23:00:12 +02:00
Anders F Björklund 85adbd76cb Upgrade crio to 1.15.0
The repository was moved to a separate organization

strings.ReplaceAll only work in go1.12, not go1.10

Need to create conmon/config.h without tags and git

The configuration _needs_ to be updated (yet again)
2019-07-07 16:49:02 +02:00
Anders F Björklund 37f3a64411 Upgrade crio.conf to version v1.15.0 2019-07-07 14:25:24 +02:00
Anders F Björklund 8bea8e719f Upgrade Docker, from 18.09.6 to 18.09.7
runc v1.0.0-rc8-0-g425e105

    containerd v1.2.6
2019-07-01 21:56:15 +02:00
Anders F Björklund 92e9a41fc9 Upgrade conmon version for podman 2019-06-26 20:37:18 +02:00
Anders F Björklund 3fe495fb7e Upgrade podman to 1.4.1 2019-06-26 20:37:18 +02:00
Anders F Björklund b31c66c807 Link runc dynamically, avoid docker-runc install
Static linking doesn't work with the systemd cgroup manager.

The latest docker package now uses the standard runc program.
2019-06-04 07:13:59 +02:00
Anders F Björklund 32583d8c1f Install podman configuration to use no_pivot_root
We need this podman setting, as long as we're running from rootfs.

	no_pivot_root = true

Note that building uses a different way, an environment variable.

	export BUILDAH_NOPIVOT=true
2019-06-04 07:13:28 +02:00
Anders F Björklund 70a00bfb3b Make podman depend on conmon from master
Need a later version than the one provided by crio.

So use separate installations, one for each program.
2019-06-04 07:13:09 +02:00
Thomas Strömberg 516904c9a1
Merge pull request #4321 from afbjorklund/podman-buildah
Make buildah --no-pivot default, using env var
2019-05-28 17:09:48 -07:00
Anders F Björklund fb0a6f4548 Make buildah --no-pivot default, using env var
Needed for doing "podman build" (uses buildah) when running on rootfs.

This environment variable has the same affect as DOCKER_RAMDISK does.
2019-05-25 13:23:29 +02:00
Thomas Strömberg 1a24097cfe
Merge pull request #4340 from amshinde/add-tc-u32-mirred
kernel: Add config for tc u32 filter and mirred action
2019-05-24 13:55:33 -07:00
Archana Shinde 2176f3fa37 kernel: Add config for tc u32 filter and mirred action
These are needed for running Kata Containers in minikube.
Kata uses linux tc for its networking

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
2019-05-23 18:34:34 -07:00
Toliver Jue 6a9031aaf6 Enable GatewayPorts in sshd_config, for proxying in services into minikube 2019-05-24 09:56:49 +09:00
Thomas Strömberg af443fc3ac
Merge pull request #4299 from afbjorklund/podman-1.3
Update to Podman 1.3 & CRIO v1.14.1
2019-05-20 16:29:43 -07:00
Anders F Björklund d3c088aefe Merge branch 'master' into podman-1.3 2019-05-20 22:32:01 +02:00
Anders F Björklund d6434317c7 Upgrade crio to 1.14.1 2019-05-20 22:31:35 +02:00
Anders F Björklund dff8960a3c Upgrade podman to 1.3.1 2019-05-20 22:23:26 +02:00
Anders F Björklund a3360831f4 Upgrade Docker, from 18.09.5 to 18.09.6 2019-05-20 22:12:05 +02:00
Thomas Strömberg 00832dc182
Merge pull request #4204 from afbjorklund/docker-18.09
Upgrade Docker, from 18.06.3-ce to 18.09.5
2019-05-20 08:12:55 -07:00
Anders F Björklund 732c6d7e9b Need to create the cni directory, or cri-o cries
config validation: invalid network_dir:
stat /etc/cni/net.d/: no such file or directory
2019-05-04 22:40:00 +02:00
Anders F Björklund c272f683ea The cri-o config changed the type of a field
Trying to run with the old config gives fatal runtime error:
toml: cannot load TOML value of type string into a Go slice
2019-05-04 22:09:21 +02:00
Anders F Björklund 8a4b8629dc Upgrade crio.conf to version v1.14.0 2019-05-04 22:05:23 +02:00
Anders F Björklund 1d8b7d6032 Upgrade crio.conf to version v1.13.0 2019-05-04 21:57:46 +02:00
Anders F Björklund bfed2948c1 Upgrade crio.conf to version v1.12.0 2019-05-04 21:55:12 +02:00
Anders F Björklund 6dda382a6a Upgrade crio.conf to version v1.10.0 2019-05-04 19:33:02 +02:00
Anders F Björklund 5927bf874d Upgrade Docker, from 18.06.3-ce to 18.09.5
Stop installing docker-runc, docker-containerd and docker-containerd-ctr

Instead use the upstream runc, containerd and ctr (after upgrading them)

	runc v1.0.0-rc6-69-g2b18fe1

	containerd v1.2.5
2019-05-04 18:16:37 +02:00
Anders F Björklund 3cc4376298 Upgrade crio to 1.14.0 2019-05-04 16:17:12 +02:00
Anders F Björklund af5b2c7c2d Upgrade podman to 1.2.0 2019-05-04 16:10:10 +02:00
Thomas Strömberg 14414d1676
Merge pull request #4030 from laozc/fix-hv-daemon
Update Hyper-V daemons
2019-04-10 15:17:40 -07:00
Joji Mekkatt b06b3ee3f8 Enable CONFIG_NF_CONNTRACK_ZONES 2019-04-09 06:50:22 -07:00
Zhongcheng Lao 9a5f3c2673
Do not attempt to restart service on failures for Hyper-V daemons
Service restart may not work when a specific integration service
is disabled in the VM setting. Remove the setting for performance
concerns.
2019-03-31 14:06:56 +08:00
Zhongcheng Lao e8cdc4ba85
Merge Hyper-V deamon packages to hyperv-daemons
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-31 12:28:00 +08:00
Zhongcheng Lao e0d7363fba
Add udev rules to generate devices for Hyper-V daemons
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-31 12:27:54 +08:00
Zhongcheng Lao def1a55472
Install Hyper-V FCOPY daemon
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-31 12:27:23 +08:00
Zhongcheng Lao 47f4d2ebac
Install Hyper-V VSS daemon
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-31 12:26:37 +08:00
Zhongcheng Lao f18136dc9e
Install required scripts for Hyper-V KVP daemon
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
2019-03-30 19:20:57 +08:00
Anders F Björklund 4c4d0b270b Upgrade Docker, from 18.06.2-ce to 18.06.3-ce
We have our own runc version anyway, instead of the older
unpatched one that was shipped by mistake with 18.06.2...

But now that we are printing the container runtime version,
some people find it disturbing to see the older number.
2019-03-30 08:36:10 +01:00
Thomas Strömberg cc5d4e9724
Merge branch 'master' into rkt-remove 2019-03-25 11:31:09 -07:00
Thomas Strömberg 593c4795de
Merge pull request #3946 from afbjorklund/podman-toolbox
Use podman instead of rkt, for extracting toolbox
2019-03-25 11:28:10 -07:00
Anders F Björklund 71b3e3ec5d Store the toolbox on the disk instead of rootfs
There was a lack of "disk" space, when using memory.

This also makes the toolbox persistent over reboots.
2019-03-25 07:41:21 +01:00
Anders F Björklund 2590fc7b9a Remove the rkt container runtime
It has not been updated since kubernetes 1.9 or so
2019-03-24 08:50:58 +01:00
Anders F Björklund 3d483b292c Use podman instead of rkt, for extracting toolbox
Need to create and mount a dummy container, to get at image.

Used rsync instead of cp -pR, easier with sudo permissions.
2019-03-23 22:20:20 +01:00
Thomas Strömberg 06d9210937
Merge pull request #3927 from tstromberg/noswap-2.0
Remove the swap partition from minikube.iso
2019-03-21 11:48:25 -07:00
Thomas Stromberg 5f804d6d67 Update CoreOS GPG key hash 2019-03-21 10:40:26 -07:00
Thomas Stromberg 7ad20b00db Merge branch 'master' into noswap-2.0 2019-03-21 10:34:19 -07:00
Thomas Strömberg 4ca9f79310
Merge pull request #3905 from afbjorklund/rktlet
The rktlet binary is missing, for the rkt container runtime
2019-03-21 10:32:39 -07:00
Thomas Strömberg 37e5e6d25f
Merge pull request #3921 from tstromberg/podman-no-tools
podman needs no install.tools
2019-03-21 10:30:41 -07:00
Thomas Stromberg 3304951683 podman needs no install.tools 2019-03-20 22:26:57 -07:00
Thomas Stromberg 4701ef8f1e Upgrade crio to v1.13.1, skip install.tools target as it isn't necessary 2019-03-20 22:20:49 -07:00
Thomas Stromberg 089e1c9cc2 Remove where a swap partition is created and activated 2019-03-20 20:50:49 -07:00
Anders F Björklund a380dbbeae Add rktlet from master 2019-03-18 20:47:37 +01:00
Anders F Björklund 39f1164542 Upgrade rkt to 1.30.0 2019-03-18 20:37:34 +01:00
Thomas Strömberg cc71bf9e82
Merge pull request #3758 from karmab/vhost_net_support
Enable tap and vhost-net in minikube iso
2019-03-06 14:16:37 -08:00