Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Created October 8, 2020 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuyasugano/9bd29a68c76ad69ec317a87f80769f97 to your computer and use it in GitHub Desktop.
Save yuyasugano/9bd29a68c76ad69ec317a87f80769f97 to your computer and use it in GitHub Desktop.
Kubeflow test sample
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: kubeflow-sample
region: ap-northeast-1
nodeGroups:
- name: kubeflow-ng
instanceType: t2.micro
desiredCapacity: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment