Commit Graph

8847 Commits (6fdecf2ebf86d1261449905f095c84447533cd0a)

Author SHA1 Message Date
Priya Wadhwa 6fdecf2ebf Add unit test to check that docs are up to date
This requires the following changes:

1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url

2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00
Priya Wadhwa 9405163530 add makefile rule for generating docs 2020-04-01 16:15:27 -07:00
Priya Wadhwa c409c4c91c Add unit tests to make sure docs are up to date 2020-04-01 16:13:54 -07:00
Priya Wadhwa a9dcfe82fe Update generate-docs command
Now, generate-docs will compile all subcommands for one command into one document instead of creating a document per subcommand.

For example, instead of creating:

minikbue_addons_enable.md
minikbue_addons_disable.md

it will now create

addons.md

which will include subsections for `minikube addons enable` and `minikube addons disable`.
2020-04-01 15:59:33 -07:00
Thomas Strömberg 592bb2e9eb
Merge pull request #7310 from tstromberg/wrong-url
mustload: Replace DriverIP with Forwarded(IP|Port)
2020-04-01 08:29:12 -07:00
Thomas Strömberg f5d428e555
Merge pull request #7341 from jlaswell/minikube-env-var-doc-additions
additional documentation context for MINIKUBE env vars vs Kubernetes tools
2020-04-01 05:50:16 -07:00
Thomas Strömberg c6c96934fc
Merge pull request #7355 from remraz/master
Contributing to the documentation : suggest using latest go version
2020-04-01 05:46:16 -07:00
re;i 1d28fae2b1 use latest go version 2020-04-01 12:28:14 +00:00
Thomas Strömberg 8dbd08a7c9
Merge pull request #7340 from tstromberg/faster-lookup-fail
Make tryRegistry non-blocking, remove tryLookup, add timeout
2020-03-31 15:11:02 -07:00
Thomas Strömberg 4f891d515c
Merge pull request #7309 from linkvt/fix-embed-certs
Fix embed certs by updating kubeconfig after certs are populated
2020-03-31 12:55:32 -07:00
John Laswell 85e7df860a
add documentation context for MINIKUBE env vars 2020-03-31 13:45:37 -04:00
priyawadhwa ca8b4ccddb
Merge pull request #7338 from dlorenc/rm
Remove unused code.
2020-03-31 10:45:01 -07:00
Thomas Stromberg b23bddb242 Make tryRegistry non-blocking, remove tryLookup, add timeout 2020-03-31 10:44:32 -07:00
Sharif Elgamal 13a6bcbf83
Merge pull request #7326 from sharifelgamal/pretty
clean up minikube start output
2020-03-31 10:01:04 -07:00
Dan Lorenc d8db21478c Remove unused code.
I was looking for an example of reflect and noticed that this code was unused.
2020-03-31 10:37:04 -05:00
Medya Ghazizadeh 77ec80f966
Merge pull request #7330 from anencore94/test
Update Korean translation
2020-03-31 03:50:35 -07:00
Medya Ghazizadeh 9fadd2060e
Merge pull request #7328 from priyawadhwa/update-ebpf
Update ebpf tools doc
2020-03-31 03:49:40 -07:00
anencore94 1504265020 Update Korean translation
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
2020-03-31 17:15:21 +09:00
Thomas Strömberg 3112a35600
Merge pull request #7281 from remraz/master
new FAQ section
2020-03-30 21:14:57 -07:00
Thomas Strömberg ea5e399b48
Merge pull request #7324 from tstromberg/update-hugo
docs: Update hugo version used by netlify
2020-03-30 19:39:41 -07:00
Thomas Stromberg 3c727c4bbb Bring back shouldDelayActive 2020-03-30 19:37:37 -07:00
Thomas Stromberg f956f6a69a Cleaner diff 2020-03-30 19:36:12 -07:00
Thomas Stromberg 9d64dfdfe0 Make site mostly compatible with hugo v0.69.0 through criminal hacks 2020-03-30 19:31:17 -07:00
Priya Wadhwa 4b49fb9a81 Update ebpf tools doc 2020-03-30 17:56:55 -07:00
Sharif Elgamal 2b68cb72d8 glorb 2020-03-30 15:36:11 -07:00
Sharif Elgamal fd3e0f505a clean up minikube start output 2020-03-30 15:31:17 -07:00
Thomas Stromberg d1769f6c31 docs: Update hugo version used by netlify 2020-03-30 11:57:21 -07:00
Thomas Strömberg 0696e90acd
Fix HTML comments 2020-03-30 09:02:49 -07:00
Thomas Strömberg cc731bb010
Add badges for downloads & most recent version 2020-03-29 14:16:01 -07:00
Thomas Stromberg 7f5f12c5f4 Get rid of DriverIP attr to prevent future misuse 2020-03-29 11:44:25 -07:00
Thomas Stromberg 063077c712 mustload: Check apiserver status using forwarded IP/port 2020-03-29 11:34:21 -07:00
Vincent Link 7debdacf5b Write the kubeconfig after generating certs
The content of the kubeconfig is defined before certs are generated by
the bootstrapper. When certs are embedded via --embed-certs writing the
kubeconfig fails if the certificates are not generated so it must run
after the bootstrap process which generates them.
2020-03-29 20:29:06 +02:00
Vincent Link 5bb0c580a0 Add simple embed-certs integration test 2020-03-29 15:12:37 +02:00
Thomas Strömberg da7227eb72
Less words 2020-03-28 21:08:17 -07:00
Thomas Strömberg 736b60de89
Update __en-US.md 2020-03-28 21:05:55 -07:00
Thomas Strömberg d05a13aa4e
Simplify template 2020-03-28 21:04:39 -07:00
Thomas Strömberg 8a4289c3c4
Minor tweaks 2020-03-28 21:02:09 -07:00
Thomas Strömberg 4c23d9109f
Merge pull request #7306 from kubernetes/tstromberg-patch-2
Issue template: attempt to get better reproduction cases
2020-03-28 20:59:49 -07:00
Medya Ghazizadeh 233f1062c4
Merge pull request #7305 from tstromberg/conntrack-path
none: Use LookPath to verify conntrack install
2020-03-28 19:49:43 -07:00
Thomas Strömberg 27882f122d
Issue template: attempt to get better reproduction cases
I'm curious if this will yield better issue reports.
2020-03-28 13:44:43 -07:00
Thomas Stromberg 1f31d25c16 Use LookPath to verify conntrack install 2020-03-28 13:19:48 -07:00
Anders Björklund 1e7028634d
Merge pull request #7297 from afbjorklund/cleanup-master
Fix gofmt and golint on master, after merges
2020-03-28 12:34:56 +01:00
Anders F Björklund 73dd9914f6 Fix gofmt and golint on master, after merges 2020-03-28 12:25:32 +01:00
Medya Ghazizadeh 356e203ed4
Merge pull request #7270 from tstromberg/cerrt-err
Add more debugging for certificate issues
2020-03-27 22:16:48 -07:00
Medya Ghazizadeh 45361c4f77
Merge pull request #7245 from prasadkatti/docs_aws_ecr
Add a tutorial for using AWS ECR with registry-creds addon
2020-03-27 22:16:06 -07:00
Medya Ghazizadeh 29e2f73842
Merge pull request #7275 from tstromberg/freebsd
Add files missing for FreeBSD  compilation
2020-03-27 22:14:54 -07:00
Medya Ghazizadeh 801d49afd0
Merge pull request #7292 from linkvt/fix-missing-global-options
Show all global flags in options command
2020-03-27 22:13:07 -07:00
Medya Ghazizadeh da1d411e30
Merge pull request #6879 from prasadkatti/populate_target_port_in_svc_list
service list: populate target port
2020-03-27 22:12:18 -07:00
Medya Ghazizadeh 5535242764
Merge pull request #7278 from tstromberg/null-deref
Fix null deref in start host err
2020-03-27 19:21:35 -07:00
Vincent Link 2420bb1f3a Show all global flags in cli options help
Before this fix the flags shown in `minikube options` were taken from a
list of options (`viperWhiteList`) which seems arbitrary.
I still don't know for sure why this is done but taking all
PersistentFlags (persistent=apply to all sub commands) from the root
command seems like the correct way.
2020-03-27 21:31:38 +01:00