Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

No remoting available from master to Windows agents #3460

Closed
PatrickLang opened this issue Jul 11, 2018 · 0 comments · Fixed by #3485
Closed

No remoting available from master to Windows agents #3460

PatrickLang opened this issue Jul 11, 2018 · 0 comments · Fixed by #3485
Assignees

Comments

@PatrickLang
Copy link
Contributor

Is this an ISSUE or FEATURE REQUEST? (choose one): Feature request


What version of acs-engine?: 0.19.2


If I SSH into a Linux master node, I can SSH over to Linux agents as well which is helpful for troubleshooting. Today - Windows can use SSH port forwarding for remote desktop, but that doesn't get a command line. Running PowerShell remoting or SSH on Windows would be helpful to check service status, grep logs, and so on for Windows agents.

Here's one example of what I'd like to be able to do:

docker run -it mcr.microsoft.com/powershell pwsh -command "enter-pssession 20143k8s9000 -Credential (get-credential) -Authentication Basic -UseSSL
"

PowerShell credential request
Enter your credentials.
User: azureuser
Password for user azureuser: ************

PSH> get-content c:\k\kubelet.log -Last 100
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant