This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
CLUSTERMAN-812: upgrade k8s client library #334
Merged
gmdfalk
merged 7 commits into
master
from
u/gfalk/CLUSTERMAN-812-upgrade_kubernetes_client_library
Aug 17, 2023
Merged
CLUSTERMAN-812: upgrade k8s client library #334
gmdfalk
merged 7 commits into
master
from
u/gfalk/CLUSTERMAN-812-upgrade_kubernetes_client_library
Aug 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Max Falk <gfalk@yelp.com>
Signed-off-by: Max Falk <gfalk@yelp.com>
Signed-off-by: Max Falk <gfalk@yelp.com>
Signed-off-by: Max Falk <gfalk@yelp.com>
wilmer05
approved these changes
Jul 27, 2023
jfongatyelp
approved these changes
Aug 15, 2023
…client_library * master: Revert "Revert "Add support to use in-cluster service account (#338)"" (#340) Revert "Add support to use in-cluster service account (#338)" Add support to use in-cluster service account (#338) Updated PATH variable in supervisod.conf Grant home dir permission to user nobody
Signed-off-by: Max Falk <gfalk@yelp.com>
Signed-off-by: Max Falk <gfalk@yelp.com>
gmdfalk
added a commit
that referenced
this pull request
Aug 21, 2023
* master: CLUSTERMAN-812: upgrade k8s client library (#334) Revert "Revert "Add support to use in-cluster service account (#338)"" (#340) Revert "Add support to use in-cluster service account (#338)" Add support to use in-cluster service account (#338) Updated PATH variable in supervisod.conf Grant home dir permission to user nobody Failing on signal errors pin cryptography for acceptance venv bump yelp-batch to 11.2.7 using right targz Adding new targz with metrics fix Adding old acceptance test Revert "Revert "Upgrading clusterman image to Ubuntu Jammy""
nemacysts
added a commit
that referenced
this pull request
Oct 18, 2023
This reverts commit 6c4b8bb.
nemacysts
added a commit
that referenced
this pull request
Oct 18, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading k8s library to match our k8s clusters up to including k8s 1.24.
Note: Since we're using V1Eviction which only became available with k8s 1.22, we must wait with rollout until all clusters are on at least k8s 1.22.
Signed-off-by: Max Falk gfalk@yelp.com