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

Change k8s API removals from error to warning #1475

Merged
merged 1 commit into from
Feb 22, 2021

Commits on Feb 22, 2021

  1. Change k8s API removals from error to warning

    The provider checks for deprecated and removed API
    versions of k8s resources to provide clearer messages
    for affected APIs. These messages are intended to be
    informational, and should not block the deployment of
    a resource if the cluster accepts it. To avoid inadvertently
    failing a deployment when the upstream removal version
    has changed, print a warning rather than returning an error.
    lblackstone committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0bd1f89 View commit details
    Browse the repository at this point in the history