Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Experimental feature: Spot Fleet support for worker nodes #113

Merged
merged 5 commits into from
Dec 6, 2016

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    5138702 View commit details
    Browse the repository at this point in the history
  2. fix: Stop panicking when unepected end of json met while parsing json…

    … rendered from stack-template.json templates
    mumoshu committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d3e49de View commit details
    Browse the repository at this point in the history
  3. fix output of 'kube-aws node-pools init`

    - fix typo of `nodepools' with correct `node-pools`
    everpeace authored and mumoshu committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    e3eb8c7 View commit details
    Browse the repository at this point in the history
  4. feat: Experimental support for worker nodes powered by Spot Fleet

    See updated nodepool/config/templates/cluster.yaml for the detailed guide of configuration.
    
    This is the initial implementation for kubernetes-retired#112
    Beware that this feature may change in backward-incompatible ways
    mumoshu committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    72b3bc7 View commit details
    Browse the repository at this point in the history
  5. test: Integration testing with real AWS services including S3, KMS, C…

    …loudFormation
    
    Integration tests are executed only when you've explicitly set non-empty value for the environment variable KUBE_AWS_INTEGRATION_TEST. Also note that these tests pass only when other environment variables referenced in `test/integration/aws_test.go` are properly set.
    mumoshu committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d94e129 View commit details
    Browse the repository at this point in the history