David Palau
David Palau
### Issue Summary: Issuing spin command always get the same after passing the oauth login (azure). ``` $ spin application list Caching oauth2 token. null In Orca I can view...
Hello, I've deployed tidb with this script, aligned with the documentation, on a k8s instance v1.22.1 ``` #!/bin/bash CRD_VERSION="v1.3.6" CHART_VERSION="v1.3.6" NS="tidb-admin" kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/${CRD_VERSION}/manifests/crd.yaml helm repo add pingcap https://charts.pingcap.org/...
Hello, I am using the latest s3proxy image with the filesystem backend in our development environment. In our use case we have concurrent access to blobs but when we modify...