このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Using Kong Gateway Enterprise
Kong Ingress Controller supports both Kong Gateway OSS and Enterprise. If you install Kong Ingress Controller using the default Helm charts, Kong Gateway OSS will be installed.
To switch from Kong Gateway OSS to Kong Gateway Enterprise, choose the tab for the Helm chart that you’re using, then set the following keys in your values.yaml
:
Once these changes have been made, switch to the new image:
helm upgrade <release_name> <chart_name> -n <namespace> --values ./values.yaml
You can check which images are being used with the following query:
kubectl get pods -n kong -o jsonpath="{.items[*].spec.containers[*].image}"