Welcome to the Linux Foundation Forum!

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

Options
natechurch
natechurch 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:

  serviceAccount: default
  serviceAccountName: default
      - 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

  • serewicz
    serewicz Posts: 1,000
    edited February 2022
    Options

    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,

Categories

Upcoming Training