Welcome to the Linux Foundation Forum!

Exerice A.3 review1.yaml: Where can I see error messages?

I know that the root cause is the typo in "alpine".

review1.yaml

apiVersion: v1
kind: Pod
metadata:
  name: break1
spec:
  containers:
  - name: mountain-region
    image: nginx:1.11-apline

BUT: I am curious. I want to see an error message somewhere.

I looked at

k get events
k logs break1

I looked at journalctl of the master node, ...

But I found no line about "break1" or "apline".

Where can I find an error message about "break1" or "apline"?

Answers

  • guettli
    guettli Posts: 17

    Sorry, there was something wrong with my kind-cluster.

    I created it again, and now I see error messages. For example via k get events

Categories

Upcoming Training