-
Notifications
You must be signed in to change notification settings - Fork 0
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
k8s 리소스 순서대로 배포하기 #4
Labels
enhancement
New feature or request
Comments
BaeKY
changed the title
kubectl apply -f 로 배포시 CRD 생성지연으로 manifest의 일부 Resource가 생성되지 않음
kubectl apply -f 로 배포시 CRD생성 전에 CR생성으로인한 에러
Jan 7, 2023
script 작성
Metallb 배포 테스트
|
개선
|
BaeKY
added a commit
that referenced
this issue
Jan 8, 2023
결과
|
BaeKY
added a commit
that referenced
this issue
Jan 16, 2023
* chore(chart): Add argocd chart - #3 * chore(chart): Add harbor chart - #3 * feat(package/helm-value-inferer): Add helm-chart version - kube-ops/chart/src/index.ts에도 version 명시 * chore(package/k8s-generated): Add crd for helm chart * fix(chart): Fix script for custom dns resolver on MacOS * chore(chart): Add cert-manager chart - #3 * chore(chart)!: Deprecate cdk8s-loader * feat(chart): Add scripts/deploy-manifest.sh - #4 * chore(chart): Add execute permission on scripts/* - chmod +x ./scripts/* * chore(chart): cert-manager - Certificate생성시 k8s의 기본 coredns로 Chellenge 요청가던 이슈 해결 - #3 * chore(chart): argocd - cert-manager를 통한 tls생성 추가 - #3 * chore(chart): harbor ingress tls - #3 * chore(chart): coredns Corefile - forward 추가 - #3 * chore(chart): Add jenkins - #3
감사합니다. metallb 최신 버전 에러 발생 이유가 배포 순서 때문이었군요.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kfilt
yq
로도 충분히 가능할것 같다yq
kubectl wait --for condition=~~~
해서 하는것 보다 간단할듯.The text was updated successfully, but these errors were encountered: