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

Support Kubernetes v1.22 #394

Merged
merged 8 commits into from Nov 19, 2021
Merged

Support Kubernetes v1.22 #394

merged 8 commits into from Nov 19, 2021

Conversation

@project-bot project-bot bot added this to To do in Development Nov 1, 2021
@bells17 bells17 force-pushed the support-k8s-1.22 branch 5 times, most recently from 593cf59 to fdee1a7 Compare November 1, 2021 11:19
@bells17 bells17 marked this pull request as ready for review November 1, 2021 13:59
Copy link
Contributor

@llamerada-jp llamerada-jp left a comment

Choose a reason for hiding this comment

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

Sorry for the lack of documentation, but the package versions listed in the Makefile and go.mod should be updated if there is no reason to do so.
example:
in Makefile

  • PROTOC_VERSION
  • HELM_VERSION
  • ENVTEST_KUBERNETES_VERSION
  • ...

in go.mod

  • ginko
  • prometheus/*
  • ...

KIND_NODE_VERSION is excluded because it is not used usually.

Could you please update k8s versions in README.md

@toshipp toshipp moved this from To do to Review in progress in Development Nov 2, 2021
@llamerada-jp
Copy link
Contributor

I found the k8s version supported by TopoLVM in charts/topolvm/README.md.
Could you please maintain it and maintenance.md in line with current changes.

@toshipp
Copy link
Contributor

toshipp commented Nov 4, 2021

Grpc 1.42.0 is released and it contains a bug fix that may resolve the issue kubernetes-csi/node-driver-registrar#139. Please update it.

@bells17 bells17 marked this pull request as draft November 4, 2021 02:48
.github/workflows/helm.yaml Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@bells17
Copy link
Contributor Author

bells17 commented Nov 17, 2021

I suppose ENVTEST_KUBERNETES_VERSION value doesn't need to update because this value is already 1.22.

@bells17
Copy link
Contributor Author

bells17 commented Nov 17, 2021

@llamerada-jp I corrected the points you pointed out.
Would you review this again?

@bells17 bells17 marked this pull request as ready for review November 17, 2021 16:33
Copy link
Contributor

@llamerada-jp llamerada-jp left a comment

Choose a reason for hiding this comment

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

LGTM

@toshipp toshipp merged commit 1de8538 into main Nov 19, 2021
@toshipp toshipp deleted the support-k8s-1.22 branch November 19, 2021 09:00
Development automation moved this from Review in progress to Done Nov 19, 2021
@mauriciopoppe
Copy link

hey @toshipp, I read:

Grpc 1.42.0 is released and it contains a bug fix that may resolve the issue kubernetes-csi/node-driver-registrar#139. Please update it.

I was wondering in which release between 1.38.0 and 1.42.0 you saw the bug fix you mentioned

@toshipp
Copy link
Contributor

toshipp commented Jan 19, 2022

@mauriciopoppe
I assume these fixes (grpc/grpc-go#4837 grpc/grpc-go#4633) would resolve the problem. They are introduced in 1.42.0 and 1.41.0 respectively.

@mauriciopoppe
Copy link

thanks, we'll update the dependencies in a future release and see if that helps with kubernetes-csi/node-driver-registrar#139 too

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

Successfully merging this pull request may close these issues.

None yet

4 participants