Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pvs1 (0.04 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    	fp := NewFakeProxier(ctx, ipt, ipvs, ipset, nil, excludeCIDRs, v1.IPv4Protocol)
    
    	// All ipvs services that were processed in the latest sync loop.
    	activeServices := sets.New("ipvs0", "ipvs1")
    	// All ipvs services in the system.
    	currentServices := map[string]*utilipvs.VirtualServer{
    		// Created by kube-proxy.
    		"ipvs0": {
    			Address:   netutils.ParseIPSloppy("1.1.1.1"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

      if [[ -n "${node_taints}" ]]; then
        flags+=" --register-with-taints=${node_taints}"
      fi
    
      # Many of these flags were adapted from
      # https://github.com/Microsoft/SDN/blob/master/Kubernetes/windows/start-kubelet.ps1.
      flags+=" --config=${WINDOWS_KUBELET_CONFIG_FILE}"
      flags+=" --kubeconfig=${WINDOWS_KUBECONFIG_FILE}"
    
      # The directory where the TLS certs are located.
      flags+=" --cert-dir=${WINDOWS_PKI_DIR}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. pkg/volume/util/operationexecutor/operation_generator.go

    	VerifyControllerAttachedVolumeOpName string = "verify_controller_attached_volume"
    )
    
    // InTreeToCSITranslator contains methods required to check migratable status
    // and perform translations from InTree PVs and Inline to CSI
    type InTreeToCSITranslator interface {
    	IsPVMigratable(pv *v1.PersistentVolume) bool
    	IsInlineMigratable(vol *v1.Volume) bool
    	IsMigratableIntreePluginByName(inTreePluginName string) bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top