lshmouse commented on a change in pull request #864: KYLIN-4181 Schedule Kylin
using Kubernetes
URL: https://github.com/apache/kylin/pull/864#discussion_r342388207
##########
File path: kubernetes/kylin-statefulset.yaml
##########
@@ -0,0 +1,78 @@
+apiVersion: apps/v1
+kind: StatefulSet
+metadata:
+ annotations: {}
+ name: kylin
+ namespace: kylin
+spec:
+ replicas: 3
+ selector:
+ matchLabels:
+ app: kylin
+ serviceName: kylin
+ template:
+ metadata:
+ labels:
+ app: kylin
+ spec:
+ containers:
+ - command:
+ - bash
+ - '-c'
+ - '${KYLIN_HOME}/bin/kylin.sh run'
+ image: 'kylin:3.0.0-alpha2-cdh57'
Review comment:
Can we config the image name?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services