almartino commented on issue #138: URL: https://github.com/apache/openserverless/issues/138#issuecomment-2984124957
It's a preexisting k8s installation. To reproduce this issue you should have a minimal k8s with `ingress-nginx` manually deployed for example with helm: ``` # oh-my-zsh kubectl plugin k create ns nginx-ingress # non conventional namespace name kcn nginx-ingress helm install nginx oci://ghcr.io/nginx/charts/nginx-ingress --version 2.1.0 ``` <details> <summary>Requested info</summary> ## ops info ``` OPS & OPS_CMD: /Users/shiba/.local/bin/ops OPS_VERSION: 0.1.0-2409121919.dev OPS_BRANCH: OPS_BIN: /Users/shiba/.ops/darwin-arm64/bin OPS_TMP: /Users/shiba/.ops/tmp OPS_HOME: /Users/shiba/.ops OPS_ROOT: /Users/shiba/git/github.com/apache/openserverless-task OPS_REPO: http://github.com/apache/openserverless-task OPS_PWD: /Users/shiba OPS_OLARIS: 766f49a2473dd82a9aba84077d9acfa5ba9830a0 OPS_ROOT_PLUGIN: /Users/shiba ``` ## ops config status ``` OPERATOR_CONFIG_HOSTPROTOCOL=https OPERATOR_COMPONENT_QUOTA=false OPERATOR_COMPONENT_TLS=true OPERATOR_COMPONENT_MILVUS=true OPERATOR_COMPONENT_ETCD=true # already tested with my update OPERATOR_CONFIG_INGRESSLB=nginx-ingress/nginx-nginx-ingress-controller OPERATOR_CONFIG_TLSEMAIL=a.mart...@ecubit.it OPERATOR_COMPONENT_AM=false OPERATOR_COMPONENT_POSTGRES=true OPERATOR_CONFIG_APIHOST=ops.cloud.ecubit.it OPERATOR_CONFIG_AFFINITY=false OPERATOR_CONFIG_TOLERATIONS=false OPERATOR_COMPONENT_PROMETHEUS=false OPERATOR_COMPONENT_STATIC=true OPERATOR_COMPONENT_CRON=true OPERATOR_CONFIG_ALERTGMAIL=false OPERATOR_CONFIG_ALERTSLACK=false OPERATOR_COMPONENT_MINIO=true OPERATOR_COMPONENT_MONGODB=true OPERATOR_COMPONENT_REDIS=true ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org