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

  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. name: break1
  5. spec:
  6. containers:
  7. - name: mountain-region
  8. image: nginx:1.11-apline
  9.  

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

I looked at

  1. k get events
  2. 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

  • 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

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training