WuLiang
WuLiang
您好,想请问下,为什么我在您的content_scripts中添加新的js文件,模仿着代码写,但是会报Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.错误?
https://github.com/eatonphil/gosql/blob/5297572ad16b7f1c3edbdb9d2738b210d7030cab/parser.go#L91 parseExpression meaning?
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.16.6 linux/amd64 ### Does this issue reproduce with the...
### What is version of KubeKey has the issue? kk version: &version.Info{Major:"3", Minor:"0", GitVersion:"v3.0.12", GitCommit:"b2f957f81b011db13024128efae942a7e9cdfdeb", GitTreeState:"clean", BuildDate:"2023-10-23T10:08:34Z", GoVersion:"go1.19.2", Compiler:"gc", Platform:"linux/amd64"} ### What is your os environment? centos8 ### KubeKey config...
### What is version of KubeKey has the issue? master ### What is your os environment? centos ### KubeKey config file _No response_ ### A clear and concise description of...
之前看到自己版本的版本你是1.23的,官方并没有维护到这里,部署的yaml版本都老了,所以v1.22以及以上的版本都没有办法使用,这里简单修复了一下yaml,可以使用了: ```yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: redisclusters.redis.kun spec: group: redis.kun names: kind: RedisCluster listKind: RedisClusterList plural: redisclusters singular: rediscluster scope: Namespaced versions: - name: v1beta1 served: true storage:...
When I created the ruler about alertmanager sinks, I intentionally filled in some wrong information, but the ruler-alertmanager-pod logs still show rule cache succeeded,Here is my ruler.yaml ```yaml apiVersion: events.kubesphere.io/v1alpha1...