kuryr-kubernetes/contrib/kubectl_plugins
ljhuang 5215643b47 Replace base64.decodestring with decodebytes
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
2022-08-22 18:14:13 +08:00
..
kuryr Replace base64.decodestring with decodebytes 2022-08-22 18:14:13 +08:00
README.rst Fix inconsistency in headlines format. 2019-11-13 11:39:10 +01:00
kubectl_kuryr_plugin_1080.gif kubectl plugin kuryrvif 2018-02-07 15:11:20 +01:00

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:

image