Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for died (0.13 sec)

  1. cluster/gce/util.sh

        node_ip=$(gcloud compute instances describe --project "${PROJECT}" --zone "${ZONE}" \
          "${NODE_NAMES[$i]}" --format='value(networkInterfaces[0].accessConfigs[0].natIP)')
        if [[ -z "${node_ip-}" ]] ; then
          echo "Did not find ${NODE_NAMES[$i]}" >&2
        else
          echo "Found ${NODE_NAMES[$i]} at ${node_ip}"
          KUBE_NODE_IP_ADDRESSES+=("${node_ip}")
        fi
      done
      if [[ -z "${KUBE_NODE_IP_ADDRESSES-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    						}
    						tcFlowTests[i].output = *overrides.output
    					}
    				}
    			}
    			if overridesApplied != len(tc.overrides) {
    				t.Errorf("%d overrides did not match any test case name!", len(tc.overrides)-overridesApplied)
    			}
    			runPacketFlowTests(t, tc.line, nft, testNodeIPs, tcFlowTests)
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    		}
    
    		if !hasMasqueradeJump {
    			t.Errorf("Failed to find -j MASQUERADE in %s chain", kubePostroutingChain)
    		}
    		if hasMasqRandomFully != testcase {
    			probs := map[bool]string{false: "found", true: "did not find"}
    			t.Errorf("%s --random-fully in -j MASQUERADE rule in %s chain for HasRandomFully()=%v", probs[testcase], kubePostroutingChain, testcase)
    		}
    	}
    }
    
    func TestExternalIPsNoEndpoint(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    					goto bad
    				}
    				// NOTE(rsc): This is probably safe to do always,
    				// but when enabled it chooses different encodings
    				// than the old cmd/internal/obj/i386 code did,
    				// which breaks our "same bits out" checks.
    				// In particular, CMPB AX, $0 encodes as 80 f8 00
    				// in the original obj/i386, and it would encode
    				// (using a valid, shorter form) as 3c 00 if we enabled
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    suffice to affect the Sense so strongly as to disturb the Phænomena of that weak and dark Colour the violet, and therefore I tried, as in the 12th, 13th, and 14th Experiments, whether the Light of this Colour did not consist of a sensible Mixture of heterogeneous Rays, but found it did not. Nor did the Refractions cause any other sensible Colour than violet to emerge out of this Light, as they would have done out of white Light, and by consequence out of this violet Light had it been sensibly compounded...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    readinessFailureThre: 4 # The initial delay for readiness probes in seconds. readinessInitialDela: 0 # The period between readiness probes. readinessPeriodSecon: 15 # Enables or disables a startup probe. # For optimal startup times, changing this should be tied to the readiness probe values. # # If the probe is enabled, it is recommended to have delay=0s,period=15s,failureThreshold=4. # This ensures the pod is marked ready immediately after the startup probe passes (which has a 1s poll interval), # and doesn't...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top