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

kubeadm: add a warning about the default token TTL changing in 1.8 #48838

Commits on Jul 14, 2017

  1. kubeadm: add a warning about the default token TTL changing in 1.8

    This adds a warning to `kubeadm init` and `kubeadm token create` if they are run without the `--token-ttl` / `--ttl` flags. In 1.7 and before, the tokens generated by these commands defaulted to an infinite TTL (no expiration) in 1.8, they will generate a token with a 24 hour TTL.
    
    The actual default change is in kubernetes#48783. This change is separate so we can cherry pick the warning into the release-1.7 branch.
    mattmoyer committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    06bd22e View commit details
    Browse the repository at this point in the history