Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 300 for masq (0.06 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/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 (1)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/kubelet/apis/config/types.go

    	// other components about the configuration of iptables on the system.
    	MakeIPTablesUtilChains bool
    	// iptablesMasqueradeBit formerly controlled the creation of the KUBE-MARK-MASQ
    	// chain.
    	// Deprecated: no longer has any effect.
    	IPTablesMasqueradeBit int32
    	// iptablesDropBit formerly controlled the creation of the KUBE-MARK-DROP chain.
    	// Deprecated: no longer has any effect.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. hack/local-up-cluster.sh

             { "dst": "0.0.0.0/0" },
             { "dst": "::/0" }
           ]
         }
       },
       {
         "type": "portmap",
         "capabilities": {"portMappings": true},
         "externalSetMarkChain": "KUBE-MARK-MASQ"
       }
     ]
    }
    EOF
    }
    
    function install_cni_if_needed {
      echo "Checking CNI Installation at /opt/cni/bin"
      if ! command -v /opt/cni/bin/loopback &> /dev/null ; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top