You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/08/07 06:11:08 UTC

[flink] branch master updated (3dbb8a5 -> 6e8dd29)

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3dbb8a5  [hotfix] Remove unused FutureUtils.runSync
     add ab77a25  [hotfix][k8s] Use constant logging variable to replace constant strings
     add ae9db19  [hotfix][k8s] Add log4j1 configuration to JobManager and TaskManager start command
     add 541bc38  [FLINK-15792][k8s] Make Flink logs accessible via kubectl logs per default
     add 6e8dd29  [FLINK-15792][k8s] Update logging section in native Kubernetes document

No new revisions were added by this update.

Summary of changes:
 .../generated/kubernetes_config_configuration.html |  2 +-
 docs/ops/deployment/native_kubernetes.md           | 19 ++------
 docs/ops/deployment/native_kubernetes.zh.md        | 19 ++------
 .../test-scripts/common_kubernetes.sh              | 29 ++++++-------
 .../test-scripts/test_kubernetes_application.sh    |  3 --
 .../test-scripts/test_kubernetes_session.sh        | 26 +++++------
 .../configuration/KubernetesConfigOptions.java     |  2 +-
 .../apache/flink/kubernetes/utils/Constants.java   |  4 +-
 .../flink/kubernetes/utils/KubernetesUtils.java    | 11 +++--
 .../kubeclient/Fabric8FlinkKubeClientTest.java     |  6 ++-
 .../decorators/FlinkConfMountDecoratorTest.java    | 34 ++++++++-------
 .../decorators/JavaCmdJobManagerDecoratorTest.java | 49 +++++++++++----------
 .../JavaCmdTaskManagerDecoratorTest.java           | 50 +++++++++++-----------
 .../factory/KubernetesJobManagerFactoryTest.java   | 10 +++--
 .../factory/KubernetesTaskManagerFactoryTest.java  |  6 ++-
 15 files changed, 123 insertions(+), 147 deletions(-)