Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,729 for info2 (0.06 sec)

  1. cni/pkg/cmd/root.go

    		_, _ = ctrlz.Run(ctrlzOptions, nil)
    
    		var cfg *config.Config
    		if cfg, err = constructConfig(); err != nil {
    			return
    		}
    		log.Infof("CNI logging level: \n%+v", istiolog.LevelToString(log.GetOutputLevel()))
    		log.Infof("CNI install configuration: \n%+v", cfg.InstallConfig)
    		log.Infof("CNI race repair configuration: \n%+v", cfg.RepairConfig)
    
    		// Start metrics server
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:35 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. pkg/log/scope.go

    func (s *Scope) WarnEnabled() bool {
    	return s.GetOutputLevel() >= WarnLevel
    }
    
    // Info outputs a message at info level.
    func (s *Scope) Info(msg any) {
    	if s.GetOutputLevel() >= InfoLevel {
    		s.emit(zapcore.InfoLevel, fmt.Sprint(msg))
    	}
    }
    
    // Infof uses fmt.Sprintf to construct and log a message at info level.
    func (s *Scope) Infof(format string, args ...any) {
    	if s.GetOutputLevel() >= InfoLevel {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 16:47:01 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. pkg/test/echo/server/endpoint/http.go

    	}
    
    	if err != nil {
    		return err
    	}
    
    	if s.isUDS() {
    		epLog.Infof("Listening HTTP/1.1 on %v\n", s.UDSServer)
    	} else if s.Port.TLS {
    		s.server.Addr = fmt.Sprintf(":%d", port)
    		epLog.Infof("Listening HTTPS/1.1 on %v\n", port)
    	} else {
    		s.server.Addr = fmt.Sprintf(":%d", port)
    		epLog.Infof("Listening HTTP/1.1 on %v\n", port)
    	}
    
    	// Start serving HTTP traffic.
    	go func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 16:20:31 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/bugreport/bugreport.go

    	wg.Add(1)
    	log.Infof("Waiting on CNI logs for %v", pod)
    	go func() {
    		defer func() {
    			wg.Done()
    			logRuntime(startTime, "Done getting CNI logs for %v", pod)
    		}()
    
    		clog, _, _, err := getLog(runner, resources, config, namespace, pod, "")
    		appendGlobalErr(err)
    		writeFile(filepath.Join(archive.CniPath(tempDir, pod), "cni.log"), clog, config.DryRun)
    		log.Infof("Done with CNI logs %v", pod)
    	}()
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/util/etcd/etcd.go

    		if i > 0 {
    			klog.V(1).Infof("[etcd] Waiting %v until next retry\n", retryInterval)
    			time.Sleep(retryInterval)
    		}
    		klog.V(2).Infof("[etcd] attempting to see if all cluster endpoints (%s) are available %d/%d", c.Endpoints, i+1, retries)
    		_, err := c.getClusterStatus()
    		if err != nil {
    			switch err {
    			case context.DeadlineExceeded:
    				klog.V(1).Infof("[etcd] Attempt timed out")
    			default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_block.go

    	accessMode v1.PersistentVolumeAccessMode,
    	csiSource *v1.CSIPersistentVolumeSource,
    	attachment *storage.VolumeAttachment,
    ) (string, error) {
    	klog.V(4).Infof(log("blockMapper.stageVolumeForBlock called"))
    
    	stagingPath := m.GetStagingPath()
    	klog.V(4).Infof(log("blockMapper.stageVolumeForBlock stagingPath set [%s]", stagingPath))
    
    	// Check whether "STAGE_UNSTAGE_VOLUME" is set
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/helper.go

    // from the container and filesystem info.
    func cadvisorInfoToContainerStats(name string, info *cadvisorapiv2.ContainerInfo, rootFs, imageFs *cadvisorapiv2.FsInfo) *statsapi.ContainerStats {
    	result := &statsapi.ContainerStats{
    		StartTime: metav1.NewTime(info.Spec.CreationTime),
    		Name:      name,
    	}
    	cstat, found := latestContainerStats(info)
    	if !found {
    		return result
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 23:40:02 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  8. tests/integration/operator/switch_cr_test.go

    			// istio control plane resources expected to be deleted after deleting CRs
    			cleanupInClusterCRs(t, cs)
    
    			// test operator remove command
    			scopes.Framework.Infof("checking operator remove command for default revision")
    			removeCmd := []string{
    				"operator", "remove",
    				"--skip-confirmation",
    				"--revision", "default",
    			}
    			istioCtl.InvokeOrFail(t, removeCmd)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/users/users_linux.go

    		return err
    	}
    
    	klog.V(klogLevel).Infof("Removing users: %s", entriesToString(usersToCreateSpec))
    	klog.V(klogLevel).Infof("Removing groups: %s", entriesToString(groupsToCreateSpec))
    
    	// Delete users / groups.
    	fileUsers, _ = removeEntries(fileUsers, usersToCreateSpec)
    	fileGroups, _ = removeEntries(fileGroups, groupsToCreateSpec)
    
    	klog.V(klogLevel).Infof("Writing %q and %q", pathUsers, pathGroups)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:35:10 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_source.go

    	if paramSource == nil {
    		return nil, nil, nil
    	} else if info, ok := s.paramsCRDControllers[*paramSource]; ok {
    		return info.informer, info.mapping.Scope, nil
    	}
    
    	mapping, err := s.restMapper.RESTMapping(schema.GroupKind{
    		Group: paramSource.Group,
    		Kind:  paramSource.Kind,
    	}, paramSource.Version)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 23:07:34 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top