Currently, we are getting some issues while deleting the namespace in Kubernetes(AKS). When we run " kubectl delete ns " command, it got stuck and after sometime, if we abort this it will remain in terminating state forever. Below is the kubernetes version we are using- $ kubectl version Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.0", GitCommit:"ddf47ac13c1a9483ea035a79cd7c10005ff21a6d", GitTreeState:"clean", BuildDate:"2018-12-03T21:04:45Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.5", GitCommit:"753b2dbc622f5cc417845f0ff8a77f539a4213ea", GitTreeState:"clean", BuildDate:"2018-11-26T14:31:35Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"} Here, we will see how we ...
hi
ReplyDeletei gt this err when i tried from rhel6 to win 7
Could not initialise pipe \winreg. Error was NT_STATUS_OBJECT_NAME_NOT_FOUND
can u help me
May be Some issue with your SAMBA Configuration. Please Make sure that you are able to access Windows from Linux System.
ReplyDeleteUAC did'nt permit do this.
ReplyDeleteTry this small fix before on Win:
run regedit, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
and set the value LocalAccountTokenFilterPolicy to 1
Sorry for my poor english.