Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 167 for cri (0.04 sec)

  1. cluster/gce/gci/README.md

        image: cos-77-12371-274-0
        project: cos-cloud
        metadata: "user-data</go/src/github.com/containerd/cri/test/e2e_node/init.yaml,containerd-configure-sh</go/src/github.com/containerd/cri/cluster/gce/configure.sh,containerd-extra-init-sh</go/src/github.com/containerd/cri/test/e2e_node/gci-init.sh,containerd-env</workspace/test-infra/jobs/e2e_node/containerd/cri-master/env,gci-update-strategy=update_disabled"
    ```
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. staging/publishing/import-restrictions.yaml

      - k8s.io/endpointslice
      - k8s.io/klog
      - k8s.io/utils
    
    - baseImportPath: "./staging/src/k8s.io/cri-client"
      allowedImports:
      - k8s.io/api
      - k8s.io/apimachinery
      - k8s.io/apiserver
      - k8s.io/client-go
      - k8s.io/component-base
      - k8s.io/cri-api
      - k8s.io/cri-client
      - k8s.io/klog/v2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 13:13:22 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/config/resetconfiguration.go

    	if cfg.CRISocket == "" {
    		if skipCRIDetect {
    			klog.V(4).Infof("skip CRI socket detection, fill with the default CRI socket %s", constants.DefaultCRISocket)
    			cfg.CRISocket = constants.DefaultCRISocket
    			return nil
    		}
    		cfg.CRISocket, err = kubeadmruntime.DetectCRISocket()
    		if err != nil {
    			return err
    		}
    		klog.V(1).Infof("detected and using CRI socket: %s", cfg.CRISocket)
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 12:41:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/node/v1alpha1/generated.proto

    // Interface (CRI) implementation, as well as any other components that need to
    // understand how the pod will be run. The RuntimeClassSpec is immutable.
    message RuntimeClassSpec {
      // runtimeHandler specifies the underlying runtime and configuration that the
      // CRI implementation will use to handle pods of this class. The possible
      // values are specific to the node & CRI configuration.  It is assumed that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_client.go

    		case signatureECDSA, signatureEd25519:
    			if ecAvail {
    				cri.SignatureSchemes = append(cri.SignatureSchemes, sigScheme)
    			}
    		case signatureRSAPSS, signaturePKCS1v15:
    			if rsaAvail {
    				cri.SignatureSchemes = append(cri.SignatureSchemes, sigScheme)
    			}
    		}
    	}
    
    	return cri
    }
    
    func (c *Conn) getClientCertificate(cri *CertificateRequestInfo) (*Certificate, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/util/cmdutil.go

    	return file
    }
    
    // AddCRISocketFlag adds the cri-socket flag to the supplied flagSet
    func AddCRISocketFlag(flagSet *pflag.FlagSet, criSocket *string) {
    	flagSet.StringVar(
    		criSocket, options.NodeCRISocket, *criSocket,
    		"Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.",
    	)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. pkg/kubelet/kuberuntime/kuberuntime_image.go

    // Notice that current logic doesn't really work for images which share layers (e.g. docker image),
    // this is a known issue, and we'll address this by getting imagefs stats directly from CRI.
    // TODO: Get imagefs stats directly from CRI.
    func (m *kubeGenericRuntimeManager) ImageStats(ctx context.Context) (*kubecontainer.ImageStats, error) {
    	allImages, err := m.imageService.ListImages(ctx, nil)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 08 00:30:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. staging/README.md

    - [`k8s.io/component-helpers`](https://github.com/kubernetes/component-helpers)
    - [`k8s.io/controller-manager`](https://github.com/kubernetes/controller-manager)
    - [`k8s.io/cri-api`](https://github.com/kubernetes/cri-api)
    - [`k8s.io/cri-client`](https://github.com/kubernetes/cri-client)
    - [`k8s.io/csi-translation-lib`](https://github.com/kubernetes/csi-translation-lib)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  9. hack/logcheck.conf

    contextual k8s.io/client-go/metadata/.*
    contextual k8s.io/client-go/tools/events/.*
    contextual k8s.io/client-go/tools/record/.*
    contextual k8s.io/component-helpers/.*
    contextual k8s.io/cri-api/.*
    contextual k8s.io/cri-client/.*
    contextual k8s.io/dynamic-resource-allocation/.*
    contextual k8s.io/endpointslice/.*
    contextual k8s.io/kms/.*
    contextual k8s.io/kube-controller-manager/.*
    contextual k8s.io/kube-proxy/.*
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. prow/config/ambient-sc.yaml

      apiServer:
        extraArgs:
          "service-account-issuer": "kubernetes.default.svc"
          "service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
    containerdConfigPatches:
    - |-
      [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 19:17:14 UTC 2023
    - 693 bytes
    - Viewed (0)
Back to top