Fred L Sharp
Fred L Sharp
Eg. ``` $ openstack host list +------------------+-------------+----------+ | Host Name | Service | Zone | +------------------+-------------+----------+ | michael-os-comp1 | conductor | internal | | michael-os-comp1 | scheduler | internal |...
Fixes #213 - Use name prop from rs object instead of results dict - Remove read_namespaced_replica_set call with no assignment or args
Running `r_sets = kube.get_replicasets()` fails with the following error: ``` def __init__(self, *args, **kwargs) -> None: super(ReplicaSet, self).__init__(*args, **kwargs) self._add_kubetest_labels() > client.AppsV1Api.read_namespaced_replica_set() E TypeError: read_namespaced_replica_set() missing 3 required positional arguments:...
Add support for VPP vhost-user interface to facilitate networking with Openstack VMs. Use case: allowing Network Service Mesh to manage network connections of Openstack VMs I've made a prototype implementation...
I built a homebrew for another ESP32 device called the Odroid GO. So far as I can tell, this device isn't using FreeRTOS and may have too many libraries loaded...