Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you delete a dedicated queue, the corresponding Runtime service is not deleted automatically. You need to delete the Runtime service by running the following command on the Helm CLI.

Code Block
languagecss
themeMidnight
helm uninstall <Name of the Runtime service> -n <Namespace>

For example, 

helm uninstall Runtime-QueueName -n MyNamespace

Where,

  • Runtime-QueueName is the name of the Runtime service corresponding to the deleted queue named as QueueName.
  • MyNamespace is the name of the Namespace.

If you need to find the name of Runtime service corresponding to the deleted queue, run the following command that lists all the Microservices.

Code Block
languagecss
themeMidnight
helm list -n <Namespace>

For example,

helm list -n MyNamespace

Where,

  • MyNamespace is the name of the Namespace.


Panel
borderStylesolid
titleYou may be interested in...
What 's is new
Application architecture
Key terms
Install
Usage scenarios