Nikolaos Moraitis

Results 45 issues of Nikolaos Moraitis

### What version of Dgraph are you using? $ docker run --rm -it -p "8080:8080" -p "9080:9080" -p "8000:8000" -v ~/dgraph:/dgraph "dgraph/standalone:v21.03.2" Warning: This standalone version is meant for quickstart...

kind/bug

Is there any example to run a simple query against an existing schema using authentication? Perhaps I misunderstood what is this library for. My goal is to run a simple...

``` panic: reflect: slice length out of range in SetLen goroutine 372 [running]: reflect.Value.SetLen({0x1309440, 0xc000069720, 0x143e4e0}, 0x15) /usr/local/go/src/reflect/value.go:2016 +0x8d github.com/presslabs/controller-util/mergo/transformers.(*TransformerMap).MergeListByKey.func1({0x1309440, 0xc000069720, 0x1309440}, {0x1309440, 0xc0012b9950, 0x400}) /workspace/src/github.com/bitpoke/wordpress-operator/.work/pkg/pkg/mod/github.com/presslabs/[email protected]/mergo/transformers/transformers.go:174 +0x385 github.com/imdario/mergo.deepMerge({0x1309440, 0xc000069720, 0x1501840},...

bug

**What happened**: When the `spec.domains` is difined, the operator is creating ingresses without `spec.ingressClassName` which makes the ingress useless. We can't pass the class to the annotations. **What you expected...

bug

**What happened**: My website is blank and I want to investigate why. I have already configured the debugging related env var, but it seems that are being ignored. **What you...

bug

![image](https://github.com/pixel-point/kube-forwarder/assets/8650912/0f6229a7-000b-4520-a602-4119d342c53c) I am already using the kubeconfig with kubectl and it works as it should. It seems that the kube-forwarder doesn't work with it. ```console apiVersion: v1 clusters: - cluster:...

**What would you like to be added**: A controller that serves all prow and job YAML configurations. **Current State** The config agent currently reloads files from local storage at every...

area/prow
sig/testing
kind/feature

A stack overflow occurs for recurring calls. This seems to be a bug in https://github.com/shurcooL/graphql/blob/master/query.go#L97-L130 To replicate ```go package main import ( "context" "fmt" "log" graphql "github.com/hasura/go-graphql-client" ) type Person...

Is there any option to ignore all filters?

```console cert-manager/challenges "msg"="propagation check failed" "error"="DNS record for \"mydomain.com\" not yet propagated" "dnsName"="mydomain.com" "resource_kind"="Challenge" "resource_name"="apiserver-tls-hfvmb-2588169608-3640099488" "resource_namespace"="openshift-config" "resource_version"="v1" "type"="DNS-01" ``` I have already added the flags in cert-manager: ``` - --dns01-recursive-nameservers-only...

kind/bug
priority/important-longterm