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

discover MCOConfig from InstallConfig #47

Merged
merged 5 commits into from
Sep 7, 2018

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    6deaccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f213b View commit details
    Browse the repository at this point in the history
  3. pkg/version: update the Raw default to something the semver can parse

    this is requires so that go test ./... doesn't fail for pkg/operator/...
    as it imports the pkg/version which is not only correctly setup on build.
    abhinavdahiya committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    320506d View commit details
    Browse the repository at this point in the history
  4. pkg/operator: add discovery of MCOConfig from InstallConfig

    this currently reads the kube-system/cluster-config-v1 config map and
    extracts the installconfig from 'install-config' key.
    the bootstrap mco reads the cluster-config-v1 config map from disk
    the long running mco pulls kube-system/cluster-config-v1 from api
    
    the long running mco discovers the mcoconfig when it cannot find the
    mcoconfig from api.
    if mcoconfig exists at the location in api, it always uses that.
    mco doesn't create the discovered mcoconfig in cluster as it is
    mostly discovered fields that user shouldn't be changing.
    abhinavdahiya committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    55872cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b790f View commit details
    Browse the repository at this point in the history