Hi, Kevin, Regarding logs, you could follow this guide [1].
BTW, you could execute "kubectl get pod" to get the current pods. If there is something like "flink-taskmanager-1-1", you could execute "kubectl describe pod flink-taskmanager-1-1" to see the status of it. [1] https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/native_kubernetes.html#log-files Best, Yangze Guo On Thu, Jun 4, 2020 at 2:28 AM kb <kevin_bohin...@comcast.com> wrote: > > Hi > > We are using 1.10.1 with native k8s and while the service appears to be > created and I can submit a job & see it via Web UI, TMs/pods are never > created thus the jobs never start. > > org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException: > Could not allocate the required slot within slot request timeout. Please > make sure that the cluster has enough resources. > > Is there somewhere I could see the pod creation logs? > > thanks > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/