-
Notifications
You must be signed in to change notification settings - Fork 2
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-487 istio-sidecar-생성-방식-변경 #47
The head ref may contain hidden characters: "SO1S-487-deploy-monitoring-istio-sidecar-\uC0DD\uC131-\uBC29\uC2DD-\uBCC0\uACBD"
SO1S-487 istio-sidecar-생성-방식-변경 #47
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어노테이션 적용 스코프가 잘못된 것 같습니다~
String host = deployment.getEndPoint().toLowerCase(); | ||
|
||
Deployment inferenceDeployment = new DeploymentBuilder() | ||
.withNewMetadata() | ||
.withName(deployName) | ||
.withNamespace(namespace) | ||
.addToLabels(labels) | ||
.addToAnnotations(annotations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deployment 자체의 어노테이션이 아닌 WithNewTemplate 구문부터 시작되는 Pod에 대해 Annotation을 추가해주셔야 합니다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 👍
@DPS0340 수정했습니다! 놓친 거 알려주셔서 고마워요 :) |
Analysis Details20 IssuesCoverage and DuplicationsProject ID: So1S_backend_AYHrZkBbJVI_JANDYCcZ |
istio-sidecar-생성-방식-변경
Tasks
Discussion
Jira