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

cmd: wait for the cluster to be initialized #1132

Merged
merged 3 commits into from
Jan 31, 2019
Merged

cmd: wait for the cluster to be initialized #1132

merged 3 commits into from
Jan 31, 2019

Commits on Jan 29, 2019

  1. vendor: update to latest version of openshift/client-go

    The ClusterVersion client is not available in the version of openshift/client-go
    that was pinned. These changes remove the pinnings of openshift/client-go and
    openshift/api.
    
    Commands run:
      dep ensure
      dep ensure -update github.com/openshift/api
    staebler committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5f132e9 View commit details
    Browse the repository at this point in the history
  2. vendor: add openshift/library-go

    Vendor openshift/library-go for access to helper functions for evaluating
    the status conditions of the ClusterVersion object.
    staebler committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    f808119 View commit details
    Browse the repository at this point in the history
  3. cmd: wait for the cluster to be initialized

    After creating the cluster, wait up to 30 minutes for the
    ClusterVersion object to indicate that the cluster has been
    initialized prior to exiting the installer.
    staebler committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    e17ba3c View commit details
    Browse the repository at this point in the history