Welcome to the Linux Foundation Forum!

Lab 15.1 - step 15 missing curly brackets

student@lfs458-node-1a0a:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath=".data.mariadb-root-password" \ | base64 --decode

should be

student@lfs458-node-1a0a:~$ kubectl get secret -n default \ illmannered-salamander-mariadb \ -o jsonpath="{.data.mariadb-root-password}" \ | base64 --decode

Comments

  • Posts: 2,451

    Thanks for posting this. It should be corrected in a future course update release.
    Regards,
    -Chris

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