This extension v0.0.5 will no longer receive security fix. If you feel concerned, you should uninstall it and switch to kubi-lite instead, a better extension with many more features.
A newer version with a better user experience, more features and Theia support is now available. This one is freezed, no more evolutions. You should consider to switch to Kubi-Lite
GUI integration in VSCode of Kubi CLI provided by CA-GIP at https://github.com/ca-gip/kubi Thanks to the extension "Run Me" available at https://github.com/tomzx/vscode-run-me/blob/master/README.md
- Download Kubi CLI an put it in your path, or set the path in the settings
- Use
ctrl+k ctrl+i
to invoke the generation of the KubeConfig in your $home. Or use the palette command and typectrl+p
then>kubi
- Answer the dialogs box and that's all
- https://github.com/Azure/vscode-kubernetes-tools
- The command is added on the contextuals menus hover the "clusters view"
"vs-kubi": {
"variables": {
"$kubi-exe-path": "kubi"
},
"commands": [
{
"identifier": "generateKubeConfig",
"description": "Generate kubernetes configuration",
"command": "$kubi-exe-path --username $username --password $password --kubi-url $kubi-url --generate-config",
"form": [
{
"variable": "$username",
"question": "Kubi login ([email protected])"
},
{
"variable": "$password",
"password": true,
"question": "Kubi password"
},
{
"variable": "$kubi-url",
"question": "Select Kubi endpoint",
"options": [
"https://kubi.cluster1.example.com",
"https://kubi.cluster2.example.com"
]
}
]
}
]
}
- You can change the default key binding
ctrl+K ctrl+i
in the VSCode settings - Tired of the input boxes ? You can remove any "input step" by deleting the section in the "form" configuration and fix your value in the "variables" section instead
- Need to use Kubi in various way ? Clone the default item in the
commands
array sections in settings, type you new identifier instead ofgenerateKubeConfig
, that's all ! If you need more help, read the greatRun me
documentation at https://github.com/tomzx/vscode-run-me/blob/master/README.md
- The code is licensed under the MIT license. See LICENSE.
- Logo is CA-GIP/Kubi logo : https://github.com/ca-gip/kubi