Deleting an IBM Streams security service

Use these procedures to delete an IBM Streams security service.

About this task

You can stop and delete an IBM Streams security service by removing the specific IBMStreamsSecurity object.

Procedure

Use the following Kubernetes command to delete the IBMStreamsSecurity object.
kubectl delete ibmstreamssecurity <security-service-name>
where:
<security-service-name>
The name that was assigned to the security service when it was created.
The delete command returns when the IBM Streams security service is removed. If a delete command fails to return and appears hung, you can monitor the status of the security service by running the following command:
kubectl get ibmstreamssecurity <security-service-name> -w -o jsonpath="{range .status.conditions[*]}{.reason}{'\n'}{.message}{'\n'}{end}"
where:
<security-service-name>
The name that was assigned to the security service when it was created.
Additionally, you can check the Streams security service operator logs by entering the following command:
kubectl logs -l name=streams-security-operator