diff --git a/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html b/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
index bb45be260aa35..49c5e96cec7d3 100644
--- a/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
+++ b/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
@@ -110,6 +110,12 @@
Boolean |
Whether to enable HostNetwork mode. The HostNetwork allows the pod could use the node network namespace instead of the individual pod network namespace. Please note that the JobManager service account should have the permission to update Kubernetes service. |
+
+ kubernetes.internal-service.annotations |
+ (none) |
+ Map |
+ The user-specified annotations that are set to the internal Service. The value should be in the form of a1:v1,a2:v2 |
+
kubernetes.jobmanager.annotations |
(none) |
diff --git a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java b/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
index 1e2e6115fc3c3..a2e2e7c9b054e 100644
--- a/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
+++ b/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java
@@ -377,6 +377,14 @@ public class KubernetesConfigOptions {
"The user-specified annotations that are set to the rest Service. The value should be "
+ "in the form of a1:v1,a2:v2");
+ public static final ConfigOption