jimbju
jimbju
Would be awesome if someone could "fix" minishift on Windows 10 + VirtualBox. I got it to work the first time, but ever since I rebooted my computer it's not...
> I think the main issue is not enough resources (ram, disk, etc...) available for minishift/openshift to start up completely and successfully. But, it seems that minishift does not report...
For anyone having this issue on Windows 10, follow this guide and uninstall the Windows OpenSSH client. https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse After I uninstalled the Windows OpenSSH client minishift started just fine.
Getting the same error as OP: ```powershell $CAName = 'My CA' $CAObj = Get-CertificationAuthority -Name $CAName $CAObj | Publish-CRL ``` ``` Exception calling "PublishCRL" with "2" argument(s): "CCertAdmin::PublishCRLs: The parameter...
@Crypt32 contents of `$CAObj`: ```powershell DisplayName ComputerName IsAccessible ServiceStatus Type ----------- ------------ ------------ ------------- ---- My CA mycacomputername... True Running Enterprise Subordinate CA ``` ```powershell $CAObj.GetType() IsPublic IsSerial Name BaseType...