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: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ Kubernetes Services of type `LoadBalancer` will be served through a [Linode Node
38
38
39
39
The Linode CCM accepts several annotations which affect the properties of the underlying NodeBalancer deployment.
40
40
41
-
All of the service annotation names listed below have been shortened for readability. Each annotation **MUST** be prefixed with `service.beta.kubernetes.io/linode-loadbalancer-`. The values, such as `http`, are case-sensitive.
41
+
All of the Service annotation names listed below have been shortened for readability. The values, such as `http`, are case-sensitive.
42
+
43
+
Each *Service* annotation **MUST** be prefixed with:<br />
`proxy-protocol` | `none`, `v1`, `v2` | `none` | Specifies whether to use a version of Proxy Protocol on the underlying NodeBalancer. Overwrites `default-proxy-protocol`.
81
84
`tls-secret-name` | string | | Specifies a secret to use for TLS. The secret type should be `kubernetes.io/tls`.
82
85
83
-
#### Example usage
86
+
### Nodes
87
+
88
+
Kubernetes Nodes can be configured with the following annotations.
89
+
90
+
Each *Node* annotation **MUST** be prefixed with:<br />
91
+
**`node.k8s.linode.com/`**
92
+
93
+
Key | Values | Default | Description
94
+
---|---|---|---
95
+
`private-ip` | `IPv4` | `none` | Specifies the Linode Private IP overriding default detection of the Node InternalIP.<br />When using a [VLAN] or [VPC], the Node InternalIP may not be a Linode Private IP as [required for NodeBalancers] and should be specified.
96
+
97
+
98
+
[required for NodeBalancers]: https://www.linode.com/docs/api/nodebalancers/#nodebalancer-create__request-body-schema
0 commit comments