You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jun Zhang (Jira)" <ji...@apache.org> on 2023/02/28 12:03:00 UTC

[jira] [Created] (FLINK-31258) can not get kerberos keytab in flink operator

Jun Zhang created FLINK-31258:
---------------------------------

             Summary: can not get kerberos keytab in flink operator
                 Key: FLINK-31258
                 URL: https://issues.apache.org/jira/browse/FLINK-31258
             Project: Flink
          Issue Type: Bug
          Components: Kubernetes Operator
            Reporter: Jun Zhang


env:

flink k8s operator 1.4

flink 1.14.6 :

the conf
{code:java}
  flinkConfiguration:
    security.kerberos.login.keytab=/path/your/user.keytab 
   security.kerberos.login.principal=your@HADOOP.COM  {code}
and I get an exception:

 
{code:java}
Status:
  Cluster Info:
  Error:                          {"type":"org.apache.flink.kubernetes.operator.exception.ReconciliationException","message":"org.apache.flink.client.deployment.ClusterDeploymentException: Could not create Kubernetes cluster \"basic-example\".","throwableList":[{"type":"org.apache.flink.client.deployment.ClusterDeploymentException","message":"Could not create Kubernetes cluster \"basic-example\"."},{"type":"org.apache.flink.configuration.IllegalConfigurationException","message":"Kerberos login configuration is invalid: keytab [/path/your/user.keytab] doesn't exist!"}]} {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)