openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
https://openyurt.io
Apache License 2.0
1.67k stars 386 forks source link

[BUG]the bug of create yurtappset resource #2085

Open cuiHL opened 1 week ago

cuiHL commented 1 week ago

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:

others

/kind bug

vie-serendipity commented 2 days ago

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 commented 20 hours ago

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