This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Data,
105105To simulate a target failure we will reconfigure the target display service to make it point to a non existing Pod set:
106106
107107``` console
108- k patch service display-target --patch '{"spec": {"selector":{"app":"foo"}}}'
108+ kubectl delete -f https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/display-target.yaml
109109```
110110
111111Any event that pass the filter will try to be sent to the target, and upon failing will be delivered to the DLS.
@@ -143,9 +143,9 @@ Data,
143143To clean up the getting started guide, delete each of the created assets:
144144
145145``` console
146+ # Removal of display-target not in this list, since it was deleted previously.
146147kubectl delete -f \
147148https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/trigger.yaml,\
148- https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/display-target.yaml,\
149149https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/display-deadlettersink.yaml,\
150150https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/broker.yaml,\
151151https://raw.githubusercontent.com/triggermesh/triggermesh-core/main/docs/getting-started/curl.yaml
You can’t perform that action at this time.
0 commit comments