5215643b47
Base64.decodestring has been deprecated since 3.1 and removed in python 3.9, Replace it with base64.decodebytes from python3.1[1]. [1]https://docs.python.org/3.9/library/base64.html?highlight=deprecated#base64.decodebytes Change-Id: Ic5ae225d5cd8fefd70d3620518f19f16147135df |
||
---|---|---|
.. | ||
kuryr | ||
kubectl_kuryr_plugin_1080.gif | ||
README.rst |
Kuryr kubectl plugin
This plugin aims to bring kuryr introspection an interaction to the kubectl and oc command line tools.
Installation
Place the kuryr directory in your ~/.kube/plugins
Usage
The way to use it is via the kubectl/oc plugin facility:
kubectl plugin kuryr get vif -o wide -l deploymentconfig=demo
Media
You can see an example of its operation: