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
Copy file name to clipboardExpand all lines: docs/data-sources/k8s_cluster.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,6 @@ In addition to all above arguments, the following attributes are exported:
64
64
65
65
-`cni` - The Container Network Interface (CNI) for the Kubernetes cluster.
66
66
67
-
-`enable_dashboard` - True if the [Kubernetes dashboard](https://github.com/kubernetes/dashboard) is enabled for the Kubernetes cluster.
68
-
69
-
-`ingress` - The [ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) deployed on the Kubernetes cluster.
70
-
71
67
-`tags` - The tags associated with the Kubernetes cluster.
72
68
73
69
-`autoscaler_config` - The configuration options for the [Kubernetes cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler).
@@ -114,10 +112,6 @@ The following arguments are supported:
114
112
-`cni` - (Required) The Container Network Interface (CNI) for the Kubernetes cluster.
115
113
~> **Important:** Updates to this field will recreate a new resource.
116
114
117
-
-`enable_dashboard` - (Defaults to `false`) Enables the [Kubernetes dashboard](https://github.com/kubernetes/dashboard) for the Kubernetes cluster.
118
-
119
-
-`ingress` - (Defaults to `none`) The [ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) to be deployed on the Kubernetes cluster.
120
-
121
115
-`tags` - (Optional) The tags associated with the Kubernetes cluster.
122
116
123
117
-`autoscaler_config` - (Optional) The configuration options for the [Kubernetes cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler).
0 commit comments