Chou Hu
Chou Hu
https://github.com/containernetworking/cni/blob/master/pkg/invoke/raw_exec.go#L34 ``` stdout := &bytes.Buffer{} stderr := &bytes.Buffer{} c := exec.CommandContext(ctx, pluginPath) c.Env = environ c.Stdin = bytes.NewBuffer(stdinData) c.Stdout = stdout c.Stderr = stderr // Retry the command on "text...
**Is your feature request related to a problem?/Why is this needed** Update-DefenderSignatures may fail in building Windows VHD **Describe the solution you'd like in detail** Assure that Update-DefenderSignatures does not...
**Is your feature request related to a problem?/Why is this needed** no **Describe the solution you'd like in detail** https://www.packer.io/plugins/builders/azure/arm#build_resource_group_name I tried to use the pre-created rg `VNET_RESOURCE_GROUP_NAME` as `build_resource_group_name`...
**What happened**: [collect-windows-logs.ps1](https://github.com/Azure/AgentBaker/pull/3936/files#diff-fe8683cbb103fe8cda8fafd2eaeb912a57787311310a63fc9a8b84046ecff89f) throwed below error. ``` Path C:\Windows\Minidump does not exist Collecting logs from C:\Windows\SystemTemp d----- 3/12/2024 11:00 AM px4lqsv0.2fu Collecting the information of the node and pods by...
**Describe the bug** agnhost throws `Class not registered` in HPC container with containerd 1.7.1 • HPC: ``` k logs agnhost-win Start-Process : This command cannot be run due to the...
### Description Below command in Windows HPC container works in containerd v1.6 but does not work in containerd v1.7+. ``` command: - C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe - -command - | $AdminRights = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")...
[provisioningResp](https://github.com/starkandwayne/eden/blob/master/apiclient/open_service_broker.go#L96) may contain `OperationData` which is needed in LastOperation. Current LastOperation does not support to set `operation` in the request.
**What type of PR is this?** /kind feature **What this PR does / why we need it**: remove Invoke-Expression in Windows CSE command **Which issue(s) this PR fixes**: Fixes #...