mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 06:13:54 +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
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "I am plugin cronjob as a subcommand of kubectl create command"
|