You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,19 +85,6 @@ istioctl manifest generate
85
85
86
86
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.
87
87
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
-
101
88
#### Just apply it for me
102
89
103
90
The following command generates the manifests and applies them in the correct dependency order, waiting for the
0 commit comments