# BiliBiliPro Kubectl Plugin ## Prerequisites - Kubernetes >= v1.23.0. - go >= v1.18 - kubectl installed on your local machine, configured to an existing healthy Kubernetes cluster. - [krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) plugin installed ## Install Plugin Command: `cd ./krew && make deploy` The binary will be generated in cmd/ install it alonside the kubectl binary. For example: the kubectl is installed under `/usr/bin`, then put the bilibilipro plugin under `/usr/bin` too. ## Plugin Commands ### Deployment && Update Prerequsites: please make sure you have the right permission to at least manage namespaces/deployments Command: `kubectl bilipro init --config config.yaml` Creates Deployment with the needed environments. Optional Options: - `--image=zai7lou/bilibili_tool_pro:2.0.1` - `--namespace=bilipro` - `--image-pull-secret=` - `--login` to scan QR code to login Required Options: - `--config=` The content of is a yaml array, please refer to the example config yaml under the krew directory. For example ````yaml - name: Ray_BiliBiliCookies__2 value: "cookie" # DailyTrigger - required - name: Ray_DailyTaskConfig__Cron value: "11 11 * * *" ```` Suggestions: Deploy this workload in namespace other than default or kube-* namespace, because the delete logic should be improved ### Deletion Command: `kubectl bilipro delete [options]` Deletes Deployment. v Optional Options: - `--namespace=` - `--name=` ### Version Command: `kubectl bilipro version` Output the plugin version. ## Package Pls refer to [installation](https://krew.sigs.k8s.io/docs), you can package your own krew plugin