Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
helm install vector-operator vector-operator/vector-operator -f values.yaml -n NAMESPACE --debug --dry-run

查看pod

Code Block
kubectl get all -n vector| grep vector

列出vector

Code Block
helm list -f vector-operator -n vector


查看部署历史

Code Block
helm history vector-operator -n vector

卸载vector

Code Block
helm uninstall vector-operator -n vector