Commit Graph

10862 Commits (0be0781cd4d09780d7d2191909472675d81ae758)

Author SHA1 Message Date
Medya Ghazizadeh 0be0781cd4
Update kvm2.md 2020-06-30 18:36:49 -07:00
Medya Ghazizadeh aed150d180
Update kvm2.md 2020-06-30 18:11:34 -07:00
Medya Ghazizadeh 8e52b6b82c
Merge pull request #8612 from afbjorklund/gofmt-shell
Run gofmt on pkg/minikube/shell/shell.go
2020-06-30 13:31:35 -07:00
Anders F Björklund 4968ff5e75 Run gofmt on pkg/minikube/shell/shell.go 2020-06-30 19:19:44 +02:00
Medya Ghazizadeh 4ef26f5700
Merge pull request #8602 from medyagh/cni_skip_none_test
skip cni test for none driver
2020-06-30 02:21:36 -07:00
Medya Ghazizadeh 0d146db62f
Merge pull request #8590 from afbjorklund/golang-1.13.9
Upgrade golang version from 1.13.8 to 1.13.9
2020-06-29 22:09:02 -07:00
Medya Ghazizadeh 9e35037ed9
Merge pull request #8593 from sunny-b/gracefully-fail-misspelled-runtime
Gracefully exit if container runtime is misspelled
2020-06-29 22:07:57 -07:00
Medya Gh 4fff1a22d0 skip cni test for none driver 2020-06-29 22:06:33 -07:00
Medya Ghazizadeh 2b5254cf91
Merge pull request #8598 from afbjorklund/modprobe-br_netfilter
Don't verify nf_conntrack for br_netfilter
2020-06-29 21:13:13 -07:00
Sunny Beatteay 28238150f5 ensure that 'crio' is used for k8s config 2020-06-29 19:52:30 -04:00
Medya Ghazizadeh 40187e05f5
Merge pull request #8597 from medyagh/mount_exec
add solution message if kubeadm binary is not executable on linux
2020-06-29 15:08:56 -07:00
Medya Gh 3bc3ce95de refactor maybeExitWithAdvice 2020-06-29 14:38:37 -07:00
Anders F Björklund a9273beec7 Don't verify nf_conntrack for br_netfilter
We need to make sure that the br_netfilter kernel module
has been loaded, when using non-Docker container runtimes.

But the code was verifying the nf_conntrack kernel module
instead, so it could still cause the "not loaded" error.

[ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]
2020-06-29 22:30:13 +02:00
Medya Gh 08df5e2de3 add solution message if kbueadm is not executble on linux 2020-06-29 12:50:32 -07:00
Sunny Beatteay 9bcc587def update crio to cri-o in docs and help text 2020-06-29 14:11:20 -04:00
Kubernetes Prow Robot 4485c5c3d2
Merge pull request #8582 from kinvolk/alban/ikheaders
Kernel with CONFIG_IKHEADERS for BPF tools on Kubernetes
2020-06-29 11:11:18 -07:00
Sunny Beatteay 5f40f863a7 update docs 2020-06-28 20:43:12 -04:00
Sunny Beatteay 5da2fdd922 enable graceful exit if container runtime is misspelled 2020-06-28 18:57:03 -04:00
Anders F Björklund 3557344c04 Use correct version of go for github actions 2020-06-28 20:47:21 +02:00
Anders F Björklund 6adf11a888 Upgrade golang version from 1.13.8 to 1.13.9 2020-06-28 20:33:32 +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
Thomas Strömberg cdc456a19b
Merge pull request #8570 from tstromberg/cni-split2
CNI: Update CRIO netconfig with matching subnet
2020-06-26 17:13:49 -07:00
Medya Ghazizadeh c6769dfb1c
Merge pull request #8563 from medyagh/ingress_wait
add verification for enabling ingress, registry and gvisor addons
2020-06-26 16:01:09 -07:00
Medya Gh e829341b9d improve logging 2020-06-26 15:12:15 -07:00
Medya Gh 64553e281b revert debugging 2020-06-26 15:11:03 -07:00
Medya Gh 742dcd6b00 add addon status verification for 3 addons 2020-06-26 15:08:38 -07:00
Medya Gh 66421a6492 wait for ingress pod be running 2020-06-26 14:22:17 -07:00
Medya Gh 52f4e130b5 lint 2020-06-26 13:20:31 -07:00
Medya Gh 5fbf197b18 remove unrelated changes 2020-06-26 13:20:31 -07:00
Medya Gh 96781c61a2 remove unrelated changes 2020-06-26 13:20:30 -07:00
Medya Gh 058a732909 ingress addon validate deployment after enable 2020-06-26 13:20:30 -07:00
Medya Gh c47854b8fd add validate ingress 2020-06-26 13:20:30 -07:00
Medya Gh a0c33f82c1 ingress addon wait for it 2020-06-26 13:20:30 -07:00
Medya Ghazizadeh e8cebe0330
Merge pull request #8575 from afbjorklund/podman-dev
Support prerelease versions of podman binary
2020-06-26 12:49:50 -07:00
Medya Ghazizadeh 4fa824a78f
Merge pull request #8574 from priyawadhwa/fix-fail-fast
Fix bug in FailFastError and add unit test
2020-06-26 12:49:22 -07:00
Anders F Björklund 9d98e858a3 Support prerelease versions of podman binary
It was trying to parse the newline character
2020-06-26 21:37:44 +02:00
Priya Wadhwa 7c2cac612d Fix bug in FailFastError and add unit test
Since FailFastError was just another `error`, all errors were technically `FailFastErrors`.

This code makes `FailFastError` a struct which implements the error interface, so that now errors can be distinctly identified as `FailFastError`'

Also added a unit test to prove that this works now.
2020-06-26 11:58:34 -07:00
priyawadhwa 7d79241ea5
Merge pull request #8565 from priyawadhwa/update-alternatives
Check for iptables file before determining container is running
2020-06-26 11:29:52 -07:00
Thomas Stromberg f192df8ec5 Update podman/crio CNI netconf files to match CNI subnet 2020-06-26 11:01:13 -07:00
Medya Ghazizadeh 7fb09bb63b
Merge pull request #8562 from tstromberg/patient-status
apiserverHealthz: wait up to 8s before declaring failure
2020-06-26 10:10:48 -07:00
Thomas Stromberg 13175944b3 cni testing: Add post-mortem logs, skip DNS tests for weave 2020-06-26 09:54:38 -07:00
Thomas Strömberg ee18d3b03a
Merge pull request #8545 from tstromberg/cni-split2
Add --cni flag (replaces --enable-default-cni), fix --network-plugin handling
2020-06-26 09:53:53 -07:00
Priya Wadhwa e32e2135ed review comments 2020-06-25 19:39:59 -07:00
Priya Wadhwa 903686172d Check for iptables file before determining container is running 2020-06-25 17:58:22 -07:00
Thomas Stromberg 03ec6f9419 Update docs 2020-06-25 16:09:49 -07:00
Medya Ghazizadeh 0b53e9054a
Merge pull request #8541 from medyagh/modprob_overlay
docker driver on linux: Give warning if overlay module is not enabled
2020-06-25 15:39:39 -07:00
Thomas Stromberg 94b8ddcb70 Decrease test count to 26 2020-06-25 15:27:51 -07:00
Thomas Stromberg fb8e4950a1 Improve comment 2020-06-25 15:23:39 -07:00
Thomas Stromberg a43d18ef9a Update Bridge docstring 2020-06-25 15:21:25 -07:00
Thomas Stromberg 8c5f6a2132 apiserverHealthz: wait up to 8s before declaring failure 2020-06-25 15:14:51 -07:00