Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 674 for masq (0.17 sec)

  1. cluster/addons/ip-masq-agent/ip-masq-agent.yaml

      template:
        metadata:
          labels:
            k8s-app: ip-masq-agent
        spec:
          priorityClassName: system-node-critical
          serviceAccountName: ip-masq-agent
          hostNetwork: true
          containers:
          - name: ip-masq-agent
            image: registry.k8s.io/networking/ip-masq-agent-amd64:v2.6.1
            args:
              - --masq-chain=IP-MASQ
              - --nomasq-all-reserved-ranges
            resources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. pkg/util/iptables/testing/parse_test.go

    				Jump:       &IPTablesValue{Value: "KUBE-MARK-MASQ"},
    			},
    		},
    		{
    			name: "not local destination",
    			rule: `-A RULE-TYPE-NOT-CURRENTLY-USED-BY-KUBE-PROXY -m addrtype ! --dst-type LOCAL -j KUBE-MARK-MASQ`,
    			parsed: &Rule{
    				Raw:             `-A RULE-TYPE-NOT-CURRENTLY-USED-BY-KUBE-PROXY -m addrtype ! --dst-type LOCAL -j KUBE-MARK-MASQ`,
    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/proxy/iptables/proxier_test.go

    				if overrides, set := tc.overrides[flowTests[i].name]; set {
    					overridesApplied++
    					if overrides.masq != nil {
    						if tcFlowTests[i].masq == *overrides.masq {
    							t.Errorf("%q override value for masq is same as base value", flowTests[i].name)
    						}
    						tcFlowTests[i].masq = *overrides.masq
    					}
    					if overrides.output != nil {
    						if tcFlowTests[i].output == *overrides.output {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/README.md

      -> RemoteAddress:Port           Forward Weight ActiveConn InActConn
    TCP  10.0.0.1:443 rr persistent 10800
      -> 192.168.0.1:6443             Masq    1      1          0
    TCP  10.0.0.10:53 rr
      -> 172.17.0.2:53                Masq    1      0          0
    UDP  10.0.0.10:53 rr
      -> 172.17.0.2:53                Masq    1      0          0
    ```
    
    ### Why kube-proxy can't start IPVS mode
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    				if overrides, set := tc.overrides[flowTests[i].name]; set {
    					overridesApplied++
    					if overrides.masq != nil {
    						if tcFlowTests[i].masq == *overrides.masq {
    							t.Errorf("%q override value for masq is same as base value", flowTests[i].name)
    						}
    						tcFlowTests[i].masq = *overrides.masq
    					}
    					if overrides.output != nil {
    						if tcFlowTests[i].output == *overrides.output {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        - registry.k8s.io/cluster-proportional-autoscaler-amd64:1.1.2-r2
        sizeBytes: 49648481
      - names:
        - registry.k8s.io/ip-masq-agent-amd64@sha256:1ffda57d87901bc01324c82ceb2145fe6a0448d3f0dd9cb65aa76a867cd62103
        - registry.k8s.io/ip-masq-agent-amd64:v2.1.1
        sizeBytes: 49612505
      - names:
        - registry.k8s.io/k8s-dns-kube-dns-amd64@sha256:b99fc3eee2a9f052f7eb4cc00f15eb12fc405fa41019baa2d6b79847ae7284a8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/helpers_test.go

    			var errors []string
    			if output != tc.output {
    				errors = append(errors, fmt.Sprintf("wrong output: expected %q got %q", tc.output, output))
    			}
    			if masq != tc.masq {
    				errors = append(errors, fmt.Sprintf("wrong masq: expected %v got %v", tc.masq, masq))
    			}
    			if errors != nil {
    				t.Errorf("Test %q of a packet from %s to %s:%d%s got result:\n%s\n\nBy matching:\n%s\n\n",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -N IP-MASQ
        iptables -w -t nat -A POSTROUTING -m comment --comment "ip-masq: ensure nat POSTROUTING directs all non-LOCAL destination traffic to our custom IP-MASQ chain" -m addrtype ! --dst-type LOCAL -j IP-MASQ
        iptables -w -t nat -A IP-MASQ -d 169.254.0.0/16 -m comment --comment "ip-masq: local traffic is not subject to MASQUERADE" -j RETURN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        - registry.k8s.io/cluster-proportional-autoscaler-amd64:1.1.2-r2
        sizeBytes: 49648481
      - names:
        - registry.k8s.io/ip-masq-agent-amd64@sha256:1ffda57d87901bc01324c82ceb2145fe6a0448d3f0dd9cb65aa76a867cd62103
        - registry.k8s.io/ip-masq-agent-amd64:v2.1.1
        sizeBytes: 49612505
      - names:
        - registry.k8s.io/k8s-dns-kube-dns-amd64@sha256:b99fc3eee2a9f052f7eb4cc00f15eb12fc405fa41019baa2d6b79847ae7284a8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier.go

    // target     prot opt source               destination
    // MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0            /* kubernetes service traffic requiring SNAT */ mark match 0x4000/0x4000
    
    // :KUBE-MARK-MASQ - [0:0]
    // Chain KUBE-MARK-MASQ (0 references)
    // target     prot opt source               destination
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top