Annotation Key | Annotation Value and Description | Required |
eks.tke.cloud.tencent.com/eip-attributes | It indicates that the workload's Pod needs to be bound to an EIP. If the value is "", the binding will be created with the default EIP configuration. You can enter the EIP's TencentCloud API parameter JSON string in "" to customize the configuration. | Yes if you want to bind an EIP |
eks.tke.cloud.tencent.com/eip-claim-delete-policy | It indicates whether to repossess the EIP after the Pod is deleted. Never indicates not to repossess. The default value is to repossess. | No |
eks.tke.cloud.tencent.com/eip-id-list | It indicates that an existing EIP will be used, and only StatefulSets are supported. After the Pod is terminated, its EIP will not be repossessed by default. Note that the number of StatefulSet Pods cannot exceed the number of eipId values specified in this annotation. | No |
eks.tke.cloud.tencent.com/eip-attributes: ""
flag under the annotation
of the corresponding workload or Pod as follows:metadata:name: tf-cnnannotations:eks.tke.cloud.tencent.com/eip-attributes: "" # EIP is required, and all are the default configuration
kubectl describe pod [name]
Apakah halaman ini membantu?