-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a swf through kubectl is not reflected in the UI #1363
Comments
related to #1362 |
I think after #1362 is fixed, there's no need to use kubectl to delete swf. Supported options to delete swf:
|
/close |
@Bobgy: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
magdalenakuhn17
pushed a commit
to magdalenakuhn17/pipelines
that referenced
this issue
Oct 22, 2023
* Make local gateway configurable * Fix tests
magdalenakuhn17
pushed a commit
to magdalenakuhn17/pipelines
that referenced
this issue
Oct 22, 2023
* replace cluster-local-gateway with knative-local-gateway to support knative 0.19+ * remove istio injection * update the new variable from kubeflow#1363 to the new local gateway name * add waiting condition for knative operator * filter out storage-version-migration-serving-serving from knative condition * fix json syntax on isvc cm and exclude violations * replace cluster-local-gateway with knative-local-gateway on v0.5.0 * try removing the local svc url * Revert "Merge remote-tracking branch 'origin/knative-0.19+' into knative-0.19+" This reverts commit 1338b34769d7ff6e3b22e6b1ebad15ad4dfa3412, reversing changes made to 40a4eff11abc325ba840c3397afb8de23de81775. * replace srv.cluster.local in logger test and increase the number of pytest workers from 3 to 4 Signed-off-by: Theofilos Papapanagiotou <[email protected]> * update the developer guide for knative 0.19+ Signed-off-by: Theofilos Papapanagiotou <[email protected]> * revert example image Signed-off-by: Theofilos Papapanagiotou <[email protected]> * Change the concurrency back to 3 * Update install/v0.5.0/kfserving.yaml Co-authored-by: Dan Sun <[email protected]> * Update install/v0.5.0/kfserving.yaml Co-authored-by: Dan Sun <[email protected]> * dev guide detail fix for knative-local-gateway Signed-off-by: Theofilos Papapanagiotou <[email protected]> * set pytest concurrency to 4 Signed-off-by: Theofilos Papapanagiotou <[email protected]> * add namespace on knative-local-gateway * improve e2e test for logger * improve e2e test for logger * rollback changes to 0.5.0 release Co-authored-by: Dan Sun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the underlying source of this bug leads to some other subtle issues.
Ultimately the SWF crd controller and the backend apiserver end up in a split brain scenario.
The text was updated successfully, but these errors were encountered: