Giter Site home page Giter Site logo

Comments (5)

pmalek avatar pmalek commented on August 17, 2024

Hi @sebboer,

What KIC version do you use? Can you post your values.yaml?

The change that adds the RBAC policy rules for this should already be included in kong 2.37.1 cb44830 https://github.com/Kong/charts/blob/kong-2.37.1/charts/kong/templates/_helpers.tpl#L1644-L1661

from charts.

sebboer avatar sebboer commented on August 17, 2024

Coming from 2.36.0 I'm using KIC 3.0 that gets updated to 3.1.0 Changelog

values.yaml

admin:
  enabled: true
  http:
    enabled: true
  tls:
    enabled: false
  type: ClusterIP
affinity:
  podAntiAffinity:
    requiredDuringSchedulingIgnoredDuringExecution:
      - labelSelector:
          matchLabels:
            app.kubernetes.io/instance: kong
            app.kubernetes.io/name: kong
        topologyKey: kubernetes.io/hostname
env:
  NGINX_HTTP_CLIENT_MAX_BODY_SIZE: 0
  NGINX_HTTP_PROXY_HTTP_VERSION: "1.1"
  NGINX_PROXY_CLIENT_MAX_BODY_SIZE: 0
  NGINX_PROXY_PROXY_HTTP_VERSION: "1.1"
  PROXY_LISTEN: 0.0.0.0:8000, 0.0.0.0:8443 ssl
  TRUSTED_IPS: 10.0.0.0/8
  database: postgres
ingressController:
  enabled: true
  ingressClass: my-company-kong
  installCRDs: false
  watchNamespaces:
    - my-company
manager:
  enabled: false
nodeSelector:
  kubernetes.io/arch: arm64
  node.kubernetes.io/role: agent
portal:
  enabled: false
serviceMonitor:
  enabled: true
  namespace: monitoring

from charts.

pmalek avatar pmalek commented on August 17, 2024

We didn't account for watchNamespaces when we updated the policy RBAC rules for KongLicenses.

#1084 fixes that.

Before next version of the chart gets released you can disable the license controller (if you're not using its functionality .

from charts.

sebboer avatar sebboer commented on August 17, 2024

Thank you! The update now works after adding --enable-controller-kong-license=false.

from charts.

pmalek avatar pmalek commented on August 17, 2024

I'm glad that this is solved 👍

In case you'd like to test the proper fix, it will be released in the next version of kong helm chart.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.