Merge pull request #31639 from JayKayy/patch-1

Remove deprecated `--record` flag from example
pull/31776/head
Kubernetes Prow Robot 2022-02-17 07:17:38 -08:00 committed by GitHub
commit 63edc70641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ One way to create a Deployment using a `.yaml` file like the one above is to use
in the `kubectl` command-line interface, passing the `.yaml` file as an argument. Here's an example:
```shell
kubectl apply -f https://k8s.io/examples/application/deployment.yaml --record
kubectl apply -f https://k8s.io/examples/application/deployment.yaml
```
The output is similar to this: