mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-11 04:32:59 +00:00
* Promote plugin resolution to beta * Not use plugin for kubectl create -f command execution `kubectl create -f` is legitimate command execution and we shouldn't search plugins if user invokes this. * Add integration test for plugin resolution for create command * Reintroduce feature flag to ability to disable it explicitly
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "I am plugin foo as a subcommand of kubectl create command"
|