Thanks Biao, Sorry I’m a rookie in helm or operator. I know that I can prepare RBAC, ServiceAccount or Deployment creation by CRs or yaml files.
But the basic OS(Kubernetes) environment I can’t install any other software the basic like helm But I can’t install any software(like helm) the basic OS does not supply in my scenario. 发件人: Biao Geng <biaoge...@gmail.com> 发送时间: 2022年11月18日 13:12 收件人: Mark Lee <lifuqion...@126.com>; user@flink.apache.org 主题: Re: Deploy Flink Operator in an k8s enviroment without helm? Hi Mark, I believe you can do that without helm. Just like that you can install some software in CentOS without yum. But you may have to handle some basic setup by yourself. For the operator, you at least have to prepare RBAC creation, serviceAccount creation, Deployment creation or Webhook creation which if you want to use. Also, if you want to uninstall the operator, you should clear those resources by hand. It is not very hard but does require some hand work. Best, Biao Geng 获取 Outlook for iOS <https://aka.ms/o0ukef> _____ 发件人: Mark Lee <lifuqion...@126.com <mailto:lifuqion...@126.com> > 发送时间: Friday, November 18, 2022 12:57:26 PM 收件人: user@flink.apache.org <mailto:user@flink.apache.org> <user@flink.apache.org <mailto:user@flink.apache.org> > 主题: Deploy Flink Operator in an k8s enviroment without helm? Hi all, I am trying to deploy flink operator followed Quick Start <https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs /try-flink-kubernetes-operator/quick-start/> . But it seems need helm client installed in Kubernetes environment. Could we deploy flink operator without helm client installed? Now you can deploy the selected stable Flink Kubernetes Operator version using the included Helm chart: helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator- <https://downloads.apache.org/flink/flink-kubernetes-operator-%3cOPERATOR-VE RSION%3e/> <OPERATOR-VERSION>/ helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator Thank you.