jinjianming

Results 20 issues of jinjianming

``` [ERROR] Failed to find the k3s-selinux policy, please install: yum install -y container-selinux yum install -y https://rpm.rancher.io/k3s/stable/common/centos/7/noarch/ time="2023-05-11T20:10:16+08:00" level=error msg="Process exited with status 1: [ERROR] Failed to find the...

This is my complete boot command, and you can see that I have set 'etcd-snapshot-schedule-cron' to execute backup logic every minute ``` k3s master command: INSTALL_K3S_EXEC='server --advertise-address=192.168.0.248 --cluster-cidr=10.42.0.0/16 --cluster-init --node-external-ip=192.168.0.248...

bug

The systemd service is an earlier version, and there was an error creating the systemd using dbus. `ExecStopPost, or unknown property` ``` systemctl --version systemd 219 ``` ``` import (...

### Issue description Why does the Apisix ingress controller frequently request upstream of Apisix, resulting in a large number of 404 requests on my Apisix; ``` 2023-06-09T21:24:19+08:00 warn apisix/upstream.go:69 upstream...

checking

### Current Behavior When I run kubectl label namespaces test env=informal, and then execute kubectl label namespaces test env-, the information of the "test" namespace still remains registered in Apisix...

stale
feature-request

### Description ``` apiVersion: apisix.apache.org/v2 kind: ApisixUpstream metadata: name: nginx spec: loadbalancer: type: roundrobin keepalive_pool: idle_timeout: 90s ``` ### Environment - APISIX version (run `apisix version`): - Operating system (run...

good first issue
feature
discuss

### Issue description ``` 2023-04-03T20:31:35+08:00 error apisix/apisix_tls.go:213 failed to sync SSL to APISIX {"error": "unexpected status code 400; error message: {\"error_msg\":\"invalid configuration: property \\\"labels\\\" validation failed: failed to validate meta_secret_name...

bug
triage/accepted

### Issue description Console error ``` umi.7de77dbe.js:1 TypeError: Cannot read properties of null (reading 'find') at cj (p__Plugin__List.86b10e9e.async.js:1:3479849) at pa (umi.7de77dbe.js:1:1522498) at Dl (umi.7de77dbe.js:1:1569170) at Uc (umi.7de77dbe.js:1:1561859) at Dc (umi.7de77dbe.js:1:1561784)...

bug

I created the required resources based on the document. The container was successfully mounted, but the host was not successful. It seems that containerd does not support shared resources. How...