2020-11-12 03:02:56 UTC - Roberto Yoc: Hello everyone, I'm having some problems to deploy OW using ingress controller. ```whisk: ingress: apiHostName: apidev.sscs.works apiHostPort: 443 apiHostProto: https type: Standard domain: apidev.sscs.works tls: secretenabled: true createsecret: true secretname: "ow-ingress-tls-secret" secrettype: "Opaque" enabled: true crt: "**masked***" key: "***masked***"``` Getting this errors in install packages pod: ```error: Unable to get action 'apimgmt/getApi': Get <https://apidev.sscs.works:443/api/v1/namespaces/whisk.system/actions/apimgmt/getApi?code=false>: dial tcp 52.36.80.84:443: getsockopt: connection refused Run 'wsk --help' for usage. error: Unable to get action 'apimgmt/createApi': Get <https://apidev.sscs.works:443/api/v1/namespaces/whisk.system/actions/apimgmt/createApi?code=false>: dial tcp 52.36.80.84:443: getsockopt: connection refused Run 'wsk --help' for usage. error: Unable to get action 'apimgmt/deleteApi': Get <https://apidev.sscs.works:443/api/v1/namespaces/whisk.system/actions/apimgmt/deleteApi?code=false>: dial tcp 52.36.80.84:443: getsockopt: connection refused Run 'wsk --help' for usage. Deleting apimgmt package - but only if it exists error: Unable to get package 'apimgmt': Get <https://apidev.sscs.works:443/api/v1/namespaces/whisk.system/packages/apimgmt>: dial tcp 52.36.80.84:443: getsockopt: connection refused Giving up after 10 failed attempts to install the routemgmt package``` <https://apidev.sscs.works> is pointed to 52.36.80.84 ip. Any help would be appreciated. Thank you :grinning: https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1605150176014000 ----