Skip to content

Commit 4dcaa01

Browse files
committed
lint
1 parent 33526d3 commit 4dcaa01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/safer-cluster/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,9 @@ For simplicity, we suggest using `roles/container.admin` and
219219
| ip\_range\_services | The _name_ of the secondary subnet range to use for services | string | n/a | yes |
220220
| istio | (Beta) Enable Istio addon | string | `"false"` | no |
221221
| kubernetes\_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. The module enforces certain minimum versions to ensure that specific features are available. | string | `"latest"` | no |
222-
| logging\_service | The logging service that the cluster should write logs to. Available options include logging.googleapis.com, logging.googleapis.com/kubernetes (beta), and none | string | `"logging.googleapis.com"` | no |
223222
| maintenance\_start\_time | Time window specified for daily maintenance operations in RFC3339 format | string | `"05:00"` | no |
224223
| master\_authorized\_networks | List of master authorized networks. If none are provided, disallow external access (except the cluster node IPs, which GKE automatically whitelists). | object | `<list>` | no |
225224
| master\_ipv4\_cidr\_block | (Beta) The IP range in CIDR notation to use for the hosted master network | string | `"10.0.0.0/28"` | no |
226-
| monitoring\_service | The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string | `"monitoring.googleapis.com"` | no |
227225
| name | The name of the cluster | string | n/a | yes |
228226
| network | The VPC network to host the cluster in | string | n/a | yes |
229227
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string | `""` | no |

0 commit comments

Comments
 (0)