You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/19 12:19:36 UTC

[GitHub] [apisix-helm-chart] arabot777 opened a new issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

arabot777 opened a new issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115


   ### Environment
   apisix-ingress-controller version:  
   Version: 0.6.0
   Git SHA: no-git-module
   Go Version: go1.13.8
   Building OS/Arch: linux/amd64
   Running OS/Arch: linux/amd64
   
   ### Kubernetes install by minkube v1.17.0
   ### Kubernetes cluster version:
   Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.4", GitCommit:"d360454c9bcd1634cf4cc52d1867af5491dc9c5f", GitTreeState:"clean", BuildDate:"2020-11-12T01:09:16Z", GoVersion:"go1.15.4", Compiler:"gc", Platform:"darwin/amd64"}
   Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:20:00Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
   
   ### Minimal test code / Steps to reproduce the issue
   
   1. git clone https://github.com/apache/apisix-helm-chart
   2. kubectl create ns apisix
   3. helm install apisix charts/apisix --set ingress-controller.enabled=true --set dashboard.enabled=true --namespace apisix
   4. view cluster role use `kubectl get clusterroles apisix-clusterrole -o yaml`
   
   > ```
   > - apiGroups:
   >   - apisix.apache.org
   >   resources:
   >   - apisixroutes
   >   - apisixroutes/status
   >   - apisixupstreams
   >   - apisixupstreams/status
   >   - apisixservices
   >   - apisixtlses
   >   - apisixtlses/status
   >   - apisixclusterconfigs
   >   verbs:
   >   - '*'
   > ```
   
   ### apisix-ingress-controller start logs :
   Hope to provide some help
   
   ```
   2021-07-19T19:27:58+08:00	info	ingress/ingress.go:112	apisix ingress controller started
   2021-07-19T19:27:58+08:00	info	ingress/ingress.go:114	version:
   Version: 0.6.0
   Git SHA: no-git-module
   Go Version: go1.13.8
   Building OS/Arch: linux/amd64
   Running OS/Arch: linux/amd64
   
   2021-07-19T19:27:58+08:00	info	ingress/ingress.go:120	use configuration
   {
   	"log_level": "info",
   	"log_output": "stderr",
   	"http_listen": ":8080",
   	"enable_profiling": true,
   	"kubernetes": {
   		"kubeconfig": "",
   		"resync_interval": "1m0s",
   		"app_namespaces": [
   			""
   		],
   		"election_id": "ingress-apisix-leader",
   		"ingress_class": "apisix",
   		"ingress_version": "networking/v1",
   		"apisix_route_version": "apisix.apache.org/v2alpha1"
   	},
   	"apisix": {
   		"default_cluster_name": "default",
   		"default_cluster_base_url": "http://apisix-admin:9180/apisix/admin",
   		"default_cluster_admin_key": "edd1c9f034335f136f87ad84b625c8f1",
   		"base_url": "http://apisix-admin:9180/apisix/admin",
   		"admin_key": "edd1c9f034335f136f87ad84b625c8f1"
   	}
   }
   I0719 19:27:58.673638       1 leaderelection.go:243] attempting to acquire leader lease apisix/ingress-apisix-leader...
   2021-07-19T19:27:58+08:00	warn	ingress/controller.go:311	found a new leader apisix-ingress-controller-69564b5796-qwwmf
   2021-07-19T19:27:58+08:00	info	ingress/controller.go:313	controller now is running as a candidate	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   [GIN] 2021/07/19 - 19:28:00 | 200 |      66.785µs |      172.17.0.1 | GET      "/healthz"
   [GIN] 2021/07/19 - 19:28:08 | 200 |     133.666µs |      172.17.0.1 | GET      "/healthz"
   [GIN] 2021/07/19 - 19:28:10 | 200 |      34.725µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:16+08:00	info	ingress/controller.go:273	LeaderElection	{"message": "apisix-ingress-controller-69564b5796-4spcx became leader", "event_type": "Normal"}
   I0719 19:28:16.148790       1 leaderelection.go:253] successfully acquired lease apisix/ingress-apisix-leader
   2021-07-19T19:28:16+08:00	warn	ingress/controller.go:311	found a new leader apisix-ingress-controller-69564b5796-4spcx
   2021-07-19T19:28:16+08:00	info	ingress/controller.go:353	controller tries to leading ...	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:28:16+08:00	warn	apisix/cluster.go:288	waiting cluster default to ready, it may takes a while
   2021-07-19T19:28:16+08:00	info	apisix/cluster.go:139	syncing cache	{"cluster": "default"}
   2021-07-19T19:28:17+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:17+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:18 | 200 |      34.551µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:20+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:20+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:20 | 200 |      36.592µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:23+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:23+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:26+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:26+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:28 | 200 |       41.81µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:29+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:29+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:29+08:00	error	apisix/cluster.go:148	failed to sync cache	{"cost_time": "13.103280773s", "cluster": "default"}
   2021-07-19T19:28:29+08:00	error	ingress/controller.go:379	failed to wait the default cluster to be ready: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:29+08:00	info	ingress/controller.go:320	controller now is running as a candidate	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   I0719 19:28:29.252833       1 leaderelection.go:243] attempting to acquire leader lease apisix/ingress-apisix-leader...
   2021-07-19T19:28:29+08:00	info	apisix/cluster.go:139	syncing cache	{"cluster": "default"}
   2021-07-19T19:28:29+08:00	info	ingress/controller.go:273	LeaderElection	{"message": "apisix-ingress-controller-69564b5796-4spcx became leader", "event_type": "Normal"}
   I0719 19:28:29.267984       1 leaderelection.go:253] successfully acquired lease apisix/ingress-apisix-leader
   2021-07-19T19:28:29+08:00	info	ingress/controller.go:353	controller tries to leading ...	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:28:29+08:00	warn	apisix/cluster.go:288	waiting cluster default to ready, it may takes a while
   2021-07-19T19:28:30+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:30+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:30 | 200 |     142.944µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:33+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:33+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:36+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:36+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:38 | 200 |     140.893µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:39+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:39+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:40 | 200 |      33.226µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:42+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:42+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:42+08:00	error	apisix/cluster.go:148	failed to sync cache	{"cost_time": "13.055139905s", "cluster": "default"}
   2021-07-19T19:28:42+08:00	error	ingress/controller.go:379	failed to wait the default cluster to be ready: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:42+08:00	info	ingress/controller.go:320	controller now is running as a candidate	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   I0719 19:28:42.309218       1 leaderelection.go:243] attempting to acquire leader lease apisix/ingress-apisix-leader...
   2021-07-19T19:28:42+08:00	info	apisix/cluster.go:139	syncing cache	{"cluster": "default"}
   2021-07-19T19:28:42+08:00	info	ingress/controller.go:273	LeaderElection	{"message": "apisix-ingress-controller-69564b5796-4spcx became leader", "event_type": "Normal"}
   I0719 19:28:42.320135       1 leaderelection.go:253] successfully acquired lease apisix/ingress-apisix-leader
   2021-07-19T19:28:42+08:00	info	ingress/controller.go:353	controller tries to leading ...	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:28:42+08:00	warn	apisix/cluster.go:288	waiting cluster default to ready, it may takes a while
   2021-07-19T19:28:43+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:43+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:46+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:46+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:48 | 200 |      34.895µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:49+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:49+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:50 | 200 |      39.779µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:52+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:52+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:55+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:55+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:55+08:00	error	apisix/cluster.go:148	failed to sync cache	{"cost_time": "13.0561584s", "cluster": "default"}
   2021-07-19T19:28:55+08:00	error	ingress/controller.go:379	failed to wait the default cluster to be ready: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:55+08:00	info	apisix/cluster.go:139	syncing cache	{"cluster": "default"}
   2021-07-19T19:28:55+08:00	info	ingress/controller.go:320	controller now is running as a candidate	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   I0719 19:28:55.366688       1 leaderelection.go:243] attempting to acquire leader lease apisix/ingress-apisix-leader...
   2021-07-19T19:28:55+08:00	info	ingress/controller.go:273	LeaderElection	{"message": "apisix-ingress-controller-69564b5796-4spcx became leader", "event_type": "Normal"}
   I0719 19:28:55.386098       1 leaderelection.go:253] successfully acquired lease apisix/ingress-apisix-leader
   2021-07-19T19:28:55+08:00	info	ingress/controller.go:353	controller tries to leading ...	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:28:55+08:00	warn	apisix/cluster.go:288	waiting cluster default to ready, it may takes a while
   2021-07-19T19:28:56+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:56+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:28:58 | 200 |       34.62µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:28:59+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:28:59+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:29:00 | 200 |      37.507µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:29:02+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:02+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:05+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:05+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:08+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:08+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:08+08:00	error	apisix/cluster.go:148	failed to sync cache	{"cost_time": "13.056962042s", "cluster": "default"}
   2021-07-19T19:29:08+08:00	error	ingress/controller.go:379	failed to wait the default cluster to be ready: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:08+08:00	info	apisix/cluster.go:139	syncing cache	{"cluster": "default"}
   2021-07-19T19:29:08+08:00	info	ingress/controller.go:320	controller now is running as a candidate	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   I0719 19:29:08.423464       1 leaderelection.go:243] attempting to acquire leader lease apisix/ingress-apisix-leader...
   2021-07-19T19:29:08+08:00	info	ingress/controller.go:273	LeaderElection	{"message": "apisix-ingress-controller-69564b5796-4spcx became leader", "event_type": "Normal"}
   I0719 19:29:08.440352       1 leaderelection.go:253] successfully acquired lease apisix/ingress-apisix-leader
   2021-07-19T19:29:08+08:00	info	ingress/controller.go:353	controller tries to leading ...	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:29:08+08:00	warn	apisix/cluster.go:288	waiting cluster default to ready, it may takes a while
   [GIN] 2021/07/19 - 19:29:08 | 200 |      48.061µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:29:09+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:09+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:29:10 | 200 |       52.35µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:29:12+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:12+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:15+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:15+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:18+08:00	error	apisix/route.go:117	failed to list routes: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   2021-07-19T19:29:18+08:00	error	apisix/cluster.go:181	failed to list route in APISIX: Get http://apisix-admin:9180/apisix/admin/routes: dial tcp 10.98.18.224:9180: connect: connection refused
   [GIN] 2021/07/19 - 19:29:18 | 200 |      36.989µs |      172.17.0.1 | GET      "/healthz"
   [GIN] 2021/07/19 - 19:29:20 | 200 |      50.857µs |      172.17.0.1 | GET      "/healthz"
   2021-07-19T19:29:20+08:00	info	apisix/cluster.go:143	cache synced	{"cost_time": "12.066283587s", "cluster": "default"}
   2021-07-19T19:29:20+08:00	warn	apisix/cluster.go:299	cluster default now is ready, cost time 12.047542292s
   2021-07-19T19:29:20+08:00	info	ingress/controller.go:454	controller now is running as leader	{"namespace": "apisix", "pod": "apisix-ingress-controller-69564b5796-4spcx"}
   2021-07-19T19:29:20+08:00	info	ingress/apisix_consumer.go:56	ApisixConsumer controller started
   2021-07-19T19:29:20+08:00	info	ingress/endpoint.go:60	endpoints controller started
   2021-07-19T19:29:20+08:00	info	ingress/apisix_upstream.go:58	ApisixUpstream controller started
   2021-07-19T19:29:20+08:00	info	ingress/ingress.go:58	ingress controller started
   2021-07-19T19:29:20+08:00	info	ingress/apisix_route.go:57	ApisixRoute controller started
   2021-07-19T19:29:20+08:00	info	ingress/apisix_cluster_config.go:57	ApisixClusterConfig controller started
   2021-07-19T19:29:20+08:00	info	ingress/apisix_tls.go:58	ApisixTls controller started
   2021-07-19T19:29:20+08:00	info	ingress/secret.go:62	secret controller started
   2021-07-19T19:29:20+08:00	info	ingress/pod.go:47	pod controller started
   E0719 19:29:20.500040       1 reflector.go:138] pkg/mod/k8s.io/client-go@v0.20.2/tools/cache/reflector.go:167: Failed to watch *v2alpha1.ApisixConsumer: failed to list *v2alpha1.ApisixConsumer: apisixconsumers.apisix.apache.org is forbidden: User "system:serviceaccount:apisix:apisix-ingress-controller" cannot list resource "apisixconsumers" in API group "apisix.apache.org" at the cluster scope
   ```
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] gxthrj commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882546972


   @arabot777 Please update the `apache/apisix-helm-chart` , `ApisixConsumers` has been added in master. https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/rbac.yaml#L148-L149
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] gxthrj closed issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
gxthrj closed issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-884757208


   Because we are using sub-charts vendor mode, after the sub-chart of the apisix-ingress and apisix-dashboard is updated, we need to re-vendor it.
   
   Open a PR #116 to fix this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] gxthrj commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882546972


   @arabot777 Please update the `apache/apisix-helm-chart` , `ApisixConsumers` has been added in master. https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/rbac.yaml#L148-L149
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-883002070


   @arabot777 please run `helm list -n apisix`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] gxthrj commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882546972


   @arabot777 Please update the `apache/apisix-helm-chart` , `ApisixConsumers` has been added in master. https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/templates/rbac.yaml#L148-L149
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-883002070


   @arabot777 please run `helm list -n apisix`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] arabot777 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
arabot777 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882998529


   ### I am sure I am using the latest code.
   ### The operation is following:
   1.  firstly no pods 
   ![image](https://user-images.githubusercontent.com/30978207/126251381-b57da2f7-1d8f-49d2-8466-c744cbc317a7.png)
    2.  secondly install 
   ![image](https://user-images.githubusercontent.com/30978207/126251600-4f8dd8ab-62df-467d-a5b8-4584c421de9e.png)
   3.  At last look logs
   ![image](https://user-images.githubusercontent.com/30978207/126251690-93fb9aab-d6cd-4539-b4f7-11e010dbcc04.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] arabot777 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
arabot777 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-883110510


   > @arabot777 please run `helm list -n apisix`
   
   ![image](https://user-images.githubusercontent.com/30978207/126271831-fed4a1b3-7c51-494f-bd5b-eb61cca9756d.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] arabot777 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
arabot777 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882998529






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-883002070


   @arabot777 please run `helm list -n apisix`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-helm-chart] arabot777 commented on issue #115: the apisixconsumers is missing which is resource of apiGroups defined as "apisix.apache.org" in the apisix-clusterrole object

Posted by GitBox <gi...@apache.org>.
arabot777 commented on issue #115:
URL: https://github.com/apache/apisix-helm-chart/issues/115#issuecomment-882998529






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org