Added kafka package for kubernetes. Some bugfixes for cattle packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.catalog:
|
||||
name: Kafka
|
||||
version: 0.10.0.0-rancher1
|
||||
version: 0.10.0.1-rancher1
|
||||
description: |
|
||||
(Experimental) Apache Kafka cluster.
|
||||
minimum_rancher_version: v0.59.0
|
||||
@@ -37,6 +37,16 @@
|
||||
required: true
|
||||
default: "1"
|
||||
type: "int"
|
||||
- variable: "kafka_delete_topics"
|
||||
label: "Kafka delete topics:"
|
||||
description: |
|
||||
Enable delete topics in kafka.
|
||||
default: false
|
||||
required: true
|
||||
type: enum
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
- variable: "kafka_interval"
|
||||
description: "Interval to poll/apply configuration changes. 0 to disable"
|
||||
label: "Broker Interval (s):"
|
||||
@@ -44,11 +54,14 @@
|
||||
default: 60
|
||||
type: "int"
|
||||
- variable: "kafka_pub_ip"
|
||||
description: "Advertise host ip in zookeeper"
|
||||
label: "Advertise host ip:"
|
||||
required: false
|
||||
default: false
|
||||
type: "boolean"
|
||||
description: "Advertise local and host public ip"
|
||||
label: "Broker public ip:"
|
||||
default: false
|
||||
required: true
|
||||
type: enum
|
||||
options:
|
||||
- false
|
||||
- true
|
||||
- variable: "zk_link"
|
||||
description: |
|
||||
Choose the Zookeeper service to use.
|
||||
|
||||
Reference in New Issue
Block a user