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

Don't build setup image #1348

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Conversation

pmalek-sumo
Copy link
Contributor

@pmalek-sumo pmalek-sumo commented Jan 18, 2021

Description

Don't build setup image.

Use the one already built and published from https://github.com/SumoLogic/sumologic-kubernetes-setup repository.


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.

💟

@pmalek-sumo pmalek-sumo merged commit a417109 into main Jan 18, 2021
@pmalek-sumo pmalek-sumo deleted the use-setup-image-from-separate-repo branch January 18, 2021 11:43
@pmalek-sumo pmalek-sumo added this to the v2.1 milestone Jan 18, 2021
@github-actions
Copy link

The backport to release-v2.0 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.0 release-v2.0
# Navigate to the new working tree
cd .worktrees/backport-release-v2.0
# Create a new branch
git switch --create backport-1348-to-release-v2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 a417109f36b34dbe9e0444d55786d8cf42a0617b
# Push it to GitHub
git push --set-upstream origin backport-1348-to-release-v2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v2.0

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

@pmalek-sumo pmalek-sumo mentioned this pull request Jan 22, 2021
2 tasks
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.

None yet

3 participants