]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / operator-sdk / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/operator-sdk/README.md
deleted file mode 100644 (file)
index 3336e36..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Operator SDK
-
-[Operator SDK](https://sdk.operatorframework.io/) is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.
-
-To use it, add `operator-sdk` to the plugins array of your zshrc file:
-
-```sh
-plugins=(... operator-sdk)
-```
-
-