From commits-return-18592-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Tue Dec 4 20:30:37 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 ADE2518067A for ; Tue, 4 Dec 2018 20:30:36 +0100 (CET) Received: (qmail 83871 invoked by uid 500); 4 Dec 2018 19:30:35 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 83862 invoked by uid 99); 4 Dec 2018 19:30:35 -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; Tue, 04 Dec 2018 19:30:35 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] cckellogg opened a new issue #3122: kubernetes fucntion labels are not formatted correctly Message-ID: <154395183524.10152.9694720073628826519.gitbox@gitbox.apache.org> Date: Tue, 04 Dec 2018 19:30:35 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit cckellogg opened a new issue #3122: kubernetes fucntion labels are not formatted correctly URL: https://github.com/apache/pulsar/issues/3122 Kubernetes does not allow "/" in the label or selector values * spec.selector: Invalid value: "public/default/log": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?') * spec.selector: Invalid value: "public/default": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?') ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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