Welcome to the Linux Foundation Forum!

lab 3.4 step 15 - error when trying to 'replace -f first.yaml'

Not sure what is happening here. VI the file, made the edits for the listening port and when running 'kubectl replace -f first.yaml' I get a storage error. Please see the attached screenshots. Preliminary web searches yielded bug references, but not sure if this is my problem. Any help is appreciated thanks.

Comments

  • Posts: 2,451
    edited April 2021

    Hi @jcremp77,

    If you look closely at the error, you may notice that there seems to be an issue with the object's UID. More precisely, there is a UID conflict during the kubectl replace process. This conflict is caused by a new UID being created during replace and the old UID of the nginx deployment found in the first.yaml manifest - stored when the manifest was created in step 5.

    This conflict is the result of a missed step in step 5, which asks for certain lines to be deleted. Please revisit step 5, edit the manifest and remove the lines as instructed.

    Regards,
    -Chris

  • Posts: 37
    edited April 2021

    Hi Chris- Yes I did...thank you for taking the time to explain this!

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