Matt Rickard
f526402191
Use upstream branch for homebrew installer
2017-09-14 10:20:42 -07:00
Aaron Prindle
b173c4f768
Merge pull request #1958 from aaron-prindle/kvp-restart
...
added restart to kvp daemon
2017-09-14 09:55:56 -07:00
Aaron Prindle
f4b916e3da
added restart to kvp daemon
2017-09-13 11:10:08 -07:00
Matt Rickard
e6da47f5a1
Merge pull request #1941 from r2d4/shared-drivers
...
Move hyperkit and none drivers to pkg/drivers, share utils
2017-09-12 14:57:56 -07:00
Matt Rickard
ebbc34d2ba
Move drivers to pkg/drivers, share utils
...
Share most of the disk image setup between hyperkit and kvm drivers.
Move and remove a lot of shared configuration between all the in-tree
drivers: kvm, hyperkit, none.
2017-09-12 14:29:22 -07:00
Matt Rickard
3180e2e897
Merge pull request #1938 from r2d4/integration-test-cleanup-
...
Integration test cleanup
2017-09-12 14:28:28 -07:00
Matt Rickard
cc64fb0544
Merge pull request #1940 from r2d4/vet
...
golint, go vet, etc. changes
2017-09-11 15:30:52 -07:00
Matt Rickard
f46d97ea02
Merge pull request #1948 from cdrage/remove-duplicate-output
...
Update start.go with --vm-driver=none information
2017-09-11 15:30:21 -07:00
Matt Rickard
bf20969141
Merge pull request #1950 from minikube-bot/jenkins-releases.json-v0.22.1
...
update releases.json to include v0.22.1
2017-09-11 15:25:04 -07:00
minikube-bot
150f285fdf
Update releases.json to include v0.22.1
2017-09-11 22:07:03 +00:00
Matt Rickard
872d7fa661
Merge pull request #1949 from r2d4/0.22.1-r
...
Cut 0.22.1 release
2017-09-11 14:49:47 -07:00
Matt Rickard
53341aa30d
golint, go vet, etc. changes
2017-09-11 14:17:58 -07:00
Matt Rickard
540596b6d5
Cut 0.22.1 release
2017-09-11 13:48:17 -07:00
Matt Rickard
ad8ea13de0
Merge pull request #1933 from r2d4/windows-fix
...
Use os.Chmod instead of File.Chmod
2017-09-11 13:40:18 -07:00
Charlie Drage
e959a848ce
Update start.go with --vm-driver=none information
...
Updates the output in order to clarify commands as well as remove the
undeeded indentation.
2017-09-11 14:33:04 -04:00
Matt Rickard
9747484e9e
Move k8s utils to pkg/util
2017-09-08 20:14:28 -07:00
Matt Rickard
f966c8cf31
Add NewMinikubeRunner, separate start args
...
* Separate start args from args passed to every command. This is so
that we can call `minikube logs` and `minikube status` with the proper
flags (for the bootstrapper)
* Add a NewMinikubeRunner function to make getting a minikube runner
easier.
2017-09-08 20:14:21 -07:00
Matt Rickard
86ecc90fe2
Run busybox integration test in default namespace
...
If we choose a random namespace, the test will fail since RBAC
permissions will not be set up correctly.
This also chooses a randomly generated name, so that if we are running
an integration test while another busybox pod is still cleaning up,
there are no errors
2017-09-08 20:14:21 -07:00
Matt Rickard
d6049c1a3f
Merge pull request #1934 from r2d4/update-installers
...
User master's ssh for aur push
2017-09-08 15:27:40 -07:00
Matt Rickard
c5d6bc9dcf
Merge pull request #1935 from krancour/distinct-client-cert
...
generate distinct cert for use by client
2017-09-08 15:26:25 -07:00
Kent Rancourt
c571912b2d
generate distinct cert for use by client
2017-09-08 17:54:58 -04:00
Matt Rickard
70a24476f3
User master's ssh for aur push
...
There were a few issues with trying to inject the secrets using the
jenkins credentials helper
2017-09-08 11:48:24 -07:00
Matt Rickard
f5e95e9223
Merge pull request #1911 from corlettb/master
...
Adding optional aws_session_token to configuration options for registry-creds
2017-09-08 11:06:29 -07:00
Matt Rickard
7524a673d9
Merge pull request #1929 from r2d4/175-json
...
Add 1.7.5 localkube to released
2017-09-08 11:06:03 -07:00
Matt Rickard
f8c1651ed9
Use os.Chmod instead of File.Chmod
...
os.Chmod is cross platform, while File.Chmod seems not to be.
2017-09-08 10:39:04 -07:00
Matt Rickard
f022a68e37
Merge pull request #1918 from krancour/request-header-certs
...
manage proxy-client / aggregator certs
2017-09-08 10:34:36 -07:00
Matt Rickard
ad85596d37
Add 1.7.5 localkube to released
2017-09-07 21:12:57 -07:00
Matt Rickard
834c445631
Merge pull request #1925 from minikube-bot/jenkins-releases.json-v0.22.0
...
update releases.json to include v0.22.0
2017-09-07 11:51:39 -07:00
minikube-bot
46268d9dbc
Update releases.json to include v0.22.0
2017-09-07 18:39:16 +00:00
Aaron Prindle
62ca0b6f72
Merge pull request #1921 from aaron-prindle/release-v0.22.0
...
cut v0.22.0 release
2017-09-07 11:13:53 -07:00
Aaron Prindle
16d6d880cc
cut v0.22.0 release
2017-09-06 17:00:12 -07:00
Matt Rickard
42a4894040
Merge pull request #1920 from r2d4/tags-everywhere
...
Use containers/image build tags everywhere
2017-09-06 16:43:21 -07:00
Aaron Prindle
0f975dd00c
Merge pull request #1919 from aaron-prindle/add-files-dir
...
add files dir creation
2017-09-06 16:27:14 -07:00
Matt Rickard
5e34247db5
Use containers/image build tags everywhere
2017-09-06 16:22:49 -07:00
Matt Rickard
0e6e930a7d
Merge pull request #1881 from r2d4/cache-images-4-minikube
...
Cache images in minikube
2017-09-06 15:43:04 -07:00
Aaron Prindle
cdddafa735
add files dir creation
2017-09-06 15:36:04 -07:00
Aaron Prindle
bd258d8698
Merge pull request #1917 from aaron-prindle/minikube-files
...
added .minikube/files dir which gets ssh'd into VM on start
2017-09-06 15:33:11 -07:00
Kent Rancourt
ce2ac65d7f
manage proxy-client / aggregator certs
2017-09-06 18:11:59 -04:00
Aaron Prindle
020acf57c6
added .minikube/files dir which gets ssh'd into VM on start
2017-09-06 14:33:59 -07:00
Matt Rickard
3fb711c8ea
Add feature flag for cache-images
2017-09-06 13:36:25 -07:00
Matt Rickard
64f8674612
Merge pull request #1912 from r2d4/175
...
Upgrade to Kubernetes v1.7.5
2017-09-06 13:01:24 -07:00
Matt Rickard
ac65b58363
Review feedback
2017-09-06 10:22:09 -07:00
Aaron Prindle
81ec77aedc
Merge pull request #1910 from aaron-prindle/ci-fix
...
Added retriable error the service.go
2017-09-06 09:20:57 -07:00
Ben Corlett
a2d8b1b434
- Passthrough aws region to registry-creds plugin
...
- Add optional aws_session_token to configuration options for registry-creds for aws sts credentials
2017-09-06 11:01:46 +01:00
Aaron Prindle
8c6e412548
Added retriable error the service.go
2017-09-05 19:19:28 -07:00
Matt Rickard
7a9f3bef0d
Upgrade to Kubernetes v1.7.5
2017-09-05 11:38:54 -07:00
Matt Rickard
2bb91bbbef
Merge pull request #1906 from stefano9o/patch-1
...
Update drivers.md
2017-09-03 11:13:51 -07:00
stefano9o
ca611f8d27
Update drivers.md
...
added right package for Debian Stretch
2017-09-03 13:53:42 +01:00
Matt Rickard
e5d71e0b4f
Merge pull request #1905 from arschles/build-err
...
Removing the "no buildable source files" error on non-linux machines
2017-08-31 20:49:34 -07:00
Aaron Schlesinger
95c4556b6f
Adding proper boilerplate
2017-08-31 16:12:41 -07:00