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
Thomas Strömberg
52d177d806
Merge pull request #4315 from tstromberg/lintersss
...
Fallback to golangci-lint v1.16.0 if necessary, quiet test.sh output
2019-05-21 18:40:48 -07:00
Thomas Stromberg
bb820395ea
Make go mod download not-fatal
2019-05-21 18:30:59 -07:00
Thomas Stromberg
6b14fc1cfd
Remove extraneous space
2019-05-21 18:26:58 -07:00
Thomas Stromberg
590d453945
Fallback to v1.16.0 if go get is broken
2019-05-21 18:25:12 -07:00
Thomas Stromberg
a18c9a3fe1
Remove extraneous 'go modules' output from ./test.sh
2019-05-21 18:15:58 -07:00
Thomas Strömberg
119d65061a
Merge pull request #4314 from minikube-bot/jenkins-releases.json-v1.1.0
...
update releases.json to include v1.1.0
2019-05-21 18:06:50 -07:00
Thomas Strömberg
66d96b8085
Mention v1.1.0
2019-05-21 17:27:35 -07:00
Thomas Strömberg
645c7ee0be
Improve tagging instructions
2019-05-21 17:26:03 -07:00
minikube-bot
3b0b33f704
Update releases.json to include v1.1.0
2019-05-22 00:21:08 +00:00
Thomas Strömberg
905ed02add
Merge pull request #4301 from tstromberg/v1.1.0
...
Update Makefile and CHANGELOG for v1.1.0.
2019-05-21 17:01:06 -07:00
tstromberg
a6f8f14195
Include the most recent commits
2019-05-21 15:17:26 -07:00
tstromberg
e3d3ec570f
Merge branch 'master' into v1.1.0
2019-05-21 15:10:26 -07:00