Skip to content

Commit

Permalink
Update kubectl-plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveperry-53 authored Sep 11, 2017
1 parent daad68c commit 1da06e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/extend-kubectl/kubectl-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ When the plugin is invoked, it calls the `dracarys` binary or script, which is l

It is recommended that each plugin has its own subdirectory in the filesystem, preferably with the same name as the plugin command. The directory must contain the `plugin.yaml` descriptor and any binary, script, asset, or other dependency it might require.

For example, the directory structure for the `targaryen` could look like this:
For example, the directory structure for the `targaryen` plugin could look like this:

```
~/.kube/plugins/
Expand Down

0 comments on commit 1da06e7

Please sign in to comment.