Skip to content

kind.md cleanup deletes configmap app but create step uses kf-cm #98

Description

In content/en/docs/getting-started/kind.md, the "Create sample resources" step creates:

kubectl create configmap kf-cm -n kubefleet-sample --from-literal=data=test

But the "Clean things up" section deletes:

kubectl delete configmap app -n kubefleet-sample

The cleanup command references app, which was never created in this tutorial. It should be kf-cm to match the create step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions