diff --git a/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html b/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
index fe69517f07c31..0a7caad4c1f2b 100644
--- a/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
+++ b/docs/layouts/shortcodes/generated/kubernetes_config_configuration.html
@@ -134,6 +134,12 @@
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.internal-service.labels |
+ (none) |
+ Map |
+ The user-specified labels that are set to the internal Service. The value should be in the form of a1:v1,a2:v2 |
+
kubernetes.jobmanager.annotations |
(none) |
@@ -242,6 +248,12 @@
Enum |
The exposed type of the rest service. The exposed rest service could be used to access the Flinkās Web UI and REST endpoint.
Possible values:- "ClusterIP"
- "NodePort"
- "LoadBalancer"
- "Headless_ClusterIP"
|
+
+ kubernetes.rest-service.labels |
+ (none) |
+ Map |
+ The user-specified labels that are set to the rest Service. The value should be in the form of a1:v1,a2:v2 |
+
kubernetes.secrets |
(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 271e1479c2183..5180b199160b9 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