GoogleCloudPlatform / gke-network-policy-demo

This guide demonstrates how to improve the security of your Kubernetes Engine by applying fine-grained restrictions to network communication. You will provision a simple HTTP server and two client pods in a Kubernetes Engine cluster, then use a Network Policy restrict connections from client pods.
Apache License 2.0
99 stars 85 forks source link

Readme typo #33

Open codrin-iftimie opened 4 years ago

codrin-iftimie commented 4 years ago

The readme has a typo where it expects

 networkPolicyConfig:
    disabled: true
--
networkPolicy:
  provider: CALICO

In the code we have https://github.com/GoogleCloudPlatform/gke-network-policy-demo/blob/master/terraform/main.tf#L87

Actual behaviour

networkPolicyConfig: {}
clusterIpv4Cidr: 10.0.92.0/22
--
networkPolicy:
  enabled: true