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

TACODEV-909: integrate postjobs, update version and so on #78

Merged
merged 4 commits into from
Oct 15, 2021

Conversation

intelliguy
Copy link
Contributor

  • integrate postjobs - initialize k8s for taco and register to argocd
  • change error on duplicated registration to warning
  • change rbac to allow 'kubectl apply'
  • update version for cluster-api-aws

cluster-api-aws/artifacts/argo-register.sh Outdated Show resolved Hide resolved
cluster-api-aws/artifacts/wait_and_k8s_init.sh Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 1, 2021

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 Oct 1, 2021
@github-actions
Copy link

github-actions bot commented Oct 4, 2021

This PR was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this Oct 4, 2021
@intelliguy intelliguy reopened this Oct 6, 2021
- integrate postjobs - initialize k8s for taco and register to argocd
- change error on duplicated registration to warning
- change rbac to allow 'kubectl apply'
- update version for cluster-api-aws
- add README.md
@intelliguy intelliguy requested a review from Jaesang October 7, 2021 08:00
@intelliguy intelliguy removed the Stale There has been no activity on this label Oct 8, 2021
@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 Oct 11, 2021
@zugwan zugwan removed the Stale There has been no activity on this label Oct 13, 2021
@intelliguy intelliguy requested a review from Jaesang October 13, 2021 12:15
@@ -32,7 +32,7 @@ spec:
subPath: generate_machine_pool.py
mountPath: /generate_machine_pool.py

{{- if .Values.job.taconode.enabled }}
{{- if or .Values.job.taconode.enabled .Values.job.argo.enabled }}
Copy link
Contributor

Choose a reason for hiding this comment

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

아래의 argo register 를 합치신것 같은데, 굳이 .Values.job.argo.enabled 가 or 조건으로 들어갈 필요가 있을까요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

두개의 기능을 하나의 컨테이너에서 실행하도록 하면서 둘중의 하나라도 세팅되어 있으면 해당 컨테이너가 수행하도록 했습니다.
즉, 이전과 같이

  1. taconode를 초기화하는 기능과
  2. argo register를 하는 기능을

각각 사용할 수 있습니다.
이를 위한 장치입니다.

@zugwan zugwan closed this Oct 15, 2021
@zugwan zugwan reopened this Oct 15, 2021
@intelliguy intelliguy merged commit ba6781e into main Oct 15, 2021
@intelliguy intelliguy deleted the TACODEV-909_bugfix branch October 15, 2021 03:15
jamesdio pushed a commit to WnY-Tech/helm-charts that referenced this pull request Nov 8, 2021
TACODEV-909: integrate postjobs, update version and so on
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