Remove deprecated `--record` flag from example
Trying to use this flag `--record` in the example leads to the warning: ``` Flag --record has been deprecated, --record will be removed in the future ```pull/31639/head
parent
e218f383e5
commit
0d9d83a23d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue