Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KIC 2.0 image deployment with Error #1421

Closed
ccfishk opened this issue Jun 11, 2021 · 1 comment
Closed

KIC 2.0 image deployment with Error #1421

ccfishk opened this issue Jun 11, 2021 · 1 comment
Assignees
Labels
area/maintenance Cleanup, refactoring, and other maintenance improvements that don't change functionality. bug Something isn't working

Comments

@ccfishk
Copy link
Contributor

ccfishk commented Jun 11, 2021

NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.


Summary

KIC 2.0 Image fails with following error messages
time="2021-07-09T01:19:57Z" level=error msg="Reconciler error" error="secrets "default-token-m5gft" is forbidden: User "system:serviceaccount:kong:kong-serviceaccount" cannot update resource "secrets" in API group "" in the namespace "metallb-system"" logger=controller-runtime.manager.controller.secret name=default-token-m5gft namespace=metallb-system reconciler group= reconciler kind=Secret

time="2021-07-09T01:33:32Z" level=error msg="Reconciler error" error="endpoints "rancher.io-local-path" is forbidden: User "system:serviceaccount:kong:kong-serviceaccount" cannot update resource "endpoints" in API group "" in the namespace "local-path-storage"" logger=controller-runtime.manager.controller.endpoints name=rancher.io-local-path namespace=local-path-storage reconciler group= reconciler kind=Endpoints

Kong Ingress controller version
KIC2.0

Kong or Kong Enterprise version
Prox 2.4.0

Kubernetes version

paste kubectl version output

Environment

  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

What happened

Build an KIC image and should be able to deploy using k8s command i.e.
kubectl -n kong create deployment kong-ingress-controller --image jimin/kic-release:2.0

Expected behavior

deployment ends with error

Steps To Reproduce

  1. Replace all-in-one.yaml with latest KIC image
  2. Add UDP CRD
  3. Deploy the image into cluster
  4. Check pods under the namesapce
@ccfishk ccfishk added the bug Something isn't working label Jun 11, 2021
@ccfishk ccfishk changed the title KIC image deployment with Error KIC 2.0 image deployment with Error Jun 11, 2021
@ccfishk ccfishk self-assigned this Jul 2, 2021
@ccfishk ccfishk added the area/maintenance Cleanup, refactoring, and other maintenance improvements that don't change functionality. label Jul 13, 2021
@ccfishk
Copy link
Contributor Author

ccfishk commented Jul 13, 2021

fixed in #1522

@ccfishk ccfishk closed this as completed Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/maintenance Cleanup, refactoring, and other maintenance improvements that don't change functionality. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant