Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync-2020.10.02 #1

Merged
merged 94 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
9ff0309
use MiB with kvm driver
bluestealth Aug 5, 2020
6ad47f9
use MiB for raw disk allocations
bluestealth Aug 5, 2020
ad1e2e2
Use same conversion logic for bytes -> MiB everywhere
bluestealth Aug 12, 2020
1859274
refactor conversion functions into util
bluestealth Aug 12, 2020
4708f62
fix: profile list shows paused clusters as Running
taciomcosta Sep 5, 2020
7e7344d
Update Makefile and release notes for v1.13.1
sharifelgamal Sep 18, 2020
20d3fb0
Merge branch 'master' of github.com:kubernetes/minikube into v1.13.1
sharifelgamal Sep 18, 2020
ba0db2f
add contributor
sharifelgamal Sep 18, 2020
9fbd2e9
update-context: Automatically set the context as current/active in ku…
prezha Sep 20, 2020
1fd1f67
Merge pull request #9276 from sharifelgamal/v1.13.1
sharifelgamal Sep 21, 2020
85bf8a5
Update releases.json to include v1.13.1
minikube-bot Sep 21, 2020
0a6b52d
Merge pull request #9288 from minikube-bot/jenkins-releases.json-v1.13.1
sharifelgamal Sep 21, 2020
98591a6
Add advice for the DRV_CP_ENDPOINT error
Sep 21, 2020
f5b74f9
Merge pull request #9281 from prezha/update-context-activates-context
medyagh Sep 21, 2020
f6b524b
add profile arg
Sep 21, 2020
8190e18
Merge pull request #9291 from priyawadhwa/improve-error
medyagh Sep 22, 2020
19cc40f
update_kubernetes_version: implement a standalone program that polls …
prezha Sep 22, 2020
6bf7ca3
Validate --base-image flag and active driver combo
ilya-zuyev Sep 22, 2020
6a60983
Show invalid flag diagnostic message to user
ilya-zuyev Sep 22, 2020
603ae8f
Return ExHostPermission for insufficient config file permissions
dominikbraun Sep 22, 2020
8f4127b
Use HOST_HOME_PERMISSION kind for insufficient permissions
dominikbraun Sep 22, 2020
3f44d47
Add performance monitor code
Sep 22, 2020
3d547a9
Fix Makefile rule to build bot
Sep 22, 2020
3f457db
fix error handling
Sep 22, 2020
02cdb59
Use HostHomePermission variable in known_issues.go
dominikbraun Sep 22, 2020
76d3c9d
Fix variable name (avoid collision with imported package)
ilya-zuyev Sep 22, 2020
1444ce3
update_kubernetes_version: refactor
prezha Sep 22, 2020
bf8ec63
Simplify base-image flag validation
ilya-zuyev Sep 22, 2020
8873901
Add more unit tests
ilya-zuyev Sep 22, 2020
07642cd
Merge pull request #9300 from ilya-zuyev/gh8891_forbid_base_image_for…
medyagh Sep 23, 2020
183bdb2
Merge pull request #9302 from dominikbraun/#9297-reason-for-missing-c…
medyagh Sep 23, 2020
a493400
Merge pull request #9298 from prezha/update-kubernetes-version-i0
medyagh Sep 23, 2020
fd44e0d
Force dependency on exp to prevent dirty commit release binaries (#9309)
sharifelgamal Sep 23, 2020
7a2cd0f
Removing Duplicate Command Additions
loftkun Sep 25, 2020
b4b181b
give the logs test a little wiggle room
sharifelgamal Sep 25, 2020
ed6b756
Merge pull request #9308 from priyawadhwa/performance-monit
tstromberg Sep 25, 2020
75332f7
Merge pull request #8901 from bluestealth/MiB
tstromberg Sep 25, 2020
fb878f6
Merge pull request #9324 from sharifelgamal/time-cmd
sharifelgamal Sep 25, 2020
11cad2b
Merge pull request #9321 from loftkun/removing-duplicate-command-addi…
sharifelgamal Sep 25, 2020
54f9400
Fix white version of SVG logo (icon)
weibeld Sep 26, 2020
d3dc36e
Clean up the docker installation
afbjorklund Aug 31, 2020
9056687
Also remove the extra containerd configuration
afbjorklund Sep 27, 2020
85f8d05
Fork all files needed for kindbase from upstream
afbjorklund Sep 12, 2020
a4e4a71
Specify snapshot version of ubuntu used for kind
afbjorklund Sep 12, 2020
8a18334
Complete the fork of kindbase by copy/paste
afbjorklund Sep 27, 2020
06ac270
The ISO build doesn't need Go installed on host
afbjorklund Sep 27, 2020
5ae6ce0
Use newer version of the go-bindata tool
afbjorklund Sep 27, 2020
e6b5105
Don't trim whitespace while extracting strings
afbjorklund Sep 27, 2020
256a1c2
Added target for Windows HTML & switched encoding
blueelvis Sep 28, 2020
d34a240
hyperv: Make interface search name match case-insensitive
tstromberg Sep 28, 2020
9329d75
Merge pull request #9327 from weibeld/master
tstromberg Sep 28, 2020
96e35e0
Add 'docker status' check, improve deadline-exceeded error message
tstromberg Sep 28, 2020
1ffd800
Add comment
tstromberg Sep 28, 2020
4fa2e41
Merge branch 'master' into docker-detect
tstromberg Sep 28, 2020
d6eb9cf
Merge pull request #9333 from afbjorklund/go-bindata
medyagh Sep 28, 2020
d6d1079
Merge pull request #9332 from afbjorklund/translations-whitespace
medyagh Sep 28, 2020
647c857
Fix error in unittest, as pointed out by warning
afbjorklund Sep 28, 2020
cf7df77
Run gofmt on code, to avoid modified workspace
afbjorklund Sep 28, 2020
c2642c3
Compare fully qualified image names when pulling kic
Sep 28, 2020
5dce77b
Make 1 target for html report and remove changes to github actions
blueelvis Sep 28, 2020
c56f64b
Merge pull request #9345 from afbjorklund/gotest-string
medyagh Sep 28, 2020
5965b68
Improved file-filter for github-release-assets
Sep 29, 2020
3b26a64
Merge pull request #9348 from priyawadhwa/unable-to-download
medyagh Sep 29, 2020
be496e1
Merge pull request #9346 from afbjorklund/gofmt-register
medyagh Sep 29, 2020
8eaa3ee
Use oci.CachedDaemonInfo for status check
tstromberg Sep 29, 2020
91a3254
Use %d for exit code
tstromberg Sep 29, 2020
5ab4bc6
Remove the base target from kicbase docker build
afbjorklund Sep 29, 2020
b015cfd
Merge pull request #9351 from tillhoff/master
medyagh Sep 29, 2020
f66e0a8
Merge pull request #9330 from afbjorklund/kicbase-ubuntu
medyagh Sep 29, 2020
b340140
update kicbase image to ubuntu-based
medyagh Sep 29, 2020
5eca07a
Merge pull request #9340 from blueelvis/'task/windows_html_report'
medyagh Sep 29, 2020
23eb169
generate docs
medyagh Sep 29, 2020
0d6b6fc
Merge pull request #9343 from tstromberg/docker-detect
medyagh Sep 29, 2020
09dd4b7
Merge pull request #9342 from tstromberg/logs-api
medyagh Sep 29, 2020
ff051f9
Make sure gcp-auth addon can be enabled on startup (#9318)
sharifelgamal Sep 29, 2020
9cd4216
add network create funcs
medyagh Sep 21, 2020
f0f10d6
first version
medyagh Sep 22, 2020
fa0afb2
lint
medyagh Sep 22, 2020
2766235
try alternate if no network
medyagh Sep 24, 2020
f163cf9
update with new logic
medyagh Sep 24, 2020
b7780ec
address review comments
medyagh Sep 28, 2020
058adb7
address review comments
medyagh Sep 28, 2020
31e175c
move index machine to driver package
medyagh Sep 29, 2020
82f39d1
clarify comment
medyagh Sep 29, 2020
c48e8e5
add more unit tests
medyagh Sep 29, 2020
b84dedc
address review comments
medyagh Sep 29, 2020
790dd24
pkg machine: correct 'deleting' spelling errors
zhanw15 Sep 30, 2020
ecf8120
Merge pull request #9356 from zhanw15/patch-2
tstromberg Sep 30, 2020
5815ef8
Merge pull request #9353 from medyagh/update_kicbase_ub
medyagh Sep 30, 2020
2823462
Merge pull request #9331 from afbjorklund/github-iso
medyagh Sep 30, 2020
f807bcf
remove kic test
medyagh Sep 30, 2020
73d77e2
address review comments
medyagh Sep 30, 2020
bebad76
Merge pull request #8978 from taciomcosta/master
medyagh Oct 1, 2020
0fc0c82
Merge pull request #9294 from medyagh/docker_network
medyagh Oct 1, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
echo workspace $GITHUB_WORKSPACE
echo "end of debug stuff"
echo $(which jq)
# iso needs golang 1.11.3
- uses: actions/setup-go@v2
with:
go-version: '1.11.13'
stable: true
- name: Build ISO
run: |
whoami
Expand Down Expand Up @@ -146,4 +141,4 @@ jobs:
if [ "$numFail" -gt 0 ];then echo "*** $numFail Failed ***";exit 2;fi
if [ "$numPass" -eq 0 ];then echo "*** 0 Passed! ***";exit 2;fi
if [ "$numPass" -lt 32 ];then echo "*** Failed to pass at least 32 ! ***";exit 2;fi
if [ "$numPass" -eq 0 ];then echo "*** Passed! ***";exit 0;fi
if [ "$numPass" -eq 0 ];then echo "*** Passed! ***";exit 0;fi
22 changes: 11 additions & 11 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
echo "---------------- ${numFail} Failures :( ----------------------------"
echo $failedTests
echo "-------------------------------------------------------"
If ($numFail -gt 0){ exit 2 }
If ($numFail -gt 0){ exit 2 }
If ($numPass -eq 0){ exit 2 }
If ($numPass -lt 33){ exit 2 }
If ($numFail -eq 0){ exit 0 }
Expand All @@ -429,7 +429,7 @@ jobs:
shell: powershell
run: |
echo $env:computerName
ls
ls
$ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries
ls
Expand Down Expand Up @@ -464,14 +464,14 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f
docker system prune -f
- name: Info
continue-on-error: true
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries
ls
ls
echo $env:computername
Get-WmiObject -class Win32_ComputerSystem
- uses: actions/setup-go@v2
Expand All @@ -483,7 +483,7 @@ jobs:
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
choco install -y kubernetes-cli
choco install -y jq
choco install -y caffeine
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
echo "---------------- ${numFail} Failures :( ----------------------------"
echo $failedTests
echo "-------------------------------------------------------"
If ($numFail -gt 0){ exit 2 }
If ($numFail -gt 0){ exit 2 }
If ($numPass -eq 0){ exit 2 }
If ($numPass -lt 33){ exit 2 }
If ($numFail -eq 0){ exit 0 }
Expand Down Expand Up @@ -775,11 +775,11 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -966,7 +966,7 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
Expand Down Expand Up @@ -1247,4 +1247,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: all_reports
path: all_reports
path: all_reports
22 changes: 11 additions & 11 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
echo "---------------- ${numFail} Failures :( ----------------------------"
echo $failedTests
echo "-------------------------------------------------------"
If ($numFail -gt 0){ exit 2 }
If ($numFail -gt 0){ exit 2 }
If ($numPass -eq 0){ exit 2 }
If ($numPass -lt 33){ exit 2 }
If ($numFail -eq 0){ exit 0 }
Expand All @@ -427,7 +427,7 @@ jobs:
shell: powershell
run: |
echo $env:computerName
ls
ls
$ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries
ls
Expand Down Expand Up @@ -462,14 +462,14 @@ jobs:
$docker_running = $?
}
Write-Output "Docker is running"
docker system prune -f
docker system prune -f
- name: Info
continue-on-error: true
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries
ls
ls
echo $env:computername
Get-WmiObject -class Win32_ComputerSystem
- uses: actions/setup-go@v2
Expand All @@ -481,7 +481,7 @@ jobs:
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
(New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe")
choco install -y kubernetes-cli
choco install -y jq
choco install -y caffeine
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
echo "---------------- ${numFail} Failures :( ----------------------------"
echo $failedTests
echo "-------------------------------------------------------"
If ($numFail -gt 0){ exit 2 }
If ($numFail -gt 0){ exit 2 }
If ($numPass -eq 0){ exit 2 }
If ($numPass -lt 33){ exit 2 }
If ($numFail -eq 0){ exit 0 }
Expand Down Expand Up @@ -773,11 +773,11 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
Expand Down Expand Up @@ -1148,7 +1148,7 @@ jobs:
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
sysctl hw.physicalcpu hw.logicalcpu
- name: Disable firewall
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
Expand Down Expand Up @@ -1245,4 +1245,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: all_reports
path: all_reports
path: all_reports
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release Notes

## Version 1.13.1 - 2020-09-18
* Update Default Kubernetes Version to v1.19.2 [#9265](https://github.com/kubernetes/minikube/pull/9265)
* fix mounting for docker driver in windows [#9263](https://github.com/kubernetes/minikube/pull/9263)
* CSI Hostpath Driver & VolumeSnapshots addons [#8461](https://github.com/kubernetes/minikube/pull/8461)
* docker/podman drivers: Make sure CFS_BANDWIDTH is available for --cpus [#9255](https://github.com/kubernetes/minikube/pull/9255)
* Fix ForwardedPort for podman version 2.0.1 and up [#9237](https://github.com/kubernetes/minikube/pull/9237)
* Avoid setting time for memory assets [#9256](https://github.com/kubernetes/minikube/pull/9256)
* point to newest gcp-auth-webhook version [#9199](https://github.com/kubernetes/minikube/pull/9199)
* Set preload=false if not using overlay2 as docker storage driver [#8831](https://github.com/kubernetes/minikube/pull/8831)
* Upgrade crio to 1.17.3 [#8922](https://github.com/kubernetes/minikube/pull/8922)
* Add Docker Desktop instructions if memory is greater than minimum but less than recommended [#9181](https://github.com/kubernetes/minikube/pull/9181)
* Update minimum memory constants to use MiB instead of MB [#9180](https://github.com/kubernetes/minikube/pull/9180)

Thank you to our contributors for this release!
- Anders F Björklund
- Dean Coakley
- Julien Breux
- Li Zhijian
- Medya Ghazizadeh
- Priya Wadhwa
- Sharif Elgamal
- Thomas Strömberg
- Zadjad Rezai
- jjanik


## Version 1.13.0 - 2020-09-03

## Features
Expand Down
22 changes: 14 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 13
VERSION_BUILD ?= 0
VERSION_BUILD ?= 1
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)

KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/constants/constants.go | cut -d \" -f2)
KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2)

# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).1
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
RPM_VERSION ?= $(DEB_VERSION)
Expand Down Expand Up @@ -305,9 +305,15 @@ html_report: ## Generate HTML report out of the last ran integration test logs.
@go tool test2json -t < "./out/testout_$(COMMIT_SHORT).txt" > "./out/testout_$(COMMIT_SHORT).json"
@gopogh -in "./out/testout_$(COMMIT_SHORT).json" -out ./out/testout_$(COMMIT_SHORT).html -name "$(shell git rev-parse --abbrev-ref HEAD)" -pr "" -repo github.com/kubernetes/minikube/ -details "${COMMIT_SHORT}"
@echo "-------------------------- Open HTML Report in Browser: ---------------------------"
ifeq ($(GOOS),windows)
@echo start $(CURDIR)/out/testout_$(COMMIT_SHORT).html
@echo "-----------------------------------------------------------------------------------"
@start $(CURDIR)/out/testout_$(COMMIT_SHORT).html || true
else
@echo open $(CURDIR)/out/testout_$(COMMIT_SHORT).html
@echo "-----------------------------------------------------------------------------------"
@open $(CURDIR)/out/testout_$(COMMIT_SHORT).html || true
endif

.PHONY: test
test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Trigger minikube test
Expand All @@ -331,7 +337,7 @@ pkg/minikube/assets/assets.go: $(shell find "deploy/addons" -type f)
ifeq ($(MINIKUBE_BUILD_IN_DOCKER),y)
$(call DOCKER,$(BUILD_IMAGE),/usr/bin/make $@)
endif
@which go-bindata >/dev/null 2>&1 || GO111MODULE=off GOBIN="$(GOPATH)$(DIRSEP)bin" go get github.com/jteeuwen/go-bindata/...
@which go-bindata >/dev/null 2>&1 || GO111MODULE=off GOBIN="$(GOPATH)$(DIRSEP)bin" go get github.com/go-bindata/go-bindata/...
$(if $(quiet),@echo " GEN $@")
$(Q)PATH="$(PATH)$(PATHSEP)$(GOPATH)$(DIRSEP)bin" go-bindata -nomemcopy -o $@ -pkg assets deploy/addons/...
$(Q)-gofmt -s -w $@
Expand All @@ -344,7 +350,7 @@ pkg/minikube/translate/translations.go: $(shell find "translations/" -type f)
ifeq ($(MINIKUBE_BUILD_IN_DOCKER),y)
$(call DOCKER,$(BUILD_IMAGE),/usr/bin/make $@)
endif
@which go-bindata >/dev/null 2>&1 || GO111MODULE=off GOBIN="$(GOPATH)$(DIRSEP)bin" go get github.com/jteeuwen/go-bindata/...
@which go-bindata >/dev/null 2>&1 || GO111MODULE=off GOBIN="$(GOPATH)$(DIRSEP)bin" go get github.com/go-bindata/go-bindata/...
$(if $(quiet),@echo " GEN $@")
$(Q)PATH="$(PATH)$(PATHSEP)$(GOPATH)$(DIRSEP)bin" go-bindata -nomemcopy -o $@ -pkg translate translations/...
$(Q)-gofmt -s -w $@
Expand Down Expand Up @@ -579,7 +585,7 @@ storage-provisioner-image: out/storage-provisioner-$(GOARCH) ## Build storage-pr
.PHONY: kic-base-image
kic-base-image: ## builds the base image used for kic.
docker rmi -f $(KIC_BASE_IMAGE_GCR)-snapshot || true
docker build -f ./deploy/kicbase/Dockerfile -t local/kicbase:$(KIC_VERSION)-snapshot --build-arg COMMIT_SHA=${VERSION}-$(COMMIT) --cache-from $(KIC_BASE_IMAGE_GCR) --target base ./deploy/kicbase
docker build -f ./deploy/kicbase/Dockerfile -t local/kicbase:$(KIC_VERSION)-snapshot --build-arg COMMIT_SHA=${VERSION}-$(COMMIT) --cache-from $(KIC_BASE_IMAGE_GCR) ./deploy/kicbase
docker tag local/kicbase:$(KIC_VERSION)-snapshot $(KIC_BASE_IMAGE_GCR)-snapshot
docker tag local/kicbase:$(KIC_VERSION)-snapshot $(KIC_BASE_IMAGE_GCR)
docker tag local/kicbase:$(KIC_VERSION)-snapshot $(KIC_BASE_IMAGE_HUB)
Expand Down Expand Up @@ -747,9 +753,9 @@ site: site/themes/docsy/assets/vendor/bootstrap/package.js out/hugo/hugo ## Serv
out/mkcmp:
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/mkcmp/main.go

.PHONY: out/performance-monitor
out/performance-monitor:
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/monitor/monitor.go
.PHONY: out/performance-bot
out/performance-bot:
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/pr-bot/bot.go

.PHONY: compare
compare: out/mkcmp out/minikube
Expand Down
3 changes: 1 addition & 2 deletions cmd/minikube/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import (
"k8s.io/minikube/pkg/minikube/reason"
)

const longDescription = `
Outputs minikube shell completion for the given shell (bash, zsh or fish)
const longDescription = `Outputs minikube shell completion for the given shell (bash, zsh or fish)

This depends on the bash-completion binary. Example installation instructions:
OS X:
Expand Down
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/config/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (

var addonsConfigureCmd = &cobra.Command{
Use: "configure ADDON_NAME",
Short: "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list ",
Long: "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list ",
Short: "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list",
Long: "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list",
Run: func(cmd *cobra.Command, args []string) {
if len(args) != 1 {
exit.Message(reason.Usage, "usage: minikube addons configure ADDON_NAME")
Expand Down
Loading