Answers for Catalog apps. Character escaping

Hello,
This is my first post here :slight_smile:
I’m trying to add this in answers section when creating the catalog app without success:
nodeSelector.“beta.kubernetes.io/os”=linux
I think there’s a problem with escaping double quotes and slashes so it gives error.
I also had a problem with the answer controller.service.externalIPs={""} for the ingress but it worked just removing the quotes. But in first case i tried without quotes, with single quote and nothing works.

Another question: why there’s no “clone” option for deployed catalog apps?

And another issue with catalog apps: when I delete catalog app it stays in “Removing” state, while kubectl already shows no pods running related to this catalog app, until I restart the whole Rancher. Is it a bug?

Thanks.

1 Like