Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddressFamily (0.17 sec)

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

      Try {
        Get-NetRoute `
            -ErrorAction "Stop" `
            -AddressFamily IPv4 `
            -DestinationPrefix ${GCE_METADATA_SERVER}/32 | Out-Null
      } Catch [Microsoft.PowerShell.Cmdletization.Cim.CimJobException] {
        Log-Output -Fatal `
            ("GCE metadata server route is not present as expected.`n" +
             "$(Get-NetRoute -AddressFamily IPv4 | Out-String)")
      }
    }
    
    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