Skip to content

Commit 7fa7f63

Browse files
authored
Remove manifest generate --output section from README (#58313)
1 parent 66b8251 commit 7fa7f63

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

operator/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,6 @@ istioctl manifest generate
8585

8686
You can see these sources for the compiled-in profiles and charts in the repo under `manifests/`. These profiles and charts are also included in the Istio release tar.
8787

88-
#### Output to dirs
89-
90-
The output of the manifest is concatenated into a single file. To generate a directory hierarchy with subdirectory
91-
levels representing a child dependency, use the following command:
92-
93-
```bash
94-
istioctl manifest generate -o istio_manifests
95-
```
96-
97-
Use depth first search to traverse the created directory hierarchy when applying your YAML files. This is needed for
98-
correct sequencing of dependencies. Child manifest directories must wait for their parent directory to be fully applied,
99-
but not their sibling manifest directories.
100-
10188
#### Just apply it for me
10289

10390
The following command generates the manifests and applies them in the correct dependency order, waiting for the

0 commit comments

Comments
 (0)