Unable to disable Heapster after enabling it in minikube on Windows #4848
Labels
area/addons
co/hyperv
HyperV related issues
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Taking this from here - #4783 (comment)
I am also able to reproduce the issue. After enabling heapster, I am not able to disable it. Following are the logs.
The exact command to reproduce the issue:
.\minikube-windows-amd64.exe addons disable heapster --alsologtostderr --v=8
The full output of the command that failed:
PS C:\utilities> .\minikube-windows-amd64.exe addons disable heapster --alsologtostderr --v=8
I0723 14:26:17.144698 6784 notify.go:124] Checking for updates...
[executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
[stdout =====>] : Running
[stderr =====>] :
[executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
[stdout =====>] : Running
[stderr =====>] :
[executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0]
[stdout =====>] : 172.17.88.150
[stderr =====>] :
W0723 14:26:20.250139 6784 exit.go:99] disable failed: [disabling addon deploy/addons/heapster/influx-grafana-rc.yaml.tmpl: Process exited with status 1]
*
X disable failed: [disabling addon deploy/addons/heapster/influx-grafana-rc.yaml.tmpl: Process exited with status 1]
*
The output of the
minikube logs
command:PS C:\utilities> .\minikube-windows-amd64.exe logs
The operating system version:
The text was updated successfully, but these errors were encountered: