Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 241 for nodePorts (0.58 sec)

  1. pkg/scheduler/framework/plugins/nodeports/node_ports.go

    type NodePorts struct{}
    
    var _ framework.PreFilterPlugin = &NodePorts{}
    var _ framework.FilterPlugin = &NodePorts{}
    var _ framework.EnqueueExtensions = &NodePorts{}
    
    const (
    	// Name is the name of the plugin used in the plugin registry and configurations.
    	Name = names.NodePorts
    
    	// preFilterStateKey is the key in CycleState to NodePorts pre-computed data.
    	// Using the name of the plugin will likely help us avoid collisions with other plugins.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 10:53:29 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. pkg/util/iptables/testing/parse_test.go

    		err       string
    	}{
    		{
    			name: "basic rule",
    			rule: `-A KUBE-NODEPORTS -m comment --comment "ns2/svc2:p80 health check node port" -m tcp -p tcp --dport 30000 -j ACCEPT`,
    			parsed: &Rule{
    				Raw:             `-A KUBE-NODEPORTS -m comment --comment "ns2/svc2:p80 health check node port" -m tcp -p tcp --dport 30000 -j ACCEPT`,
    				Chain:           iptables.Chain("KUBE-NODEPORTS"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  3. pkg/quota/v1/evaluator/core/services_test.go

    			},
    		},
    		"nodeports-default-enabled": {
    			service: &api.Service{
    				Spec: api.ServiceSpec{
    					Type: api.ServiceTypeLoadBalancer,
    					Ports: []api.ServicePort{
    						{
    							Port:     27443,
    							NodePort: 32001,
    						},
    						{
    							Port:     27444,
    							NodePort: 32002,
    						},
    					},
    					AllocateLoadBalancerNodePorts: nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 16 15:48:58 UTC 2021
    - 9.4K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    				COMMIT
    				`),
    			output: map[string][]string{
    				"filter": {
    					`*filter`,
    					`:KUBE-SERVICES - [0:0]`,
    					`:KUBE-EXTERNAL-SERVICES - [0:0]`,
    					`:KUBE-FORWARD - [0:0]`,
    					`:KUBE-NODEPORTS - [0:0]`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. pkg/registry/core/service/portallocator/metrics.go

    )
    
    var (
    	// nodePortAllocated indicates the amount of ports allocated by NodePort Service.
    	nodePortAllocated = metrics.NewGauge(
    		&metrics.GaugeOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "allocated_ports",
    			Help:           "Gauge measuring the number of allocated NodePorts for Services",
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 26 06:44:16 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/names/names.go

    	ImageLocality                   = "ImageLocality"
    	InterPodAffinity                = "InterPodAffinity"
    	NodeAffinity                    = "NodeAffinity"
    	NodeName                        = "NodeName"
    	NodePorts                       = "NodePorts"
    	NodeResourcesBalancedAllocation = "NodeResourcesBalancedAllocation"
    	NodeResourcesFit                = "NodeResourcesFit"
    	NodeUnschedulable               = "NodeUnschedulable"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 14:11:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/registry.go

    		imagelocality.Name:                   imagelocality.New,
    		tainttoleration.Name:                 runtime.FactoryAdapter(fts, tainttoleration.New),
    		nodename.Name:                        nodename.New,
    		nodeports.Name:                       nodeports.New,
    		nodeaffinity.Name:                    nodeaffinity.New,
    		podtopologyspread.Name:               runtime.FactoryAdapter(fts, podtopologyspread.New),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. pkg/scheduler/apis/config/testing/defaults/defaults.go

    			{Name: names.PrioritySort},
    			{Name: names.NodeUnschedulable},
    			{Name: names.NodeName},
    			{Name: names.TaintToleration, Weight: 3},
    			{Name: names.NodeAffinity, Weight: 2},
    			{Name: names.NodePorts},
    			{Name: names.NodeResourcesFit, Weight: 1},
    			{Name: names.VolumeRestrictions},
    			{Name: names.NodeVolumeLimits},
    			{Name: names.VolumeBinding},
    			{Name: names.VolumeZone},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/helpers_test.go

    		add rule ip6 kube-proxy services ip6 daddr @nodeport-ips meta l4proto . th dport vmap @service-nodeports
    		add element ip6 kube-proxy cluster-ips { fd00:172:30::41 }
    		add element ip6 kube-proxy nodeport-ips { 2001:db8::1 }
    		add element ip6 kube-proxy nodeport-ips { 2001:db8:1::2 }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  10. pkg/util/iptables/save_restore_test.go

    		-A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
    		-A PREROUTING -m addrtype --dst-type LOCAL -m comment --comment "handle service NodePorts; NOTE: this must be the last rule in the chain" -j KUBE-NODEPORT-CONTAINER
    		-A OUTPUT -m comment --comment "handle ClusterIPs; NOTE: this must be before the NodePort rules" -j KUBE-PORTALS-HOST
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top