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

K8s v1.22+ support #359

Merged
merged 22 commits into from
Nov 7, 2022
Merged

Conversation

dilallkx
Copy link
Collaborator

CHANGES:

  • Support for runtime/development environment updates:
    • K8s v1.22+
    • Helm v3.7
    • Golang v1.18
    • golangci-lint v1.46.0
  • Changes to support for k8s v1.22+
    • K8s deprecation guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/
    • K8s releases: https://kubernetes.io/releases/
    • Updated core & sandbox pods to remove deprecated resources
      • extensions/v1beta1 -> networking.k8s.io/v1
      • certificates.k8s.io/v1beta1 -> certificates.k8s.io/v1
      • admissionregistration.k8s.io/v1beta1 -> admissionregistration.k8s.io/v1
      • admission/v1beta1 -> admission/v1
    • Fixed affinity rules to support new k8s v1.24 'control-plane' role on master node
  • Dependency chart updates:
    • docker-registry:
      • App: 2.7.1 (no change)
      • Chart: 1.9.2 -> 1.15.0
    • grafana:
      • App: 7.3.5 -> 8.5.0
      • Chart: 6.2.1 -> 6.29.2
    • ingress-nginx:
      • App: 0.44.0 -> 1.1.0
      • Chart: 3.26.0 -> 4.0.13
    • kube-prometheus-stack:
      • App: 0.45.0 -> 0.56.0
      • Chart: 13.0.2 -> 35.0.3

TESTING:

  • UT, system & cypress tests pass
  • Ran tests on k8s 1.22.9 & 1.24.0

@dilallkx dilallkx self-assigned this May 20, 2022
@dilallkx dilallkx added bug Something isn't working enhancement New feature or request labels May 20, 2022
@dilallkx dilallkx requested a review from roymx May 20, 2022 21:19
@dilallkx dilallkx changed the base branch from develop to env-upgrade November 7, 2022 20:05
@dilallkx dilallkx merged commit 2e487fc into InterDigitalInc:env-upgrade Nov 7, 2022
@dilallkx dilallkx removed the request for review from roymx November 7, 2022 20:08
@dilallkx dilallkx deleted the kd_sp49_fix_k8s branch November 7, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant