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

SO1S-372 Shell Script, README Refactoring #3

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

NEM-NE
Copy link
Member

@NEM-NE NEM-NE commented Sep 8, 2022

Shell Script, README 리팩토링

Sealed Secret 설정 변경에 따라 Shell script를 수정 및 README를 재 작성했습니다.

또한 istio-injection 설정도 추가하여 불필요한 namespace 설정을 안하도록 구현했습니다.

Sealed Secret Shell Script 동작 방식

cert.yaml 실행 -> roll out -> 적용될 때까지 10초 대기 -> backend deployment replicas 삭제

Tasks

  • Sealed Secret 분리 및 개선
  • README 수정

Discussion

Jira

  • SO1S-372

@NEM-NE NEM-NE added the Refactoring 코드를 개선 및 정리했습니다. label Sep 8, 2022
@NEM-NE NEM-NE requested a review from DPS0340 September 8, 2022 15:09
@NEM-NE NEM-NE self-assigned this Sep 8, 2022
echo "Wait for Sealed-Secret to be created"
sleep 10
REPLICA_NAME=`kubectl get replicasets.app -n backend | grep so1s-dev | cut -d ' ' -f1`
kubectl delete replicasets.app $REPLICA_NAME -n backend
Copy link
Member Author

Choose a reason for hiding this comment

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

rollout restart로 변경

@NEM-NE NEM-NE merged commit ee45318 into main Sep 9, 2022
@DPS0340 DPS0340 deleted the SO1S-372-infra-shell-script-수정-및-readme branch December 7, 2022 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring 코드를 개선 및 정리했습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant