Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CDSUpdatesRejection (0.23 sec)

  1. pilot/cmd/pilot-agent/status/ready/probe.go

    		return nil
    	}
    
    	if !CDSUpdated && !LDSUpdated {
    		return fmt.Errorf("config not received from XDS server (is Istiod running?): %s", s.String())
    	} else if s.LDSUpdatesRejection > 0 || s.CDSUpdatesRejection > 0 {
    		return fmt.Errorf("config received from XDS server, but was rejected: %s", s.String())
    	}
    	return fmt.Errorf("config not fully received from XDS server: %s", s.String())
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 00:35:05 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top