spoon-lz commented on a change in pull request #18119:
URL: https://github.com/apache/flink/pull/18119#discussion_r773858108
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/utils/Constants.java
##########
@@ -25,6 +25,9 @@
public static final String API_VERSION = "v1";
public static final String APPS_API_VERSION = "apps/v1";
+ public static final String DNS_PLOICY_DEFAULT = "ClusterFirst";
Review comment:
dafult value is `ClusterFirst`
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]