Please login to access the resource

Revisions of minikube

Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 711705 from Dany Marcoux's avatar Dany Marcoux (dmarcoux) (revision 40)
According to the official docs[0], libvirt needs to be installed. I stumbled on this while trying to run `minikube start --vm-driver kvm2`. It failed and installing libvirt, then following the steps in the docs solved the issues.

[0]: https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver
buildservice-autocommit accepted request 700057 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 39)
baserev update by copy to link target
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 700051 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 38)
- Update to 1.0.1
  * Update default Kubernetes version to 1.14.1
  * Add --download-only option to start command
  * Assert that docker has started rather than explicitly restarting it
  * Download ISO image before Docker images, as it's required first
  * update-context is confusing with profiles
  * BugFix: ExecRunner.Copy now parses permissions strings as octal
  * Add user-friendly error messages for VBOX_THIRD_PARTY & HYPERV_NO_VSWITCH
  * Don't enable kubelet at boot, for consistency with other components
  * fix tunnel integration tests for driver None
  * Reroute logs printed directly to stdout
  * Systemd returns error on inactive, so allow that
  * Add known issue: VirtualBox won't boot a 64bits VM when Hyper-V is activated
  * Upgrade Docker, from 18.06.2-ce to 18.06.3-ce
  * Use Reference, allow caching images with both Tag and Digest
  * Added REGISTRY_STORAGE_DELETE_ENABLED environment variable for Registry addon
  * Escape ‘%’ in console.OutStyle arguments
  * Add port name to service struct used in minikube service
  * Update Hyper-V daemons
  * Avoid surfacing "error: no objects passed to apply" non-error from addon-manager
  * Don't cache images when --vmdriver=none
  * Enable CONFIG_NF_CONNTRACK_ZONES
  * Fixed status checking with non-default apiserver-port.
  * Escape systemd special chars in docker-env
  * Add conformance test script
  * #compdef must be the first line
buildservice-autocommit accepted request 690666 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 37)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 690642 from Martin Kravec's avatar Martin Kravec (mkravec) (revision 36)
- Update to 1.0.0
  * Update default Kubernetes version to v1.14.0
    * NOTE: To avoid interaction issues, we also recommend updating kubectl to a recent release (v1.13+)
  * Upgrade addon-manager to v9.0 for compatibility with Kubernetes v1.14
  * Add --image-repository flag so that users can select an alternative repository mirror
  * Rename MINIKUBE_IN_COLOR to MINIKUBE_IN_STYLE
  * mount: Allow names to be passed in for gid/uid 
  * mount: unmount on sigint/sigterm, add --options and --mode, improve UI
  * --extra-config now work for kubeadm as well
  * start: Set the default value of --cache to true
  * Remove the swap partition from minikube.iso
  * Add solution catalog to help users who run into known problems
  * Automatically propagate proxy environment variables to docker env
  * More reliable unmount w/ SIGINT, particularly on kvm2
  * Remove arch suffixes in image names
  * Issue #3253, improve kubernetes-version error string
  * Update kubeadm bootstrap logic so it does not wait for addon-manager
  * Add explicit kvm2 flag for hidden KVM signature
  * Remove the rkt container runtime
  * Store the toolbox on the disk instead of rootfs
  * fix CHANGE_MINIKUBE_NONE_USER regression from recent changes
  * Do not wait for k8s-app pods when starting with CNI
  * Replace server name in updateKubeConfig if --apiserver-name exists #3878
  * feature-gates via minikube config set
  * Upgrade crio to v1.13.1, skip install.tools target as it isn't necessary
  * Update Ingress-NGINX to 0.23 Release
  * Add addon-manager, dashboard, and storage-provisioner to minikube logs
  * logs: Add kube-proxy, dmesg, uptime, uname + newlines between log sources
  * Skip "pull" command if using Kubernetes 1.10, which does not support it.
  * Allow building minikube for any architecture
buildservice-autocommit accepted request 682807 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 35)
baserev update by copy to link target
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 682799 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 34)
- Update to 0.35.0
  * Update default Kubernetes version to v1.13.4 (latest stable) (gh#kubernetes/minikube#3807)
  * Update docker/machine to fix the AMD bug (gh#kubernetes/minikube#3809)
  * Enable tap and vhost-net in minikube iso (gh#kubernetes/minikube#3758)
  * Enable kernel modules necessary for IPVS (gh#kubernetes/minikube#3783)
  * Add Netfilter xt_socket module to complete support for Transparent Proxying (TPROXY) (gh#kubernetes/minikube#3712)
  * Change DefaultMountVersion to 9p2000.L (gh#kubernetes/minikube#3796)
  * fix incorrect style name mount (gh#kubernetes/minikube#3789)
  * When missing a hypervisor, omit the bug report prompt (gh#kubernetes/minikube#3787)
  * Fix minikube logs for other container runtimes (gh#kubernetes/minikube#3780)
  * Improve reliability of kube-proxy configmap updates (retry, block until pods are up) (gh#kubernetes/minikube#3774)
  * update libvirtd (gh#kubernetes/minikube#3711)
  * Add flag for disabling the VirtualBox VTX check (gh#kubernetes/minikube#3734)
  * Add make target for building a rpm file (gh#kubernetes/minikube#3742)
  * Improve building of deb package (versioning and permissions) (gh#kubernetes/minikube#3745)
  * chown command should be against user $HOME, not roots home directory. (gh#kubernetes/minikube#3719)
buildservice-autocommit accepted request 679983 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 33)
baserev update by copy to link target
Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) accepted request 679961 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 32)
- Update to 0.34.1 
    * Initial implementation of 'console' package for stylized &
      localized console output 😂
    * Podman 1.0.0
    * fix netstat -f error on linux distros
    * Upgrade Docker, from 18.06.1-ce to 18.06.2-ce
    * Upgrade opencontainers/runc to 0a012df
    * Add DeleteCluster to bootstrapper
    * and many more, see CHANGELOG.md
buildservice-autocommit accepted request 667766 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 31)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 667756 from Nico Kruber's avatar Nico Kruber (NicoK) (revision 30)
- Update to 0.33.1
  * Install upstream runc into /usr/bin/docker-runc
  * Set default Kubernetes version to v1.13.2 (latest stable)
  * Update to opencontainers/runc HEAD as of 2019-01-15
  * Update to crio-bin v1.13.0
  * Write /etc/crictl.yaml when starting
  * Improve failure output when kubeadm init fails
  * Add new VMware unified driver to supported list
  * Fix Windows cache path issues with directory hierarchies and
    lower-case drive letters
  * Avoid out directory, when listing test files
  * Do not include the default CNI config by default
  * Adding more utils tests
  * Add a storage-provisioner-gluster addon
  * Improve the default crio-bin configuration
  * Allow to specify api server port through CLI fix
  * add brew install instructions for hyperkit
  * Added defaultDiskSize setup to hyperkit driver
  * Enable ipvlan kernel module
  * issue# 3499: minikube status missing newline at end of output
  * apiserver health: try up to 5 minutes, add newline
  * Pass network-plugin value to kubelet
  * Fix missing a line break for minikube status
  * Documentation - Updating golang requirement to 1.11
  * Updating e2e tests instructions
  * Defer dashboard deployment until "minikube dashboard" is
    executed
  * Change minikube-hostpath storage class addon from Reconcile
    to EnsureExists
  * Tell user given driver has been ignored if exising VM is
    different
buildservice-autocommit accepted request 660865 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 29)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 660747 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 28)
- Update to 0.32.0
  * Make Kubernetes v1.12.4 the default
  * Update kubeadm restart commands to support v1.13.x
  * Make "stop" retry on failure.
  * VirtualBox time cleanup: sync on boot, don't run timesyncd
  * Stream cmd output to tests when -v is enabled, and stream SSH output to logs
  * Document None driver docker compatibility
  * Enable host DNS resolution in virtualbox driver by default
  * Fix CRI socket in Kubernetes >= 1.12.0 kubeadmin config
  * Bump dashboard version to v1.10.1
  * Hide KVM signature when using GPU passthrough to support more GPU models
  * Allow ServiceCIDR to be configured via 'service-cluster-ip-range' flag.
  * Save old cluster config in memory before overwriting
  * Change restart policy on gvisor pod 
buildservice-autocommit accepted request 657257 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 27)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 657177 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 26)
- Update to 0.31.0
* Enable gvisor addon in minikube
* LoadBalancer emulation with minikube tunnel
* Add NET_PRIO cgroup to iso
* Implement a check to see if an ISO URL is valid
* Update Ingress-NGINX to 0.21 Release
* Add schedutils to the guest VM for the ionice command (used by k8s 1.12)
* Remove both the CoreDNS and KubeDNS addons. Let Kubeadm install the correct DNS addon
* Upgrade Docker, from 17.12.1-ce to 18.06.1-ce
* Include ISO URL and reduce stutter in download error message
* Add apiserver check to "status", and block "start" until it's healthy
* Containerd improvements
  *  Only restart docker service if container runtime is docker
  * Restart containerd after stopping alternate runtimes
* CRI-O improvements
  * Stop docker daemon, when running cri-o
  *  Upgrade to crio v1.11.8
  * Add config parameter for the cri socket path
buildservice-autocommit accepted request 642610 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 25)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 642609 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 24)
- Update to 0.30.0 (bsc#1111347)
  * CVE-2018-1002103
    Dashboard vulnerable to DNS rebinding attack
  * Initial support for Kubernetes 1.12+
  * Use "kubectl proxy" instead of a NodePort to expose the
    dashboard
  * Enhance the Ingress Addon
  * Upgrade cni and cni-plugins to release version
  * ensure that /dev has settled before operating
  * Upgrade gluster client in ISO to 4.1.5
  * update nginx ingress controller version to 0.19.0
  * Install crictl from binary instead of from source
  * Switch the source of libmachine to machine-drivers
  * Add psmisc package, for pstree command
buildservice-autocommit accepted request 639337 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 23)
baserev update by copy to link target
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 639336 from Michał Rostecki's avatar Michał Rostecki (mrostecki) (revision 22)
- Change summary and description of docker-machine-driver-kvm2
  * Correct the information about relation between docker-machine
    and KVM (this is KVM driver for docker-machine, not
    docker-machine driver for KVM)
  * Remove authorship info
Michał Rostecki's avatar Michał Rostecki (mrostecki) accepted request 639024 from Panagiotis Georgiadis's avatar Panagiotis Georgiadis (pgeorgiadis) (revision 21)
- Update to 0.29.0
 * Update dashboard version to v1.10.0
 * Change default docker storage driver to overlay2
 * support containerd
 * Make CoreDNS default addon
 * Update CoreDNS deployment
 * Upgrade kpod 0.1 to podman 0.4.1
 * Change dependency management to dep
 * fix: --format outputs any string, --https only subsitute http URL scheme
 * Add env variable for default ES_JAVA_OPTS
 * fix(cli): minikube start --mount --mountsting without write permission
 * Allow certificates to be optionally embedded in .kube/config
 * Fix the --cache-images flag
 * Fix vmwarefusion driver
 * Revert "Remove untainting logic."
 * Linux install: Set owner to root
 * Rm localkube
 * Update to go 1.10.1 everywhere
 * Allow to override build date with SOURCE_DATE_EPOC
Displaying revisions 81 - 100 of 120
openSUSE Build Service is sponsored by