• Kubernetes Submit Queue's avatar
    Merge pull request #63450 from chuckha/images · 828ffd5a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 62665, 62194, 63616, 63672, 63450). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Adds kubeadm images command
    
    Closes kubernetes/kubeadm#388
    Signed-off-by: 's avatarChuck Ha <ha.chuck@gmail.com>
    
    **What this PR does / why we need it**:
    This PR adds a `list-images` subcommand to `kubeadm config`. We need this to make installing kubernetes on air-gapped environments a little easier. This command will print out a list of images it expects to use for the master node.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes kubernetes/kubeadm#388
    
    **Special notes for your reviewer**:
    
    **Release note**:
    ```release-note
    Adds a list-images subcommand to kubeadm that lists required images for a kubeadm install.
    ```
    828ffd5a
Name
Last commit
Last update
..
admin Loading commit data...
api-reference Loading commit data...
man/man1 Loading commit data...
user-guide/kubectl Loading commit data...
yaml/kubectl Loading commit data...
.generated_docs Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...