Thomas Strömberg
2875909713
Merge pull request #4354 from afbjorklund/kubectl-stdin
...
Pass minikube stdin to the kubectl command
2019-05-28 17:08:04 -07:00
Thomas Strömberg
dbc64c053b
Merge pull request #4355 from josedonizetti/fix-kvm-remove-when-domain-is-not-defined
...
Fix kvm remove when domain is not defined
2019-05-28 17:07:53 -07:00
Thomas Strömberg
05332bdf9a
Merge pull request #4362 from blueelvis/bug/2587-path-being-destroyed-when-too-long
...
Windows installer: Use PowerShell to update PATH value to avoid 1024 char truncation
2019-05-28 17:06:57 -07:00
Thomas Strömberg
dcb10332a0
Merge pull request #4334 from josedonizetti/refactor-kvm-lookup-status-ip
...
Refactor kvm lookupIPFromStatusFile
2019-05-28 10:26:02 -07:00
Thomas Strömberg
657221e9d2
Merge pull request #4341 from kumarom/registry-proxy
...
Enable registry-proxy
2019-05-28 10:25:28 -07:00
Pranav Jituri
2be046b4f9
Modified NSIS Script to use the PowerShell Script
2019-05-28 16:11:14 +05:30
Pranav Jituri
1dcd70f121
Added PowerShell script to add/remove path
2019-05-28 16:10:46 +05:30
josedonizetti
c09913070d
Fix kvm remove when domain is not defined
2019-05-25 09:23:40 -03: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
Shahid Iqbal
5ed19ee7bd
disable hyperv dynamic memory for hyperv driver
2019-05-25 10:17:07 +01:00
wj24021040
f19c341dc1
delete the unnecessary word
2019-05-25 16:38:38 +08:00
Anders F Björklund
e809cbd977
Pass minikube stdin to the kubectl command
...
This is needed for doing e.g. "apply -f -"
2019-05-25 09:57:03 +02:00
Thomas Strömberg
fea7e21cdf
Improve kvm2 documentation, mention v1.3.1 req
2019-05-24 14:17:16 -07: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
Thomas Strömberg
8f9a3f448d
Merge pull request #4344 from josedonizetti/fix-kvm-remove-when-domain-is-not-running
...
Fix kvm remove when domain is not running
2019-05-24 13:55:04 -07:00
Thomas Strömberg
bb56fd2eb7
Merge pull request #4323 from josedonizetti/fix-kvm-ensure-network
...
kvm2: Add support for --kvm-network to ensureNetwork
2019-05-24 10:47:41 -07:00
josedonizetti
48237d95b8
Clean up kvm Remove code
2019-05-24 14:27:55 -03:00
josedonizetti
b65c7403cf
Add error warp to destroyRunningDomain
2019-05-24 14:27:55 -03:00
josedonizetti
3124f11e1b
Fix kvm remove when domain is not running
2019-05-24 14:27:55 -03:00
Thomas Strömberg
07aba0feec
Check off some items
2019-05-24 10:03:34 -07:00
Thomas Strömberg
57db32a203
Merge pull request #4343 from josedonizetti/fix-kvm-remove-warn-message
...
Fix kvm remove warn message
2019-05-24 09:56:25 -07:00
Thomas Strömberg
2f0ee3296c
Merge pull request #4338 from teejae/enable-sshd-gateway-ports
...
Enable GatewayPorts in sshd_config, for proxying in services into minikube
2019-05-24 09:55:41 -07:00
Thomas Strömberg
d327f1964b
Merge pull request #4335 from MPLew-is/get-profile
...
Get current profile if no arguments given
2019-05-24 09:44:18 -07:00
josedonizetti
81f0d9ba37
Fix kvm remove warn message
2019-05-24 12:38:00 -03:00
Om Kumar
ec3e7b5896
Enable registry-proxy
...
As per [this blog](https://blog.hasura.io/sharing-a-local-registry-for-minikube-37c7240d0615 ) and [this gist](https://gist.github.com/coco98/b750b3debc6d517308596c248daf3bb1 ), we need to deploy a registry-proxy
which will expose docker registry on the minikube host.
Once this daemon set is deployed on minikube, one can access registry on `$(minikube ip):5000`.
This has been tested with minikube v1.0.1 with none driver. With this, one will not have to use
`kubectl port-forward`. I was able to push a container image to registry using
```
docker push $(minikube ip):5000/test-img
```
And then ran it in minikube using
```
kubectl run -i -t test-img --image=$(minikube ip):5000/test-img --restart=Never
```
2019-05-24 10:37:14 +05:30
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
Thomas Strömberg
faf94963f0
Merge pull request #4331 from josedonizetti/kvm-skip-network-deletion-if-not-exist
...
Skip kvm network deletion if private network doesn't exist
2019-05-23 18:01:05 -07:00
Toliver Jue
6a9031aaf6
Enable GatewayPorts in sshd_config, for proxying in services into minikube
2019-05-24 09:56:49 +09:00
Mike Lewis
7dac217a41
Remove whitespace on empty lines
2019-05-23 17:54:52 -04:00
Mike Lewis
79c52bf1f0
Address style comment
2019-05-23 17:34:00 -04:00
Mike Lewis
955932b606
Get current profile if no arguments given
2019-05-23 17:04:59 -04:00
josedonizetti
1852a72caf
Refactor kvm lookupIPFromStatusFile
2019-05-23 15:38:02 -03:00
Thomas Strömberg
2e7b8b5ba6
Merge pull request #4262 from hpandeycodeit/master
...
Added test case for minikube config unset
2019-05-23 10:29:06 -07:00
josedonizetti
fc2e2e52c5
Skip kvm network deletion if private network doesn't exist
2019-05-23 06:17:12 -03:00
josedonizetti
c7bace6903
Fix --kvm-network integration test
2019-05-23 02:30:21 -03:00
Thomas Strömberg
2d85a7ffbc
Mention outgoing packets
2019-05-22 16:24:53 -07:00
Thomas Strömberg
611610ea46
Merge pull request #4326 from tstromberg/filesync
...
Add documentation for file syncing
2019-05-22 16:22:00 -07:00
tstromberg
559bd82ed0
Clarify result
2019-05-22 16:21:32 -07:00
tstromberg
9cc0505b01
Add documentation on basic file synchronization.
2019-05-22 16:20:03 -07:00
Thomas Strömberg
e2fce3673d
Document CHANGE_MINIKUBE_NONE_USER
2019-05-22 15:14:07 -07:00
Thomas Strömberg
155212c637
Document firewall info.
2019-05-22 14:59:46 -07:00
josedonizetti
a20d789613
Improve --kvm-network integration test
...
Change the network to test-net to avoid conflicts.
2019-05-22 18:03:15 -03:00
Himanshu Pandey
57db3e9d39
Replaced dashboard with cpus in the test case
2019-05-22 13:43:30 -07:00
Himanshu Pandey
7d3b4036a9
Minor Formatting changes
2019-05-22 13:38:46 -07:00
Himanshu Pandey
c991fe576b
Replaced Fatalf with Errorf
2019-05-22 13:38:46 -07:00
Himanshu Pandey
97f0472331
Added test case for minikube config unset
2019-05-22 13:38:46 -07:00
josedonizetti
5d02839e74
Add integration test to flag --kvm-network
2019-05-22 17:25:42 -03:00
josedonizetti
93329f1619
Remove obsolete comment
2019-05-22 17:25:27 -03:00
josedonizetti
e3bf4bd7ec
Fix kvm ensureNetwork
2019-05-22 16:19:09 -03:00
Thomas Strömberg
572713c481
Add --vm-driver=none
2019-05-22 09:39:23 -07:00