Andre Buryndin
Andre Buryndin
Just take a look at [ES7 breaking changes](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/breaking-changes-7.0.html) :) ES6 and ES7 have many differences in bulk APIs, for example. It might be not worth to adopt [EOL versions of...
For running it in sidecar you should enable these special capabilities for the container: ``` docker run --cap-add NET_RAW --cap-add NET_ADMIN your:image ``` You can specify container security context. See...
I do not know why this is happening, but I was able to reproduce this bug. Experimentally, I discovered that there is no configuration /etc/cni/net.d/* on the bad nodes. May...
Every time what flannel not work on node I use this (on node): ```bash mkdir -p /etc/cni/net.d cd /etc/cni/net.d # This is zipped cni config which must be deployed by...
Should. I have this in work cluster: ```bash root@kube-master:/var/lib/cni# find . ./flannel ./flannel/ ./flannel/ ./networks ./networks/cbr0 ./networks/cbr0/10.244.0.4 ./networks/cbr0/last_reserved_ip.0 ./networks/cbr0/10.244.0.5 ``` Are you sure you turned off selinux? May be you...
> i met this problem also; it's looks everything is okay! > ``` > ... > $ ls /etc/cni/net.d > 10-canal.conflist 10-flannel.conflist calico-kubeconfig > ``` @johnnylei, you cannot use more...
The community is still waiting for this essential reliability feature. Is there a chance to schedule the implementation for the near future? It seems like the solution might be not...
There is the problem of binding to `/proc/self/fd/0` file. `gomplate` just trying to read from this file and don't solve this error. The quick solution is here: - For `ssh`...
The simplest way to reproduce this bug: ```bash true | gotemplate --arg --arg --arg 2>&1 | cat ```
@vinnyvinny1989 We have one now! :) https://charts.wallarm.com/