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

add aeraki health check #352

Merged
merged 1 commit into from
Jun 10, 2023
Merged

Conversation

tanjunchen
Copy link
Member

What this PR does / Why we need it:

fixed #348

Pre-Submission Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added related test cases?
  • Have you modified the related document?
  • Is this PR backward compatible?

@mergify mergify bot requested a review from zhaohuabing June 9, 2023 07:17
@tanjunchen tanjunchen force-pushed the add-health branch 8 times, most recently from d3a4469 to 298b6ad Compare June 9, 2023 09:15
@tanjunchen tanjunchen changed the title add aeraki health ready add aeraki health check Jun 9, 2023
@@ -28,7 +28,9 @@ type AerakiArgs struct {
PodName string
IstioConfigMapName string
// The listening address for HTTPS (webhooks).
HTTPSAddr string
HTTPSAddr string
Copy link
Member

Choose a reason for hiding this comment

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

nit: format

Copy link
Member Author

@tanjunchen tanjunchen Jun 9, 2023

Choose a reason for hiding this comment

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

updated

@@ -71,20 +85,6 @@ spec:
- name: istiod-ca-cert
mountPath: /var/run/secrets/istio
readOnly: true
resources:
{{- toYaml .Values.resources | nindent 12 }}
Copy link
Member

Choose a reason for hiding this comment

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

Why remove this line?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because I see that it not being used.

Signed-off-by: chentanjun <[email protected]>
initialDelaySeconds: 1
periodSeconds: 3
timeoutSeconds: 5
resources:
Copy link
Member Author

Choose a reason for hiding this comment

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

Still keep the resource field now.

Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

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

Thanks!

@zhaohuabing zhaohuabing merged commit c884f7d into aeraki-mesh:master Jun 10, 2023
@tanjunchen tanjunchen deleted the add-health branch June 10, 2023 07:58
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.

health checks
2 participants