Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for netsh (0.14 sec)

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

            -Verbose
        # TODO(pjh): find out: why is this always CompartmentId 1?
        Attach-HnsHostEndpoint `
            -EndpointID ${hns_endpoint}.Id `
            -CompartmentID 1 `
            -Verbose
        netsh interface ipv4 set interface "${vnic_name}" forwarding=enabled
      }
    
      Try {
        Get-HNSPolicyList | Remove-HnsPolicyList
      } Catch { }
    
      # Add a route from the management NIC to the pod CIDR.
      #
    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