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 migrate command for legacy HPAs #18517

Commits on Mar 2, 2018

  1. Add migrate command for legacy HPAs

    There are current broken HPAs floating around that either use the legacy
    oapi DeploymentConfig defintion (`v1.DeploymentConfig`) or the incorrect
    API group, due to the webconsole (all scalables, but with the group as
    `extensions/v1beta1`).  This introduces a migrate command that corrects
    the ScaleTargetRef of those HPAs to have correct API groups that are
    usable by generic scale clients.
    DirectXMan12 committed Mar 2, 2018
    Copy the full SHA
    da442d5 View commit details
    Browse the repository at this point in the history