command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2018
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
kubectl plugin wait
Example kubectl plugin that waits for a kubernetes resource to be ready.
kubectl plugin wait po/mypod
Supported Resource Types
- pods
- deployments
- services
Install the plugin
$ curl -sLO https://github.com/carolynvs/kubectl-wait-plugin/releases/download/latest/wait.zip
$ unzip wait.zip -d ~/.kube/plugins/
Archive: wait.zip
creating: ~/.kube/plugins/wait/
inflating: ~/.kube/plugins/wait/plugin.yaml
inflating: ~/.kube/plugins/wait/wait
Build the plugin
$ make deploy
mkdir -p ~/.kube/plugins/wait
go build -o ~/.kube/plugins/wait/wait
cp plugin.yaml ~/.kube/plugins/wait/
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.