Closed egandro closed 9 months ago
The bash script is a bit of a hack - I wish we had everywhere jq
installed.
According to my knowledge there is no support for queries in kubectl -o jsonpath
.
Probably somebody has a smarter solution that I hacked in bash - but it's working now.
What's the purpose of deleting previous replicasets? What problem are you trying to solve?
What's the purpose of deleting previous replicasets? What problem are you trying to solve?
As there is a 0/0 line in the replicasets - and a new 1/1 the quoted code doesn't work.
Also the 0/0 with the old image doesn't serve any purpose.
This PR is failing tests. If you want this to be merged it will need to be fixed 😅. Thank you!
This PR is failing tests. If you want this to be merged it will need to be fixed 😅. Thank you!
I think I fixed it. It was a missing
args:
executable: /bin/bash
Thank you!
I don't understand the issue with that test failing. It reports some nginx not being there.
Can you please enlighten me? or much better - how do I run these tests on my own setup? I know that there is some (direct) github action (local) runner. Can you point me to some documentation please?
Thx.
I am going to run the tests again, this might have been a side effect of switching to self hosted runners. Stay tuned!
Disregard, it was the runners! Thank you for the PR!
Proposed Changes
For whatever reason metallb keeps an empty replica set when upgrading to a new version. There are 0/0 replicas running. It just sticks there.
Checklist
site.yml
playbookreset.yml
playbookTested with all variations from
Test Code