Can I install Kong Gateway via Helm without cluster permissions?
Yes. Using the kong
chart, set ingressController.rbac.enableClusterRoles
to false.
Warning: Some resources require a ClusterRole for reconciliation because the controllers need to watch cluster scoped resources. Disabling ClusterRoles causes them fail, so you need to disable the controllers when setting it to
false
. These resources include:
- All Gateway API resources
IngressClass
KNative/Ingress
(KIC 2.x only)KongClusterPlugin
KongVault
,KongLicense
(KIC 3.1 and above)