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

pkg/types/installconfig: Add an (*InstallConfig).Tags() helper #465

Closed
wants to merge 1 commit into from

Commits on Oct 15, 2018

  1. pkg/types/installconfig: Add an (*InstallConfig).Tags() helper

    AWS resources created by the cluster (e.g. some elastic
    load-balancers) are currently missing the tectonicClusterID tag [1],
    which makes cleanup difficult.  This helper makes it easy for those
    external tools to set the appropriate tags without needing local logic
    to generate them.
    
    [1]: openshift#458 (comment)
    wking committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9a2a91e View commit details
    Browse the repository at this point in the history