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

Added new app group tks-cluster #89

Merged
merged 5 commits into from
Jul 7, 2021

Conversation

estherk0
Copy link
Contributor

@estherk0 estherk0 commented Jul 5, 2021

  • tks-cluster app group 추가
  • cluster-api-aws, cluster-api-openstack 등의 kubernetes cluster provisioning을 위한 구성 정보를 담는다.
  • 현재는 cluster-api-aws만 추가

@estherk0 estherk0 requested a review from Jaesang July 5, 2021 06:23
name: CLUSTER_NAME
region: ap-northeast-2
networkSpec:
vpc: vpc-00000000000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 vpc는 유효한 값인가요?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트할때 바로 사용할 수 있는 site-values.yaml인지 궁금합니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유효한 값은 아닙니다. 테스트할 때 사용가능한 vpc를 각자 만들어야 되지 않을까요?
마찬가지로 이 밑쪽에 subnets 값도 유효하지 않은 값입니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

실제 사용가능한 값이 아닌경우에는 반드시 환경에 맞춰 변경해줘야할 필요가 있어 주석이 있었으면 좋겠습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그러면 저희 aws 환경에 테스트 가능한 vpc 환경을 만들어놓고 그 값으로 세팅해놓을까요? 따로 주석도 추가하고..
대신 Elastic IP를 항상 할당해놔야해서 비용은 들 것 같습니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO_BE_FIXED 로 설정하는 것은??

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

같은 VPC에 여러 클러스터를 만들어도 상관없나요? 상관없다고 해도 비용적인 측면을 들여가면서 실제 값을 넣을 필요는 없지 않을까 합니다. 오히려 실제로 돌아가지 않는 현재 값에다가 주석을 통해 인지시켜주는게 더 좋을것 같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 그럼 주석만 처리하도록 하겠습니다. TO_BE_FIXED로 하지 않은 이유는 실제 값과 유사한 값을 예시로 보여주기 위함인데 TO_BE_FIXED로 하는게 나을까요?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO_BE_FIXED 로 하고 옆에 주석으로 예시를 넣으면 어떨까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

각 필드에 대한 설명 주석을 추가하고 값에 대한 예시도 주석으로 남겨뒀습니다.

@estherk0 estherk0 merged commit 4e9d479 into openinfradev:main Jul 7, 2021
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.

4 participants