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]the bug of create yurtappset resource #2085

Open
cuiHL opened this issue Jun 22, 2024 · 2 comments
Open

[BUG]the bug of create yurtappset resource #2085

cuiHL opened this issue Jun 22, 2024 · 2 comments
Labels
kind/bug kind/bug

Comments

@cuiHL
Copy link

cuiHL commented Jun 22, 2024

What happened:
After a yurtappset is created, the number of deployed replicas is inconsistent with the deployment yaml file

The deployment file is shown below, the deployment of replicas is 100

1719041689815

The status of the deployment as follows, The number of replicas is 123.
1719042516102

kubectl get pod as follows
1719042044989

so, there are a lot of Pode's stats that have changed to Teminating。

Can someone tell me why?

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • OpenYurt version:1.4.4
  • Kubernetes version (use kubectl version):1.21.9
  • yurt-manager:1.4.3

others

/kind bug

@cuiHL cuiHL added the kind/bug kind/bug label Jun 22, 2024
@vie-serendipity
Copy link
Contributor

vie-serendipity commented Jul 2, 2024

If you're on this version, theoretically, the YurtAppSet in v1alpha1 should be converted to v1beta1. Could you confirm your version? And yurtappset/v1alpha1 is deprecated, It's recommended to use yurtappset/v1beta1.

@cuiHL
Copy link
Author

cuiHL commented Jul 4, 2024

If you're on this version, theoretically, the YurtAppSet in v1alpha1 should be converted to v1beta1. Could you confirm your version? And yurtappset/v1alpha1 is deprecated, It's recommended to use yurtappset/v1beta1.

yurt-manager 1.4.3, I sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind/bug
2 participants