From dev-return-42131-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Nov 21 08:26:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8766B180668 for ; Wed, 21 Nov 2018 08:26:56 +0100 (CET) Received: (qmail 91982 invoked by uid 500); 21 Nov 2018 07:26:55 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 91971 invoked by uid 99); 21 Nov 2018 07:26:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2018 07:26:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 303A5C0629 for ; Wed, 21 Nov 2018 07:26:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.486 X-Spam-Level: **** X-Spam-Status: No, score=4.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nhTeKczehVZd for ; Wed, 21 Nov 2018 07:26:52 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [199.38.86.66]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D85CD5FB91 for ; Wed, 21 Nov 2018 07:26:51 +0000 (UTC) Received: from n4.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 55A0F31D88F6 for ; Wed, 21 Nov 2018 01:26:51 -0600 (CST) Date: Wed, 21 Nov 2018 01:26:51 -0600 (CST) From: vbm To: dev@ignite.apache.org Message-ID: <1542785211348-0.post@n4.nabble.com> Subject: Ignite web console on kubernetes with ingress MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I was trying to use Ignite web console on Kubernetes using the docker image at For external access, I am using ingress kubernetes resource. I am able to access Web console UI using the default href path (/). But with non default href path, the ignite web console page does not load. Is there any workaround for this ? Below is the ingress file, I am using: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: web-console-ingress namespace: default annotations: ingress.kubernetes.io/rewrite-target: "/" spec: rules: - http: paths: - backend: serviceName: ignite-web-console-service servicePort: 8080 path: /ignite-web-console-ui Regards, Vishwas -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/