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

Kubernetes 1.29 to 1.30 upgrade #292

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Conversation

ronardcaktus
Copy link
Member

This PR serves as documentation/reference for the Kubernetes upgrade on the Hip Philly cluster. Currently the live site on this cluster is hip.phila.

Notes:

  • There was zero downtime during the upgrade.

Ingress Nginx

 > helm -n ingress-nginx list
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                   APP VERSION
ingress-nginx   ingress-nginx   9               2025-01-02 10:00:46.759808 -0500 EST    deployed        ingress-nginx-4.11.3    1.11.3

Cert Manager

> helm -n cert-manager list 
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                   APP VERSION
cert-manager    cert-manager    7               2025-01-02 10:01:33.427085 -0500 EST    deployed        cert-manager-v1.16.2    v1.16.2

Descheduler Version

> kubectl -n kube-system get cronjob -o yaml | grep descheduler
      app.kubernetes.io/name: descheduler
      helm.sh/chart: descheduler-0.30.2
    name: descheduler
            name: descheduler
              - /bin/descheduler
              image: registry.k8s.io/descheduler/descheduler:v0.30.2

Screenshot 2025-01-02 at 11 44 59 AM

Closes:

@copelco
Copy link
Member

copelco commented Jan 2, 2025

Task linked: CU-868b4pucj Philly-hip

@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
Copy link
Member

Choose a reason for hiding this comment

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

Not a big deal, but updating your local venv to use Python 3.11 should fix this

Copy link
Member Author

Choose a reason for hiding this comment

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

Ohh nice catch, the Python upgrade PR was merged recently. I'll fix this and then merge this PR to test the runner and close https://app.clickup.com/t/868bv3r6q.

@ronardcaktus ronardcaktus merged commit 4064ff3 into develop Jan 9, 2025
1 check passed
@ronardcaktus ronardcaktus deleted the CU-868b4pucj-k8s-upgrade branch January 9, 2025 16:35
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 this pull request may close these issues.

2 participants