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

[BUG] ConfigMap rendered from template, missing ownerReference #8994

Open
shanshanying opened this issue Mar 3, 2025 · 0 comments
Open

[BUG] ConfigMap rendered from template, missing ownerReference #8994

shanshanying opened this issue Mar 3, 2025 · 0 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@shanshanying
Copy link
Contributor

Kubernetes: v1.29.2
KubeBlocks: 0.9.3
kbcli: 0.9.3-beta.3
WARNING: version difference between kbcli (0.9.3-beta.3) and kubeblocks (0.9.3)
``


How to reproduce:
1. create mysql :  `k create -f examples/mysql/cluster-cmpd.yaml`
2. dump config: ` k get cm mysql-cluster-mysql-mysql-replication-config -oyaml > before.yaml`
3. vscale: `k create -f examples/mysql/verticalscale.yaml`
4. dump config: ` k get cm mysql-cluster-mysql-mysql-replication-config -oyaml > after.yaml`


Found `ownerReference` is missing:

<img width="2878" alt="Image" src="https://github.com/user-attachments/assets/2c7dea86-00ad-4555-af3c-7e3eba02f475" />
@shanshanying shanshanying added the kind/bug Something isn't working label Mar 3, 2025
@shanshanying shanshanying added this to the Release 0.9.4 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants