Thomas Stromberg
4b33fd2dc4
Add missing }
2018-12-05 10:18:33 -08:00
Balint Pato
28bfc5ec53
Update hack/jenkins/print-debug-info.sh
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-12-04 15:16:05 -08:00
Balint Pato
568c4ef889
Add -f inet
...
Co-Authored-By: tstromberg <tstromberg@google.com>
2018-12-04 15:15:54 -08:00
Thomas Stromberg
2a67d65bf5
Add tunnels.json and netstat -rn (before & after) to debug output
2018-12-04 14:11:15 -08:00
Thomas Strömberg
8388503b4d
Merge pull request #3395 from tstromberg/none_cleanup
...
Disable running kubelets and show any minikube/e2e processes that are running
2018-12-03 14:23:58 -08:00
Thomas Stromberg
961199a7fa
Stop active kubelets
2018-12-03 12:46:58 -08:00
Thomas Stromberg
e3d97e6a71
Show any running minikube and e2e processes
2018-12-03 12:46:25 -08:00
Thomas Stromberg
c518e31d89
Fix incomplete ssh line, add useful debugging commands
2018-12-03 10:29:37 -08:00
Thomas Stromberg
0e69c14b93
fix invalid OS_ARCH check, and list kubectl processes
2018-11-30 06:45:50 -08:00
Thomas Stromberg
48e6f2c6cf
Remove ps output, make status independent of rest of minikube debug chain to avoid dependencies
2018-11-30 06:44:32 -08:00
Thomas Stromberg
a571aa7fb7
|| true everything
2018-11-29 21:44:20 -08:00
Thomas Stromberg
3b46d1cd00
Less output spam
2018-11-29 16:22:07 -08:00
Thomas Stromberg
d8d727bd8d
Add trailing newline
2018-11-29 15:51:41 -08:00
Thomas Stromberg
45ebebb125
Fix missing }
2018-11-29 15:50:45 -08:00
Thomas Stromberg
3f1b8a0c02
Merge branch 'master' into corresponding
2018-11-29 15:50:29 -08:00
Thomas Stromberg
81cdbae8d5
Refactor test harness to isolate test outputs
2018-11-29 15:43:40 -08:00
Balint Pato
e626e38e95
removing Windows check temporarily ( #3369 )
2018-11-27 13:58:49 -08:00
Thomas Strömberg
e16c7e2def
Merge pull request #3266 from tstromberg/cross-build
...
Fix invalid build result comparison in the cross build script
2018-11-19 21:13:17 -05:00
Thomas Strömberg
b6308bffbd
Remove obsoleted job types so that they no longer show as pending ( #3335 )
2018-11-15 16:43:25 -08:00
Balint Pato
6715122998
adding continuous build logic ( #3340 )
...
to reuse the same jenkins jobs, I just added extra logic into the
current scripts, namely: for cases when `$ghprbPullId` equals "master",
we ignore setting the github statuses.
2018-11-15 16:25:04 -08:00
Thomas Stromberg
72348ccf3a
Add missing /
2018-10-19 16:25:32 -07:00
Thomas Stromberg
cc690750cf
Ensure that all variables are expanded out.
2018-10-19 16:10:35 -07:00
Thomas Stromberg
0f57ffa836
Fix bad build result comparison.
...
Also apply https://google.github.io/styleguide/shell.xml and
https://sipb.mit.edu/doc/safe-shell/ while I'm in here.
2018-10-19 16:00:06 -07:00
Balint Pato
ae9f4b20c7
minikube tunnel ( #3015 )
...
This commit introduces a new command, `minikube tunnel`, a LoadBalancer emulator functionality, that must be run with root permissions.
This command:
* Establishes networking routes from the host into the VM for all IP ranges used by Kubernetes.
* Enables a cluster controller that allocates IPs to services external `LoadBalancer` IPs.
* Cleans up routes and IPs when stopped (Ctrl+C), when `minikube` stops, and when `minikube tunnel` is ran with the `--cleanup` flag
2018-10-18 11:01:47 -07:00
Balint Pato
64e1853910
small fixes to boilerplate and integration test scripts ( #3212 )
...
Introduces hack/boilerplate/fix.sh that automatically fixes the copyright header in files.
2018-10-17 14:22:26 -07:00
Thomas Stromberg
3629d8877a
Add space instead of empty comment to make boilerplate check happy.
2018-10-04 15:56:55 -07:00
Thomas Stromberg
9da393fec3
Double quote to avoid accidental expansion.
2018-10-04 14:41:18 -07:00
Thomas Stromberg
f3912d4f72
Fix shell boilerplate comment.
2018-10-04 14:40:48 -07:00
Thomas Stromberg
927a4d86d6
Replace += 1 with ++
2018-10-04 14:32:44 -07:00
Thomas Stromberg
628fee2b44
Rename release notes script, add error detection.
2018-10-04 14:31:57 -07:00
Thomas Stromberg
dd96eed9d4
Update doc.
2018-10-04 14:28:39 -07:00
Thomas Stromberg
c7ac28356e
Mark scripts as executable.
2018-09-26 15:38:41 -07:00
Thomas Stromberg
abf6b5e5b6
Install gsutil if not already in PATH.
...
Also, some minor readability whitespace changes.
2018-09-26 15:37:17 -07:00
Praveen Kumar
23bd8de8d8
Issue #3037 change dependency management to dep
2018-09-26 11:58:13 -07:00
Matt Rickard
1080d813c0
remove r2d4 from brew PR comment
2018-08-01 09:05:56 -07:00
Asbjørn Apeland
5a78ac92f6
Change Linux install method
...
Previously, files installed to /usr/local/bin/ would be owned by the
user executing the command, not root. This change makes these installed
files owned by root instead. Improving security is the goal.
2018-07-31 10:55:22 -07:00
Bernhard M. Wiedemann
3c0dd23334
Allow to override build date with SOURCE_DATE_EPOCH
...
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
Fixes #3005
2018-07-24 14:22:30 -07:00
Aaron Prindle
a4606583e4
remove all localkube references from code, change /var/lib/localkube to /var/lib/minikube
2018-07-24 12:36:42 -07:00
Aaron Prindle
e2a6e60926
remove localkube from windows integration tests
2018-07-24 12:36:42 -07:00
Aaron Prindle
f9a29cb768
remove last localkube bootstrapper test reference
2018-07-24 12:36:42 -07:00
dlorenc
2998411912
Makefile fix.
2018-07-24 12:36:42 -07:00
dlorenc
15b035748c
Manual changes to remove localkube.
2018-07-24 12:36:42 -07:00
dlorenc
7a7bd457f2
Fix the windows install upload.
2018-07-17 11:18:55 -07:00
Aaron Prindle
9c1edabbeb
add retry for artifact uploads on github release script
2018-07-03 08:55:56 -07:00
David Xia
f38c68daba
Update release_github_page.sh
...
Back ticks need to be escaped otherwise the enclosed
text won't show up.
2018-06-26 09:45:48 -07:00
commitay
867b5e6552
Update caskroom -> Homebrew references
2018-06-13 01:35:01 +10:00
commitay
9dcfd0f215
Update homebrew-cask release process: remove `checkpoint`
2018-06-13 00:58:16 +10:00
dlorenc
7277fb358c
Fix vboxmanage cleanup
2018-06-08 10:22:43 -07:00
ruicao
e726088118
Typo fix: dont't -> don't
2018-06-05 12:45:12 -07:00
dlorenc
0b4e5631df
Switch all remaining e2e tests to kubeadm.
2018-06-05 10:43:16 -07:00