You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for setting firewall rules (#470)
* Squash Commits
Signed-off-by: Dev <[email protected]>
* Fix example
Signed-off-by: Dev <[email protected]>
* Rename var + update README
Signed-off-by: Dev <[email protected]>
* Set to false as default
Signed-off-by: Dev <[email protected]>
* Enable firewall support in shared_vpc example
Signed-off-by: Dev <[email protected]>
* Remove network datasource and make subnetwork conditional on firewall
Signed-off-by: Dev <[email protected]>
* Fix attribute error
Signed-off-by: Dev <[email protected]>
| basic\_auth\_password | The password to be used with Basic Authentication. | string |`""`| no |
104
105
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string |`""`| no |
105
106
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string |`"null"`| no |
@@ -109,6 +110,8 @@ Then perform the following commands on the root folder:
109
110
| default\_max\_pods\_per\_node | The maximum number of pods to schedule per node | string |`"110"`| no |
110
111
| description | The description of the cluster | string |`""`| no |
111
112
| disable\_legacy\_metadata\_endpoints | Disable the /0.1/ and /v1beta1/ metadata server endpoints on the node. Changing this value will cause all node pools to be recreated. | bool |`"true"`| no |
113
+
| firewall\_inbound\_ports | List of TCP ports for admission/webhook controllers | list(string) |`<list>`| no |
114
+
| firewall\_priority | Priority rule for firewall rules | number |`"1000"`| no |
112
115
| grant\_registry\_access | Grants created cluster-specific service account storage.objectViewer role. | bool |`"false"`| no |
113
116
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | bool |`"true"`| no |
// auto upgrade by defaults only for regional cluster as long it has multiple masters versus zonal clusters have only have a single master so upgrades are more dangerous.
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
description = "enabled - Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created."
0 commit comments