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

Client go update. #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Client go update. #6

wants to merge 3 commits into from

Conversation

nyodas
Copy link

@nyodas nyodas commented Oct 24, 2023

This PR address the age of the project.

Kubernetes introduced shorter TTL for token , and the curent client-go used in the project is not reloading the token enough leading to kube-sync not being able to do its job properly.

Go also changed and introduced go mod.
So this also address that change.

We also need to deal with the death of circleci

@@ -1,9 +1,9 @@
FROM golang:1.10 as builder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to change this as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants