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

fix windows packing installer alert: unknown publisher #6735

Closed
Ehud-Banunu opened this issue Feb 21, 2020 · 12 comments
Closed

fix windows packing installer alert: unknown publisher #6735

Ehud-Banunu opened this issue Feb 21, 2020 · 12 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. os/windows packaging/windows Windows packaging issues packaging Packaging issues priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@Ehud-Banunu
Copy link

The exact command to reproduce the issue:
From the listing at https://github.com/kubernetes/minikube/releases ,
on Windows10 Home, attempt to install v1.7.3 or v1.7.2 -
either minikube-windows-amd64.exe or minikube-installer.exe

The full output of the command that failed:


Smartscreen_blocks_minikube

The output of the minikube logs command:


N/A

The operating system version:
Windows10 Home

@blueelvis
Copy link
Contributor

Hi!

Thanks for reporting this issue. Could you please click on More Info? Once you do, you should see an option to Run Anyway like below -
image

Kindly click on it and the installation should start. This would work for the installer.

If you just want to use the minikube-windows-amd64.exe, please unblock the file by following the procedure over here - https://mywindowshub.com/how-to-unblock-a-file-in-windows-10/

@blueelvis blueelvis added os/windows packaging/windows Windows packaging issues labels Feb 22, 2020
@afbjorklund
Copy link
Collaborator

afbjorklund commented Feb 22, 2020

This seems to be just as annoying as the Mac Gatekeeper "feature".

So now also the Win binaries needs to be signed (somehow), I guess ?

https://blogs.msdn.microsoft.com/ie/2012/08/14/microsoft-smartscreen-extended-validation-ev-code-signing-certificates/

@tstromberg : maybe we can offload this to e.g. chocolatey by default ?

@afbjorklund afbjorklund added the packaging Packaging issues label Feb 22, 2020
@Ehud-Banunu
Copy link
Author

Ehud-Banunu commented Feb 22, 2020

Thanks for the quick response.
@blueelvis I'm familiar with the run-anyway option, but am not at liberty to use it.
Same goes for unblocking the binary for manual-installation.
I'm spinning up Kubernetes manually, as I assume other users facing this issue would.

@blueelvis
Copy link
Contributor

blueelvis commented Feb 23, 2020

@afbjorklund - Yep, this would require the executables to be signed. I have also resorted to using Chocolatey for the installation as it takes care of this.

@Ehud-Banunu - You could try to install minikube using Chocolatey like this - https://minikube.sigs.k8s.io/docs/start/windows/

Just curious, are you using a corporate laptop to work with minikube?

@priyawadhwa priyawadhwa added the kind/support Categorizes issue or PR as a support question. label Feb 26, 2020
@tstromberg
Copy link
Contributor

#sig-release issue: kubernetes/release#839

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 5, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 4, 2020
@sharifelgamal sharifelgamal removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Aug 26, 2020
@medyagh
Copy link
Member

medyagh commented Sep 30, 2020

how about we add alternative way of installing using something like curl.

@medyagh medyagh added the priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. label Sep 30, 2020
@medyagh medyagh changed the title Windows smartscreen blocks installation of v1.7.3 and v1.7.2 fix windows packing installer alert Sep 30, 2020
@medyagh medyagh added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. and removed kind/support Categorizes issue or PR as a support question. labels Sep 30, 2020
@medyagh medyagh changed the title fix windows packing installer alert fix windows packing installer alert: unknown publisher Sep 30, 2020
@medyagh medyagh added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Sep 30, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 29, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 28, 2021
@medyagh
Copy link
Member

medyagh commented Feb 10, 2021

@blueelvis do u have suggestions howe we can become a known publisher?

@tstromberg tstromberg added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. labels Feb 18, 2021
@tstromberg
Copy link
Contributor

This issue appears to be a duplicate of #4841, do you mind if we move the conversation there?

Ths way we can centralize the content relating to the issue. If you feel that this issue is not in fact a duplicate, please re-open it using /reopen. If you have additional information to share, please add it to the new issue.

Thank you for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. os/windows packaging/windows Windows packaging issues packaging Packaging issues priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

9 participants