Michal Dulko
Michal Dulko
Seems like `iunmap` stopped to work in settings, the functional alternative is `api.iunmap`, so this commit updates READMEs to use it when explaining how to disable emoji completion.
I'm trying to run kuryr-kubernetes with eventlet enabled. So I've added: eventlet.monkey_patch() asyncio.asyncio_config() in the beginning of the code. Once that's done [this .up()](https://github.com/openstack/kuryr-kubernetes/blob/d7edb7da06c5897ed7d4a02ac483d78197ce77d7/kuryr_kubernetes/cni/binding/bridge.py#L40) starts to hang forever. I'm not...
**Is this a bug report or feature request?** (choose one): feature A single cinder-volume service is able to handle multiple volume backends. To make sure openstack-helm can be used with...
**Kubernetes Version** (output of `kubectl version`): 1.5.3 **Helm Client and Tiller Versions** (output of `helm version`): 2.2.3 **Development or Deployment Environment?**: Development **Release Tag or Master**: master **Expected Behavior**: setting...
**What this PR does / why we need it**: Octavia API before 2.16 doesn't support HTTP monitors on UDP pools. It will however allow creation of such if all-in-one LB...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: If you create an `ETP=Local` `type=LoadBalancer` Service you got to have the Octavia health monitors created in order...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: As explained in [K8s docs](https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation) it is possible to set `spec.allocateLoadBalancerNodePorts` to `false` for a `type=LoadBalancer` Service which...
When aforementioned option is set on the Service `.spec`, the NodePorts stop being set, effectively defaulting `.spec.ports[*].nodePort` to 0. When cloud provider tries to create a member with such a...
When I create cyclic event in my Google Calendar and then remove some of occurrences, the script shows the event even at days I removed it. It's quite annoying.
**What this PR does / why we need it**: It's a common issue that clusters are deployed with the default `--cluster-name=kubernetes` and later on it's discovered that next deployments on...