We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccabcb commit 9dbdfccCopy full SHA for 9dbdfcc
examples/private_zonal_with_networking/main.tf
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2019 Google LLC
+ * Copyright 2019-2024 Google LLC
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -79,6 +79,8 @@ module "gke" {
79
master_ipv4_cidr_block = "172.16.0.0/28"
80
deletion_protection = false
81
82
+ insecure_kubelet_readonly_port_enabled = false
83
+
84
master_authorized_networks = [
85
{
86
cidr_block = data.google_compute_subnetwork.subnetwork.ip_cidr_range
0 commit comments