mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
Remove --export since it's being deprecated
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
```bash
|
||||
|
||||
while read kind name; do
|
||||
kubectl get -o yaml --export $kind $name > dockercoins/templates/$name-$kind.yaml
|
||||
kubectl get -o yaml $kind $name > dockercoins/templates/$name-$kind.yaml
|
||||
done <<EOF
|
||||
deployment worker
|
||||
deployment hasher
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
- These "manifests" are basically YAML definitions
|
||||
|
||||
(As produced by `kubectl get pod my-little-pod -o yaml --export`)
|
||||
(As produced by `kubectl get pod my-little-pod -o yaml`)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user