Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 238 for registry_ (0.14 sec)

  1. cluster/addons/node-problem-detector/npd.yaml

        metadata:
          labels:
            app.kubernetes.io/name: node-problem-detector
            app.kubernetes.io/version: v0.8.19
        spec:
          containers:
          - name: node-problem-detector
            image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19
            command:
            - "/bin/sh"
            - "-c"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. pkg/kubelet/images/image_manager_test.go

    			},
    		},
    		{
    			name:  "registry is unavailable",
    			input: crierrors.ErrRegistryUnavailable,
    			assert: func(msg string, err error) {
    				assert.ErrorIs(t, err, crierrors.ErrRegistryUnavailable)
    				assert.Equal(t, msg, "image pull failed for test because the registry is unavailable")
    			},
    		},
    		{
    			name:  "registry is unavailable with additional error message",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. build/pause/CHANGELOG.md

    # 3.8
    
    * Updating base image for Windows container images from nanoserver to `mcr.microsoft.com/oss/kubernetes/windows-pause-image-base` which gets built on a Windows machine.
    This addresses [Cannot modify registry keys during Windows pause image build process #109161](https://github.com/kubernetes/kubernetes/issues/109161)
    
    # 3.7
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 13:09:17 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //	skipPhases:
    //	- addon/kube-proxy
    //	---
    //	apiVersion: kubeadm.k8s.io/v1beta4
    //	kind: ClusterConfiguration
    //	etcd:
    //	  # one of local or external
    //	  local:
    //	    imageRepository: "registry.k8s.io"
    //	    imageTag: "3.2.24"
    //	    dataDir: "/var/lib/etcd"
    //	    extraArgs:
    //	      listen-client-urls: "http://10.100.0.1:2379"
    //	    serverCertSANs:
    //	    -  "ec2-10-100-0-1.compute-1.amazonaws.com"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.31.md

    - Kubectl support both:
      - kubectl create secret docker-registry <NAME> --from-file=<path/to/.docker/config.json>
      - kubectl create secret docker-registry <NAME> --from-file=.dockerconfigjson=<path/to/.docker/config.json> ([#119589](https://github.com/kubernetes/kubernetes/pull/119589), [@carlory](https://github.com/carlory)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.25.md

    ### Moved container registry service from k8s.gcr.io to registry.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  7. cluster/images/etcd/migrate/options.go

    	clientListenURLFmt    = "http://127.0.0.1:%d"
    	targetVersionEnv      = "TARGET_VERSION"
    	targetStorageEnv      = "TARGET_STORAGE"
    	etcdDataPrefixEnv     = "ETCD_DATA_PREFIX"
    	etcdDataPrefixDefault = "/registry"
    	ttlKeysDirectoryFmt   = "%s/events"
    	etcdServerArgsEnv     = "ETCD_CREDS"
    )
    
    type migrateOpts struct {
    	name              string
    	port              uint64
    	peerPort          uint64
    	peerListenUrls    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 09:59:52 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  8. cluster/gce/config-common.sh

    export WINDOWS_NODEPROBLEMDETECTOR_KUBECONFIG_FILE="${WINDOWS_K8S_DIR}\node-problem-detector.kubeconfig"
    # Pause container image for Windows container.
    export WINDOWS_INFRA_CONTAINER="registry.k8s.io/pause:3.10"
    # Storage Path for csi-proxy. csi-proxy only needs to be installed for Windows.
    export CSI_PROXY_STORAGE_PATH="https://storage.googleapis.com/gke-release/csi-proxy"
    # Version for csi-proxy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:06:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/schedulinggates/scheduling_gates.go

    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
    	"k8s.io/kubernetes/pkg/scheduler/util"
    )
    
    // Name of the plugin used in the plugin registry and configurations.
    const Name = names.SchedulingGates
    
    // SchedulingGates checks if a Pod carries .spec.schedulingGates.
    type SchedulingGates struct {
    	enableSchedulingQueueHint bool
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml

                  audience: audienceValue
                  expirationSeconds: 2
                  path: pathValue
            quobyte:
              group: groupValue
              readOnly: true
              registry: registryValue
              tenant: tenantValue
              user: userValue
              volume: volumeValue
            rbd:
              fsType: fsTypeValue
              image: imageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
Back to top