Skip to content

Commit

Permalink
Merge pull request #2271 from sebassem/1417-feature-br
Browse files Browse the repository at this point in the history
1417 feature br
  • Loading branch information
sebassem authored Nov 13, 2023
2 parents b806a52 + 9ade391 commit 0b266c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ az connectedk8s enable-features --name $arcClusterName `

# Kill the open PowerShell monitoring kubectl get pods
Stop-Process -Id $kubectlMonShell.Id
$kubectlMonShell = Start-Process -PassThru PowerShell { for (0 -lt 1) { kubectl get pod -n $using:aioNamespace | Sort-Object -Descending; Start-Sleep -Seconds 5; Clear-Host } }
$kubectlMonShell = Start-Process -PassThru PowerShell { for (0 -lt 1) { kubectl get pod -n azure-iot-operations | Sort-Object -Descending; Start-Sleep -Seconds 5; Clear-Host } }


Write-Host "`n"
Expand Down

0 comments on commit 0b266c7

Please sign in to comment.