Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Pull (0.17 sec)

  1. pkg/kubelet/kubelet_pods.go

    			// Ignore to avoid unnecessary warnings.
    			continue
    		}
    		secret, err := kl.secretManager.GetSecret(pod.Namespace, secretRef.Name)
    		if err != nil {
    			klog.InfoS("Unable to retrieve pull secret, the image pull may not succeed.", "pod", klog.KObj(pod), "secret", klog.KObj(secret), "err", err)
    			failedPullSecrets = append(failedPullSecrets, secretRef.Name)
    			continue
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    		configMap                                  *v1.ConfigMap          // an optional ConfigMap to pull from
    		secret                                     *v1.Secret             // an optional Secret to pull from
    		podIPs                                     []string               // the pod IPs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        mkdir -p "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.yaml 2>/dev/null)" ]]; then
        cp "${src_dir}/"*.yaml "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.json 2>/dev/null)" ]]; then
        cp "${src_dir}/"*.json "${dst_dir}"
      fi
      if [[ -n "$(ls "${src_dir}"/*.yaml.in 2>/dev/null)" ]]; then
        cp "${src_dir}/"*.yaml.in "${dst_dir}"
      fi
      chown -R root:root "${dst_dir}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	// and components that need to check whether a pod is still running should instead directly
    	// consult the pod worker.
    	statusManager status.Manager
    
    	// resyncInterval is the interval between periodic full reconciliations of
    	// pods on this node.
    	resyncInterval time.Duration
    
    	// sourcesReady records the sources seen by the kubelet, it is thread-safe.
    	sourcesReady config.SourcesReady
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

      # http://issue.k8s.io/3168
      KUBE_PROXY_TOKEN=$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=32 count=1 2>/dev/null)
      if [[ "${ENABLE_NODE_PROBLEM_DETECTOR:-}" == "standalone" ]]; then
        NODE_PROBLEM_DETECTOR_TOKEN=$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=32 count=1 2>/dev/null)
      fi
    
      # Reserve the master's IP so that it can later be transferred to another VM
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    			if o == nil {
    				v = appendErrorf(v, "tagOverrides may not be null")
    				continue
    			}
    			for tagName, to := range o.TagOverrides {
    				if tagName == "" {
    					v = AppendWarningf(v, "tagOverrides.name may not be empty")
    				}
    				if to == nil {
    					v = appendErrorf(v, "tagOverrides may not be null")
    					continue
    				}
    				switch to.Operation {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    					buildID = b.buildID(a1.built)
    				}
    				fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(buildID))
    			}
    			// Because we put package main's full action ID into the binary's build ID,
    			// we must also put the full action ID into the binary's action ID hash.
    			if p1.Name == "main" {
    				fmt.Fprintf(h, "packagemain %s\n", a1.buildID)
    			}
    			if p1.Shlib != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    )
    
    const (
    	loadBalancerWidth = 16
    
    	// labelNodeRolePrefix is a label prefix for node roles
    	// It's copied over to here until it's merged in core: https://github.com/kubernetes/kubernetes/pull/39112
    	labelNodeRolePrefix = "node-role.kubernetes.io/"
    
    	// nodeLabelRole specifies the role of a node
    	nodeLabelRole = "kubernetes.io/role"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. samples/addons/grafana.yaml

    lue":"Bps"},{"id":"decimals","value":2},{"id":"custom.align","value":null},{"id":"thresholds","value":{"mode":"absolute","steps":[{"color":"rgba(245, 54, 54, 0.9)","value":null},{"color":"rgba(237, 129, 40, 0.89)","value":null}]}}]},{"matcher":{"id":"byName","options":"Value #B"},"properties":[{"id":"displayName","value":"Bytes Received"},{"id":"unit","value":"Bps"},{"id":"decimals","value":2},{"id":"custom.align","value":null}]},{"matcher":{"id":"byName","options":"Time"},"properties":[{"id":"u...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  10. cmd/metrics-v2.go

    		Type:      gaugeMetric,
    	}
    }
    
    func getRepFailedOperationsLastMinuteMD(namespace MetricNamespace) MetricDescription {
    	return MetricDescription{
    		Namespace: namespace,
    		Subsystem: replicationSubsystem,
    		Name:      lastMinFailedCount,
    		Help:      "Total number of objects which failed replication in the last full minute",
    		Type:      gaugeMetric,
    	}
    }
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top