Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iprm (0.05 sec)

  1. cluster/gce/gci/configure-helper.sh

      cat > "${cni_template_path}" <<EOF
    {
      "name": "k8s-pod-network",
      "cniVersion": "0.3.1",
      "plugins": [
        {
          "type": "ptp",
          "mtu": 1460,
          "ipam": {
            "type": "host-local",
            "subnet": "{{.PodCIDR}}",
            "routes": [
              {
                "dst": "0.0.0.0/0"
              }
            ]
          }
        },
        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top