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

allow to customize readiness probe path and configure additional component ports #251

Merged
merged 8 commits into from
Apr 26, 2024

Conversation

kruftik
Copy link
Collaborator

@kruftik kruftik commented Apr 22, 2024

No description provided.

pkg/components/httpproxy.go Outdated Show resolved Hide resolved
pkg/components/httpproxy.go Outdated Show resolved Hide resolved
pkg/components/httpproxy.go Outdated Show resolved Hide resolved
pkg/components/server.go Show resolved Hide resolved

componentContainerPorts: []corev1.ContainerPort{
{
Name: consts.YTMonitoringContainerPortName,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suppose we should mention this backward incompatibility rename in release notes after merge.

@kruftik
Copy link
Collaborator Author

kruftik commented Apr 25, 2024

@l0kix2 I took all of your comments into account, could you take another look?

Copy link
Collaborator

@l0kix2 l0kix2 left a comment

Choose a reason for hiding this comment

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

Looks good.

Do we expect some breaking changes in behaviour when we roll operator with this update?

@kruftik
Copy link
Collaborator Author

kruftik commented Apr 25, 2024

Looks good.

Do we expect some breaking changes in behaviour when we roll operator with this update?

nope. well, except for the fact that sts removal is required to changes get applied to pod manifests. and monitoring port rename which was already mentioned above

@l0kix2 l0kix2 merged commit cfe22c1 into ytsaurus:main Apr 26, 2024
5 checks passed
leo-astorsky pushed a commit to leo-astorsky/yt-k8s-operator that referenced this pull request Aug 13, 2024
…onent ports (ytsaurus#251)

* allow to customize readiness probe path

* linting

* fix

* stage

* stage

* refactor

* simplify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants