You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
PatrickLang
pushed a commit
to PatrickLang/acs-engine
that referenced
this issue
Jul 11, 2018
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:
The text was updated successfully, but these errors were encountered: