Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCondition (0.28 sec)

  1. cmd/kubeadm/app/util/runtime/runtime.go

    	res, err := runtime.impl.Status(ctx, runtime.runtimeService, false)
    	if err != nil {
    		return errors.Wrap(err, "container runtime is not running")
    	}
    
    	for _, condition := range res.GetStatus().GetConditions() {
    		if condition.GetType() == runtimeapi.RuntimeReady && // NetworkReady will not be tested on purpose
    			!condition.GetStatus() {
    			return errors.Errorf(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top