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

fix(provider/kubernetes): v2 Make workloads authoritative for apps #2307

Merged

Commits on Jan 21, 2018

  1. fix(provider/kubernetes): v2 Make workloads authoritative for apps

    Let workload deployments have full control over (generated)
    applications coming and going.
    
    This is in line with spinnaker#2303
    and fixes spinnaker/spinnaker#2259
    
    In particular, applications will not be shown in the deck
    "Applications" view if the replicaset/daemonset/deployment/statefulset
    of the application has the `caching.spinnaker.io/ignore="true"`
    annotation, and will be removed from the list if the annotation added
    to an existing workload.
    wjoel committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    c47bdc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    73a0df0 View commit details
    Browse the repository at this point in the history