Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,691 for Warningf (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/etcd.go

    		sizes, err := ParseWatchCacheSizes(f.Options.WatchCacheSizes)
    		if err != nil {
    			return generic.RESTOptions{}, err
    		}
    		size, ok := sizes[resource]
    		if ok && size > 0 {
    			klog.Warningf("Dropping watch-cache-size for %v - watchCache size is now dynamic", resource)
    		}
    		if ok && size <= 0 {
    			klog.V(3).InfoS("Not using watch cache", "resource", resource)
    			ret.Decorator = generic.UndecoratedStorage
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 15:02:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. pkg/volume/csi/nodeinfomanager/nodeinfomanager.go

    		Name:         driverName,
    		NodeID:       driverNodeID,
    		TopologyKeys: sets.List[string](topologyKeys),
    	}
    
    	if maxAttachLimit > 0 {
    		if maxAttachLimit > math.MaxInt32 {
    			klog.Warningf("Exceeded max supported attach limit value, truncating it to %d", math.MaxInt32)
    			maxAttachLimit = math.MaxInt32
    		}
    		m := int32(maxAttachLimit)
    		driverSpec.Allocatable = &storagev1.VolumeNodeResources{Count: &m}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/cacher/cache_watcher.go

    			// window. There is potential for optimization, but for
    			// now, in order to be on the safe side and not break
    			// custom clients, the cost of it is something that we
    			// are fully accepting.
    			klog.Warningf("couldn't retrieve watch event to serve: %#v", err)
    			return
    		}
    		if event == nil {
    			break
    		}
    		c.sendWatchCacheEvent(event)
    
    		// With some events already sent, update resourceVersion so that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 12:22:41 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  4. pkg/volume/fc/fc.go

    }
    
    func (fc *fcDisk) fcGlobalMapPath(spec *volume.Spec) (string, error) {
    	mounter, err := volumeSpecToMounter(spec, fc.plugin.host)
    	if err != nil {
    		klog.Warningf("failed to get fc mounter: %v", err)
    		return "", err
    	}
    	return fc.manager.MakeGlobalVDPDName(*mounter.fcDisk), nil
    }
    
    func (fc *fcDisk) fcPodDeviceMapPath() (string, string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go

    		}
    	}
    }
    
    func logWatchChannelErr(err error) {
    	switch {
    	case strings.Contains(err.Error(), "mvcc: required revision has been compacted"):
    		// mvcc revision compaction which is regarded as warning, not error
    		klog.Warningf("watch chan error: %v", err)
    	case isCancelError(err):
    		// expected when watches close, no need to log
    	default:
    		klog.Errorf("watch chan error: %v", err)
    	}
    }
    
    // startWatching does:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 10:26:38 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  6. pkg/volume/iscsi/iscsi.go

    }
    
    func (iscsi *iscsiDisk) iscsiGlobalMapPath(spec *volume.Spec) (string, error) {
    	mounter, err := volumeSpecToMounter(spec, iscsi.plugin.host, iscsi.plugin.targetLocks, nil /* pod */)
    	if err != nil {
    		klog.Warningf("failed to get iscsi mounter: %v", err)
    		return "", err
    	}
    	return iscsi.manager.MakeGlobalVDPDName(*mounter.iscsiDisk), nil
    }
    
    func (iscsi *iscsiDisk) iscsiPodDeviceMapPath() (string, string) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    			pl, state.reqsGaugePair, state.execSeatsObs,
    			metrics.NewUnionGauge(state.seatDemandIntegrator, state.seatDemandRatioedGauge))
    		if err != nil {
    			klog.Warningf("Ignoring PriorityLevelConfiguration object %s because its spec (%s) is broken: %s", pl.Name, fcfmt.Fmt(pl.Spec), err)
    			continue
    		}
    		meal.newPLStates[pl.Name] = state
    		state.pl = pl
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    			altNames.DNSNames = append(altNames.DNSNames, altname)
    		} else if len(validation.IsWildcardDNS1123Subdomain(altname)) == 0 {
    			altNames.DNSNames = append(altNames.DNSNames, altname)
    		} else {
    			klog.Warningf(
    				"[certificates] WARNING: '%s' was not added to the '%s' SAN, because it is not a valid IP or RFC-1123 compliant DNS entry\n",
    				altname,
    				certName,
    			)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_attacher.go

    					return err
    				}
    				klog.V(4).Info(log("VolumeAttachment object [%v] for volume [%v] has been deleted", attachID, volumeHandle))
    				return nil
    
    			case watch.Error:
    				klog.Warningf("waitForVolumeAttachDetachInternal received watch error: %v", event)
    			}
    
    		case <-timer.C:
    			klog.Error(log("attachdetacher.WaitForDetach timeout after %v [volume=%v; attachment.ID=%v]", timeout, volumeHandle, attachID))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  10. cmd/kube-controller-manager/app/core.go

    		return nil, false, nil
    	}
    	if controllerContext.Cloud == nil {
    		logger.Info("Warning: configure-cloud-routes is set, but no cloud provider specified. Will not configure cloud provider routes.")
    		return nil, false, nil
    	}
    	routes, ok := controllerContext.Cloud.Routes()
    	if !ok {
    		logger.Info("Warning: configure-cloud-routes is set, but cloud provider does not support routes. Will not configure cloud provider routes.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top