Merge pull request #31639 from JayKayy/patch-1

Remove deprecated `--record` flag from example
This commit is contained in:
Kubernetes Prow Robot
2022-02-17 07:17:38 -08:00
committed by GitHub
@@ -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: