From issues-return-39484-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Aug 29 02:57:14 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4AE44180181 for ; Thu, 29 Aug 2019 04:57:14 +0200 (CEST) Received: (qmail 34455 invoked by uid 500); 29 Aug 2019 02:57:13 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 34446 invoked by uid 99); 29 Aug 2019 02:57:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2019 02:57:13 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk-deploy-kube] ChangZihao opened a new issue #512: helm install .... --name owdev-name-test can not have "-" in it Message-ID: <156704743362.26924.5440555198971632752.gitbox@gitbox.apache.org> Date: Thu, 29 Aug 2019 02:57:13 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ChangZihao opened a new issue #512: helm install .... --name owdev-name-test can not have "-" in it URL: https://github.com/apache/openwhisk-deploy-kube/issues/512 I deploy the openwhisk with helm in minikube on my ubuntu 18.04 server. If I set the --name with '-' like owdev-name-test, the kafka pod will start with error ``` waiting for kafka to be ready [2019-08-29 02:39:23,810] FATAL (kafka.Kafka$) org.apache.kafka.common.config.ConfigException: Invalid value test for configuration broker.id: Not a number of type INT at org.apache.kafka.common.config.ConfigDef.parseType(ConfigDef.java:713) at org.apache.kafka.common.config.ConfigDef.parseValue(ConfigDef.java:460) at org.apache.kafka.common.config.ConfigDef.parse(ConfigDef.java:453) at org.apache.kafka.common.config.AbstractConfig.(AbstractConfig.java:62) at kafka.server.KafkaConfig.(KafkaConfig.scala:883) at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:867) at kafka.server.KafkaConfig$.fromProps(KafkaConfig.scala:864) at kafka.server.KafkaServerStartable$.fromProps(KafkaServerStartable.scala:28) at kafka.Kafka$.main(Kafka.scala:58) at kafka.Kafka.main(Kafka.scala) ``` My helm command is ``` bash helm install ~/projects/openwhisk-deploy-kube/helm/openwhisk --namespace=openwhisk-kube --name=owdev-name-test -f mycluster-name-test.yaml ``` mycluster-name-test.yaml ``` whisk: ingress: type: NodePort apiHostName: 192.168.99.110 apiHostPort: 31001 nginx: httpsNodePort: 31001 invoker: containerFactory: impl: "kubernetes" ``` Now I have found the bug , and fixed it ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services