Skip to content

Commit 156d281

Browse files
Remove LKE ACL LA notices (#651)
1 parent 24bcfa1 commit 156d281

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/modules/lke_cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Manage Linode LKE clusters.
6262
| `region` | <center>`str`</center> | <center>Optional</center> | This Kubernetes cluster’s location. |
6363
| `tags` | <center>`list`</center> | <center>Optional</center> | An array of tags applied to the Kubernetes cluster. |
6464
| `high_availability` | <center>`bool`</center> | <center>Optional</center> | Defines whether High Availability is enabled for the Control Plane Components of the cluster. **(Default: `False`; Updatable)** |
65-
| [`acl` (sub-options)](#acl) | <center>`dict`</center> | <center>Optional</center> | The ACL configuration for this cluster's control plane. NOTE: Control Plane ACLs may not currently be available to all users. **(Updatable)** |
65+
| [`acl` (sub-options)](#acl) | <center>`dict`</center> | <center>Optional</center> | The ACL configuration for this cluster's control plane. **(Updatable)** |
6666
| [`node_pools` (sub-options)](#node_pools) | <center>`list`</center> | <center>Optional</center> | A list of node pools to configure the cluster with **(Updatable)** |
6767
| `skip_polling` | <center>`bool`</center> | <center>Optional</center> | If true, the module will not wait for all nodes in the cluster to be ready. **(Default: `False`)** |
6868
| `wait_timeout` | <center>`int`</center> | <center>Optional</center> | The period to wait for the cluster to be ready in seconds. **(Default: `600`)** |

plugins/modules/lke_cluster.py

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
editable=True,
215215
description=[
216216
"The ACL configuration for this cluster's control plane.",
217-
"NOTE: Control Plane ACLs may not currently be available to all users.",
218217
],
219218
),
220219
"node_pools": SpecField(

0 commit comments

Comments
 (0)