Welcome to the Linux Foundation Forum!

LFD259 - Lab 6.3. - minor mistake on #9 and #11

Posts: 1
edited February 2022 in LFD259 Class Forum

It appears as if there is an error in step #9 and #11

It shows the following command:
kubectl get pods secondapp |grep serviceAccount

With these results:

  1. serviceAccount: default
  2. serviceAccountName: default
  3. - serviceAccountToken:

I think this is what we should type instead:
kubectl get pods secondapp -o yaml | grep serviceAccount

I am struggling a bit with the markdown syntax, but hopefully you get the point.

Comments

  • Posts: 1,000
    edited February 2022

    Hello,

    You are correct. Thanks you for catching this. I used the -o yaml as a reflex when reviewing your post. It requires that. I will update those steps now.

    Regards,

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