KubeSwitcher Plugin: MCP
[!IMPORTANT]
This project is still work in progress and some errors as well as missing documentation are to be expected!
This is a plugin for the kubeswitcher tool that allows to switch between clusters of an openMCP landscape.
Installation
Homebrew
brew tap diaphteiros/kubeswitcher
brew install kw_mcp
Manual Build
Clone the repository (including the submodule) and run
task install
[!NOTE]
This project uses task instead of make.
Configuration
The plugin takes a small configuration in the kubeswitcher config. It can be completely defaulted, if missing.
<...>
- name: mcp # under which kw subcommand this plugin will be reachable
short: "Switch to mcp clusters" # short message for display in 'kw --help'
binary: kw_mcp # name of or path to the plugin binary
config:
# TODO