Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for daemons (0.12 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    		expectSyncDaemonSets(t, manager, ds, podControl, 2, 5, 0)
    	}
    }
    
    // Daemon with node selector should launch pods on nodes matching selector.
    func TestSelectorDaemonLaunchesPods(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		daemon := newDaemonSet("foo")
    		daemon.Spec.UpdateStrategy = *strategy
    		daemon.Spec.Template.Spec.NodeSelector = simpleNodeLabel
    		_, ctx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	maxPods int
    
    	// Monitor Kubelet's sync loop
    	syncLoopMonitor atomic.Value
    
    	// Container restart Backoff
    	backOff *flowcontrol.Backoff
    
    	// Information about the ports which are opened by daemons on Node running this Kubelet server.
    	daemonEndpoints *v1.NodeDaemonEndpoints
    
    	// A queue used to trigger pod workers.
    	workQueue queue.WorkQueue
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation_test.go

    			}
    		})
    	}
    }
    
    func TestValidateDaemonSetStatusUpdate(t *testing.T) {
    	type dsUpdateTest struct {
    		old    apps.DaemonSet
    		update apps.DaemonSet
    	}
    
    	successCases := []dsUpdateTest{{
    		old: apps.DaemonSet{
    			ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    			Status: apps.DaemonSetStatus{
    				CurrentNumberScheduled: 1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

    function assemble-docker-flags {
      echo "Assemble docker options"
    
        # log the contents of the /etc/docker/daemon.json if already exists
      if [ -f /etc/docker/daemon.json ]; then
        echo "Contents of the old docker config"
        cat /etc/docker/daemon.json
      fi
    
      cat <<EOF >/etc/docker/daemon.json
    {
    EOF
    
    addockeropt "\"pidfile\": \"/var/run/docker.pid\",
      \"iptables\": false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            ["lib1", "lib2"].each { name ->
                buildFile << withExternalLibDependency(name)
            }
    
            when:
            executer.requireIsolatedDaemons() // needs to stop daemon
            requireOwnGradleUserHomeDir() // needs its own journal
            succeeds ":app:resolve"
    
            then:
            def outputDir1 = immutableOutputDir("lib1-1.0.jar", "lib1-1.0.jar.txt").assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1/generated.pb.go

    var xxx_messageInfo_ControllerRevisionList proto.InternalMessageInfo
    
    func (m *DaemonSet) Reset()      { *m = DaemonSet{} }
    func (*DaemonSet) ProtoMessage() {}
    func (*DaemonSet) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5b781835628d5338, []int{2}
    }
    func (m *DaemonSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers_test.go

    			UpdatedNumberScheduled: 2,
    			NumberAvailable:        0,
    		},
    	}
    
    	tests := []struct {
    		daemonSet apps.DaemonSet
    		options   printers.GenerateOptions
    		expected  []metav1.TableRow
    	}{
    		// Test generate daemon set with no generate options.
    		{
    			daemonSet: testDaemonSet,
    			options:   printers.GenerateOptions{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    var xxx_messageInfo_ControllerRevisionList proto.InternalMessageInfo
    
    func (m *DaemonSet) Reset()      { *m = DaemonSet{} }
    func (*DaemonSet) ProtoMessage() {}
    func (*DaemonSet) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{2}
    }
    func (m *DaemonSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    * Bump GCI to gci-stable-56-9000-84-2: Fixed google-accounts-daemon breaks on GCI when network is unavailable. Fixed iptables-restore performance regression. ([#41831](https://github.com/kubernetes/kubernetes/pull/41831), [@freehan](https://github.com/freehan))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.5.md

    * Federated DaemonSet controller. Supports all the API that regular DaemonSet has. ([#34319](https://github.com/kubernetes/kubernetes/pull/34319), [@mwielgus](https://github.com/mwielgus))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
Back to top