lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to view logs after submitting a job

MrHyson opened this issue · comments

image

yaml file

apiVersion: batch/v1
kind: Job
metadata:
namespace: flink-operator-system
name: my-job-submitter
spec:
template:
spec:
containers:
- name: wordcount
image: flinkd:v1
args:
- /opt/flink/bin/flink
- run
- -m
- flinksessioncluster-jobmanager:8081
- /opt/flink/data--SNAPSHOT.jar
- dev
restartPolicy: Never

error