Commit 3075c6c
authored
Docs/fix subscription todo comments (#6546)
* docs: resolve TODO comments in subscriptions.md
- Add example output for 'kn subscription describe' command
- Add comprehensive 'Updating a Subscription' section with kn and kubectl examples
- Include three practical update scenarios: changing sink, adding dead letter sink, and updating reply sink
- Remove TODO comments once addressed
Fixes knative/docs issue with incomplete subscription documentation
* fix: correct kn subscription update commands and kubectl syntax
- Replace 'kn subscription create' with 'kn subscription update' for updating subscriptions
- Remove unnecessary --channel parameter from update commands
- Fix 'kubectl subscription delete' to 'kubectl delete subscription'
- Simplify update command examples based on actual kn CLI behavior
Verified with local Knative cluster testing.
* docs: simplify update examples to single comprehensive example
Consolidated three separate update examples into one that shows all parameters together. Makes the documentation more concise while still covering all update scenarios.
* revert: undo kubectl delete syntax change
Reverting kubectl command back to original syntax as requested.1 parent 6c9f7c1 commit 3075c6c
1 file changed
Lines changed: 71 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
145 | 214 | | |
146 | 215 | | |
147 | 216 | | |
| |||
0 commit comments