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/configuration/annotations.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ For implementation details, see:
32
32
|`tags`| string || A comma separated list of tags to be applied to the NodeBalancer instance |
33
33
|`firewall-id`| string || An existing Cloud Firewall ID to be attached to the NodeBalancer instance. See [Firewall Setup](firewall.md)|
34
34
|`firewall-acl`| string || The Firewall rules to be applied to the NodeBalancer. See [Firewall Configuration](#firewall-configuration)|
35
+
|`nodebalancer-type`| string || The type of NodeBalancer to create (options: common, premium). See [NodeBalancer Types](#nodebalancer-type)|
35
36
36
37
### Port Specific Configuration
37
38
@@ -104,6 +105,14 @@ metadata:
104
105
}
105
106
```
106
107
108
+
### NodeBalancer Type
109
+
Linode supports nodebalancers of different types: common and premium. By default, nodebalancers of type common are provisioned. If an account is allowed to provision premium nodebalancers and one wants to use them, it can be achieved by specifying the annotation:
0 commit comments