E2E test succeeds with v1.7.5 but fail with v1.8.9 #11933
Unanswered
jianhang33
asked this question in
Q&A
Replies: 1 comment
-
I don't observe the same behavior when I create a cluster and scale it up with tilt. I used
to generate the manifest. Does that mean |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to upgrade CAPI from v1.7.5 to v1.8.9, but after upgrade, the e2e test fails with the following error
The test does the following
Here is the relevant code
The only changed line is
WorkerMachineCount: ptr.To[int64](2),
Has anybody encountered the same issue? Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions