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

Something broke with the latest operator (v0.0.159) #312

Closed
cskiwi opened this issue Apr 1, 2024 · 3 comments
Closed

Something broke with the latest operator (v0.0.159) #312

cskiwi opened this issue Apr 1, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cskiwi
Copy link
Contributor

cskiwi commented Apr 1, 2024

Hi,

When I updated to the latest operator via:
kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml
I've encountered the error with my nodejs app that the package.json file coulndn't be found.

I didn't have time to save the exact logs. hopefully I'll find some time later this week. but wanted to report this already.

Current workaround = reverting to last version:
kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/d530ff5238d6ed80daf798f0a2817088c4c8b9f4/deploy/operator.yaml

@mms-gianni mms-gianni added the bug Something isn't working label Apr 2, 2024
@mms-gianni mms-gianni self-assigned this Apr 2, 2024
@mms-gianni
Copy link
Member

That's strange. It has very few changes between these versions:

kubero-dev/kubero-operator@1be5a8e

I can't imagine the operator affecting the fetched code. I suspect a permission problem or a failed fetch ...

Those permissions might be changed by saving the settings in latest version (filling missing permission fields with defaults)

@mms-gianni mms-gianni changed the title Something broke with the latest operator Something broke with the latest operator (v0.0.159) Apr 2, 2024
@cskiwi
Copy link
Contributor Author

cskiwi commented Apr 3, 2024

I reinstalled the operator and now everything is working. Strange, but hey this means it's working ..

@cskiwi cskiwi closed this as completed Apr 3, 2024
@mms-gianni
Copy link
Member

Great to hear. Thanks for the feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants