Roman Dolgov
Roman Dolgov
gdnsd 1+: { "service": "some-pool-eu-ie/ipv4/somewebserver-gce-eu-9/webserver_30s", "state": "UP" }, gdnsd 2+: { "service": "44.36.16.14/webserver_30s", "state": "UP", "real_state": "UP" }, In the 1+ version we understood pool name and servername, in the...
**Describe the bug** I try to create table with pandahouse: ``` create_table = f"CREATE TABLE data.sma({fields}) ENGINE=Log" ph.execute(create_table, connection=connection) ``` and got as a result: ``` Traceback (most recent call...
` 2020-05-18T08:54:40.323Z ERROR controller-runtime.controller Reconciler error {"controller": "node-controller", "request": "/k8snode3", "error": "API error (Server failed to process your request. Was the data correct?): node not found"} github.com/storageos/cluster-operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error /go/src/github.com/storageos/cluster-operator/vendor/github.com/go-logr/zapr/zapr.go:128 github.com/storageos/cluster-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler /go/src/github.com/storageos/cluster-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:218...
Is it still fine to have base58==0.2.5 in 2021?
Hello, I didn't find how to get a transaction body with this library, do you have any examples?
I just copied example of To-Do list from .repeate() documentation and it doesn't work.
### Description I want to set a custom storageClassName, but it doesn't apply, looks like the cluster operator knows nothing about it ### Importance blocker ### Location ``` apiVersion: "zookeeper.pravega.io/v1beta1"...
Hi, I've setup squid proxy in docker, with very simple configuration: ``` auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/passwords auth_param basic children 5 auth_param basic realm Squid Basic Authentication auth_param basic credentialsttl...