Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAlias (0.12 sec)

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

      # route, the packet will be routed to the pod subnetwork, and not leave the
      # VM.
      $mgmt_net_adapter = Get_MgmtNetAdapter
      New-NetRoute `
          -ErrorAction Ignore `
          -InterfaceAlias ${mgmt_net_adapter}.ifAlias `
          -DestinationPrefix ${env:POD_CIDR} `
          -NextHop "0.0.0.0" `
          -Verbose
    
      if ($created_hns_network) {
        # There is an HNS bug where the route to the GCE metadata server will be
    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