Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Now (0.02 sec)

  1. cni/pkg/nodeagent/server.go

    	if err != nil {
    		return nil, fmt.Errorf("error configuring iptables: %w", err)
    	}
    
    	// Create hostprobe rules now, in the host netns
    	hostIptables.DeleteHostRules()
    
    	if err := hostIptables.CreateHostRulesForHealthChecks(&HostProbeSNATIP, &HostProbeSNATIPV6); err != nil {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Sep 25 20:54:34 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. cni/pkg/nodeagent/informers_test.go

    	waitForMockCalls()
    
    	assertPodNotAnnotated(t, client, pod)
    
    	fs.On("AddPodToMesh",
    		ctx,
    		mock.Anything,
    		util.GetPodIPsIfPresent(pod),
    		"",
    	).Return(nil)
    
    	// Now bring it back
    	// Patch the pod back to a running status
    	phaseRunPatch := []byte(`{"status":{"phase":"Running"}}`)
    	_, err = client.Kube().CoreV1().Pods(pod.Namespace).Patch(ctx, pod.Name,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top