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

fix(kustomize): Use k8s recommended name label #3261

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

shouichi
Copy link
Contributor

@shouichi shouichi commented Mar 24, 2023

what

  • set recommended k8s name label

why

  • recommended by docs

references

@shouichi shouichi requested a review from a team as a code owner March 24, 2023 09:18
@github-actions github-actions bot added the docs Documentation label Mar 24, 2023
@jamengual
Copy link
Contributor

this would be a breaking change, no? the pods will be restarted if the label changes?

@shouichi
Copy link
Contributor Author

Actually, StatefulSet won't allow us to update labels. We need to recreate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants