Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doRestart (0.08 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

    function Enable-HyperVFeature {
      Log-Output "Enabling Windows 'HyperV' feature"
      Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All -NoRestart
      Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Management-PowerShell -All -NoRestart
    }
    
    # Configures the TCP/IP parameters to be in sync with the GCP recommendation.
    # Not setting these values correctly can cause network issues for connections
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top