Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for kubelet_ (0.09 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/types.go

    const (
    	// ReplicaSetReplicaFailure is added in a replica set when one of its pods fails to be created
    	// due to insufficient quota, limit ranges, pod security policy, node selectors, etc. or deleted
    	// due to kubelet being down or finalizers are failing.
    	ReplicaSetReplicaFailure ReplicaSetConditionType = "ReplicaFailure"
    )
    
    // ReplicaSetCondition describes the state of a replica set at a certain point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    // Chain POSTROUTING (policy ACCEPT)
    // target     prot opt source               destination
    // KUBE-POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0            /* kubernetes postrouting rules *
    // Maintain by kubelet network sync loop
    
    // *nat
    // :KUBE-POSTROUTING - [0:0]
    // Chain KUBE-POSTROUTING (1 references)
    // target     prot opt source               destination
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top