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

kubelet: add setting for configuring kubeAPIQPS and kubeAPIBurst #1541

Merged
merged 3 commits into from
May 4, 2021

Commits on May 3, 2021

  1. kubelet: add setting for configuring kubeAPIQPS

    pass kube-api-qps argument to kubelet
    gthao313 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    74572d8 View commit details
    Browse the repository at this point in the history
  2. kubelet: add setting for configuring kubeAPIBurst

    pass kube-api-burst argument to kubelet
    gthao313 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    e90bfb0 View commit details
    Browse the repository at this point in the history
  3. migrations: add migration for adding kube-api-qps and kube-api-burst

    Adds a migration for two new settings `settings.kubernetes.kube-api-qps`
    and `settings.kubernetes.kube-api-burst`
    gthao313 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4488db6 View commit details
    Browse the repository at this point in the history