Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

makefile target + script for creating demo k8s instances #4127

Merged
merged 5 commits into from
Feb 15, 2017

Commits on Feb 9, 2017

  1. Configuration menu
    Copy the full SHA
    5cc30d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc10d1 View commit details
    Browse the repository at this point in the history
  3. check that branch name is a valid Deis app name

    props to @escattone for the suggestion
    bookshelfdave committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    cb2a36e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988ae54 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. add instance_cleanup.sh for SRE's to remove demo instances

    - if a corresponding k8s namespace -> branch does not exist, offer to:
      - delete the namespace
      - add an annotation to keep the namespace. The next run of this script
        won't offer to delete the namespace, and a command will be displayed
        (but not run) to clear the annotation.
      - ignore the namespace
    - if a corresponding k8s namespace -> branch DOES exist, don't do
      anything
    bookshelfdave committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    1652c21 View commit details
    Browse the repository at this point in the history