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

SUMO-165923 Updating the versions of kubernetes clusters #1610

Merged
merged 1 commit into from
May 26, 2021

Conversation

justrelax19
Copy link
Contributor

@justrelax19 justrelax19 commented May 19, 2021

Description

Fill in your description here.
Updating the Kubernetes clusters versions which are supported


Testing performed
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

Thanks!

@pmalek-sumo pmalek-sumo merged commit bad746d into main May 26, 2021
@pmalek-sumo pmalek-sumo deleted the Update_cluster_versions branch May 26, 2021 10:28
@sumo-backporter
Copy link
Contributor

The backport to release-v2.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-v2.1 release-v2.1
# Navigate to the new working tree
cd .worktrees/backport-release-v2.1
# Create a new branch
git switch --create backport-1610-to-release-v2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 bad746df8c9556854d4c4c60806dd4f21bf3c21e
# Push it to GitHub
git push --set-upstream origin backport-1610-to-release-v2.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v2.1

Then, create a pull request where the base branch is release-v2.1 and the compare/head branch is backport-1610-to-release-v2.1.

pmalek-sumo pushed a commit that referenced this pull request May 26, 2021
Co-authored-by: VAIBHAV GARG <vaibhav19.garg@gmail.com>
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.

3 participants