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> 发送时间: Friday, November 18, 2022 12:57:26 PM 收件人: user@flink.apache.org <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-<OPERATOR-VERSION>/ helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator Thank you.