Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 167 for cri (0.04 sec)

  1. pkg/kubelet/stats/cri_stats_provider_windows_test.go

    	cadvisorapiv2 "github.com/google/cadvisor/info/v2"
    	"github.com/stretchr/testify/assert"
    	"k8s.io/apimachinery/pkg/api/resource"
    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	statsapi "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	kubecontainertest "k8s.io/kubernetes/pkg/kubelet/container/testing"
    	"k8s.io/kubernetes/pkg/kubelet/kuberuntime"
    	"k8s.io/kubernetes/pkg/volume"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 17 00:02:10 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. OWNERS_ALIASES

      sig-node-approvers:
        - Random-Liu
        - dchen1107
        - derekwaynecarr
        - yujuhong
        - sjenning
        - mrunalp
        - klueska
      # emeretus:
      # - dashpole
      # - vishh
      sig-node-cri-approvers:
        - msau42
        - smarterclayton
        - thockin
        - saschagrunert
        - haircommander
        - mikebrow
      sig-node-reviewers:
        - Random-Liu
        - dchen1107
        - derekwaynecarr
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods.go

    	"k8s.io/apimachinery/pkg/util/version"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/klog/v2"
    	"k8s.io/kubelet/pkg/cri/streaming/portforward"
    	remotecommandserver "k8s.io/kubelet/pkg/cri/streaming/remotecommand"
    	podutil "k8s.io/kubernetes/pkg/api/v1/pod"
    	"k8s.io/kubernetes/pkg/api/v1/resource"
    	podshelper "k8s.io/kubernetes/pkg/apis/core/pods"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/upgrade/node.go

    	}
    
    	// Fetches the cluster configuration
    	// NB in case of control-plane node, we are reading all the info for the node; in case of NOT control-plane node
    	//    (worker node), we are not reading local API address and the CRI socket from the node object
    	initCfg, err := configutil.FetchInitConfigurationFromCluster(client, nil, "upgrade", !isControlPlaneNode, false)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server_test.go

    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	statsapi "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	api "k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/utils/pointer"
    
    	// Do some initialization to decode the query parameters correctly.
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/kubelet/pkg/cri/streaming"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. hack/unwanted-dependencies.json

            "k8s.io/api",
            "k8s.io/apiextensions-apiserver",
            "k8s.io/apimachinery",
            "k8s.io/apiserver",
            "k8s.io/client-go",
            "k8s.io/code-generator",
            "k8s.io/cri-api",
            "k8s.io/kms",
            "k8s.io/kube-aggregator",
            "k8s.io/kubelet",
            "k8s.io/kubernetes",
            "k8s.io/metrics"
          ],
          "github.com/google/gofuzz": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/join_test.go

    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			// initialize an external join option and inject it to the join cmd
    			joinOptions := newJoinOptions()
    			joinOptions.skipCRIDetect = true // avoid CRI detection in unit tests
    			cmd := newCmdJoin(nil, joinOptions)
    
    			// set klog output destination to bytes.Buffer so that log could be fetched and verified later.
    			var buffer bytes.Buffer
    			klog.SetOutput(&buffer)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 12:26:20 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. src/crypto/tls/common.go

    // describing the reason for the incompatibility.
    func (cri *CertificateRequestInfo) SupportsCertificate(c *Certificate) error {
    	if _, err := selectSignatureScheme(cri.Version, c, cri.SignatureSchemes); err != nil {
    		return err
    	}
    
    	if len(cri.AcceptableCAs) == 0 {
    		return nil
    	}
    
    	for j, cert := range c.Certificate {
    		x509Cert := c.Leaf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  9. cni/pkg/nodeagent/podcgroupns.go

    		// non-punctuation end of string, i.e., the container ID
    		`(?P<containerid>[[:^punct:]]+)$`),
    
    	// This regex applies for container runtimes, that won't put the PodUID into
    	// the cgroup name.
    	// Currently only cri-o in combination with kubeedge is known for this abnormally.
    	regexp.MustCompile(`` +
    		// intentionally empty poduid group
    		`(?P<poduid>)` +
    		// mustnotmatch group: cgroup path must not include a poduid
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.8.md

    * Improve monitoring and error reporting
    
    #### Container Runtime Interface (CRI)
    
    * [alpha] Add a CRI validation test suite and CRI command-line tools. ([#292](https://github.com/kubernetes/enhancements/issues/292), [@feiskyer](https://github.com/feiskyer))
    
    * [stable] [cri-o](https://github.com/kubernetes-incubator/cri-o): CRI implementation for OCI-based runtimes [[@mrunalp](https://github.com/mrunalp)]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top