minor change to fix command (#3519)

This commit is contained in:
Ashleigh Brennan 2021-05-03 10:57:58 -05:00 committed by GitHub
parent 2a2283ceb5
commit 57e90c5724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -230,11 +230,11 @@ After the build has completed and the container is pushed to Docker Hub, you can
> Note: Add `-v` option to get more detail if the `curl` command failed.
## Removing
## Deleting the app
To remove the sample app from your cluster, delete the service record.
To remove the sample app from your cluster, delete the service.
{{< tabs name="service_url" default="kn" >}}
{{< tabs name="delete-service" default="kn" >}}
{{% tab name="kubectl" %}}
```shell
kubectl delete --filename service.yaml