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

support the spot instance over machine template&deployment #96

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Conversation

intelliguy
Copy link
Contributor

@intelliguy intelliguy commented Feb 9, 2022

아래와 같이 deployment를 정의하여 구성하면 spot 인스턴스로 생성됨

machineDeployment: 
# You can define machineDeployment to use cluster-autoscaler on aws. referce the belows.
 - name: normal
   numberOfAZ: 3
   minSizePerAZ: 1
   maxSizePerAZ: 3
   selector:
     matchLabels:
   machineType: t3.large
   rootVolume:
     size: 20
     type: gp2
   useSpotInstance:  #spotMarketOptions:
     enabled: true
     maxPrice: ''
     # MaxPrice defines the maximum price the user is willing to pay for Spot VM instances

@intelliguy intelliguy requested a review from zugwan February 9, 2022 08:52
@intelliguy intelliguy changed the title WIP -- support the spot instance over machine template&deployment support the spot instance over machine template&deployment Feb 9, 2022
@intelliguy
Copy link
Contributor Author

이를 테스트 하는 태스크가 포함되어야 합니다.

@github-actions
Copy link

This PR is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale There has been no activity on this label Feb 12, 2022
@intelliguy intelliguy removed the Stale There has been no activity on this label Feb 14, 2022
@zugwan zugwan merged commit 1cb7249 into main Feb 14, 2022
@zugwan zugwan deleted the spot branch February 14, 2022 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants