#!/bin/sh # 首先将 CRLF 统一替换为 LF: sed -i 's/\r$//' *.sh ## 1. Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion. make undeploy ## 2. Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion. make uninstall