aboutsummaryrefslogtreecommitdiff
path: root/contrib/cirrus/99-do-not-use-google-subnets.conflist
blob: e9ab638ed6b6cc552e5a18992f24d5a8ff69e592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "cniVersion": "0.4.0",
    "name": "do-not-use-google-subnets",
    "plugins": [
        {
            "type": "bridge",
            "name": "do-not-use-google-subnets",
            "bridge": "do-not-use-google-subnets",
            "ipam": {
                "type": "host-local",
                "ranges": [
                    [
                        {
                            "subnet": "10.128.0.0/9"
                        }
                    ]
                ]
            }
        }
    ]
}