Skip to content

CaaS - batch probe fixes #2220

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

Merged
merged 3 commits into from
Jun 3, 2021
Merged

CaaS - batch probe fixes #2220

merged 3 commits into from
Jun 3, 2021

Conversation

RobertLucian
Copy link
Member

@RobertLucian RobertLucian commented Jun 3, 2021

checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)

@RobertLucian RobertLucian requested a review from deliahu June 3, 2021 17:23
@RobertLucian RobertLucian merged commit 38ffa7d into feature/caas-api Jun 3, 2021
@RobertLucian RobertLucian deleted the caas/batch-fix branch June 3, 2021 17:39
Handler: kcore.Handler{
HTTPGet: &kcore.HTTPGetAction{
Path: "/healthz",
Port: intstr.FromInt(int(consts.AdminPortInt32)),
Copy link
Collaborator

Choose a reason for hiding this comment

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

intstr.FromInt32(adminPort)

Copy link
Member Author

Choose a reason for hiding this comment

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

There doesn't seem to be a FromInt32 method. It's just FromInt.

Copy link
Collaborator

Choose a reason for hiding this comment

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

in any case it the port shouldn't be hardcoded to the const

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.

3 participants