solo-io / workshops

Apache License 2.0
127 stars 72 forks source link

Update deploy.sh #125

Closed jaymiracola closed 2 years ago

jaymiracola commented 2 years ago

Script currently broken in kind version 0.14.0 . In serviceSubnet the second octet shows "001" which kind does not expect as valid. ERROR: failed to create cluster: invalid service subnet failed to parse cidr value:"10.001.0.0/16" with error: invalid CIDR address: 10.001.0.0/16

jaymiracola commented 2 years ago

@djannot I was advised to summon you!

djannot commented 2 years ago

@jaymiracola this script shouldn't be used anymore. The scripts are now part of each workshop and they have a fix for this problem. See https://github.com/solo-io/workshops/blob/c69b7293cd11af5aa870fc8f165141386467ef5e/gloo-mesh-2-0/scripts/deploy.sh, for example