Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,192 for slog (0.05 sec)

  1. pkg/controller/storageversionmigrator/resourceversion.go

    		},
    	})
    
    	return rvController
    }
    
    func (rv *ResourceVersionController) addSVM(logger klog.Logger, obj interface{}) {
    	svm := obj.(*svmv1alpha1.StorageVersionMigration)
    	logger.V(4).Info("Adding", "svm", klog.KObj(svm))
    	rv.enqueue(svm)
    }
    
    func (rv *ResourceVersionController) updateSVM(logger klog.Logger, oldObj, newObj interface{}) {
    	oldSVM := oldObj.(*svmv1alpha1.StorageVersionMigration)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. releasenotes/notes/fix-revision-admin-log.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
        **Added** `revision` flag to admin log to switch controls between Istiods.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 15 19:59:34 UTC 2022
    - 302 bytes
    - Viewed (0)
  3. releasenotes/notes/access-log-service-crash.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
    - 30939
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 19 05:25:55 UTC 2021
    - 182 bytes
    - Viewed (0)
  4. src/runtime/debuglog_test.go

    		runtime.Dlog().I(i).S(longString).End()
    		fmt.Fprintf(&want, "[] %d %s\n", i, longString)
    	}
    	log := runtime.DumpDebugLog()
    
    	// Check for "lost" message.
    	lost := regexp.MustCompile(`^>> begin log \d+; lost first \d+KB <<\n`)
    	if !lost.MatchString(log) {
    		t.Fatalf("want matching %s, got %q", lost, log)
    	}
    	idx := lost.FindStringIndex(log)
    	// Strip lost message.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 16:59:26 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  5. pkg/util/oom/oom_linux.go

    	value := strconv.Itoa(oomScoreAdj)
    	klog.V(4).Infof("attempting to set %q to %q", oomScoreAdjPath, value)
    	var err error
    	for i := 0; i < maxTries; i++ {
    		err = os.WriteFile(oomScoreAdjPath, []byte(value), 0700)
    		if err != nil {
    			if os.IsNotExist(err) {
    				klog.V(2).Infof("%q does not exist", oomScoreAdjPath)
    				return os.ErrNotExist
    			}
    
    			klog.V(3).Info(err)
    			time.Sleep(100 * time.Millisecond)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 07:13:28 UTC 2022
    - 4K bytes
    - Viewed (0)
  6. pkg/controller/volume/attachdetach/statusupdater/node_status_updater.go

    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache"
    )
    
    // NodeStatusUpdater defines a set of operations for updating the
    // VolumesAttached field in the Node Status.
    type NodeStatusUpdater interface {
    	// Gets a list of node statuses that should be updated from the actual state
    	// of the world and updates them.
    	UpdateNodeStatuses(logger klog.Logger) error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  7. cmd/cloud-controller-manager/main.go

    	if err != nil {
    		klog.Fatalf("Cloud provider could not be initialized: %v", err)
    	}
    	if cloud == nil {
    		klog.Fatalf("Cloud provider is nil")
    	}
    
    	if !cloud.HasClusterID() {
    		if config.ComponentConfig.KubeCloudShared.AllowUntaggedCloud {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 19 13:01:01 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    		} else {
    			klog.V(4).InfoS("SyncPod received new pod, will create a sandbox for it", "pod", klog.KObj(pod))
    		}
    	}
    
    	// Step 2: Kill the pod if the sandbox has changed.
    	if podContainerChanges.KillPod {
    		if podContainerChanges.CreateSandbox {
    			klog.V(4).InfoS("Stopping PodSandbox for pod, will start new one", "pod", klog.KObj(pod))
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/noderesources/fit.go

    			logger.V(5).Info("the deleted pod was unscheduled and it wouldn't make the unscheduled pod schedulable", "pod", klog.KObj(pod), "deletedPod", klog.KObj(originalPod))
    			return framework.QueueSkip, nil
    		}
    		logger.V(5).Info("another scheduled pod was deleted, and it may make the unscheduled pod schedulable", "pod", klog.KObj(pod), "deletedPod", klog.KObj(originalPod))
    		return framework.Queue, nil
    	}
    
    	if !f.enableInPlacePodVerticalScaling {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  10. pkg/proxy/conntrack/cleanup.go

    			}
    		}
    	}
    
    	klog.V(4).InfoS("Deleting conntrack stale entries for services", "IPs", conntrackCleanupServiceIPs.UnsortedList())
    	for _, svcIP := range conntrackCleanupServiceIPs.UnsortedList() {
    		if err := ct.ClearEntriesForIP(svcIP, v1.ProtocolUDP); err != nil {
    			klog.ErrorS(err, "Failed to delete stale service connections", "IP", svcIP)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top