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

a bug in 0.0.48 can't shutdown #577

Closed
cometta opened this issue Jul 14, 2023 · 2 comments · Fixed by #581
Closed

a bug in 0.0.48 can't shutdown #577

cometta opened this issue Jul 14, 2023 · 2 comments · Fixed by #581

Comments

@cometta
Copy link
Contributor

cometta commented Jul 14, 2023

on 0.0.48, on jupyter notebook -> kernel-> 'shutdown kernel' button after pressed, nothing happen to the pods . but on 0.0.47 and below no issue. can help to check. I think is a bug

@pdambrauskas
Copy link
Collaborator

pdambrauskas commented Jul 18, 2023

Hello, thanks for reporting. The problem is caused due to changes on Kubernetes client library, that we are using.
We are trying to fix it, in the meantime you can switch back to 0.0.47

@pdambrauskas
Copy link
Collaborator

Workaround for the problem:
Add this env variable to the lighter deployment:

...
    spec:
      containers:
      - env:
        - name: KUBERNETES_TLS_VERSIONS
          value: TLSv1.2
...

We'll release an updated version with this value as default

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

Successfully merging a pull request may close this issue.

2 participants