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

Add class annotations to K8S plugin examples #2347

Merged
merged 1 commit into from
Oct 2, 2020

Commits on Oct 1, 2020

  1. docs(k8s) add class annotations to plugin examples

    Add "kubernetes.io/ingress.class: kong" annotations to Ingress,
    KongConsumer, and global KongClusterPlugin examples. As of controller
    0.10.0, this annotation is required by default on these resources,
    and our examples should include them as such. Adding this annotation
    does not create issues for older versions--they were simply more
    permissive about when they permitted resources that lacked them by
    default, but still work fine when the annotation is present.
    Travis Raines committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    e2d78aa View commit details
    Browse the repository at this point in the history