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

ci: print redis pod logs #1070

Closed
wants to merge 1 commit into from
Closed

Conversation

mikeee
Copy link
Member

@mikeee mikeee commented Jul 25, 2024

Description

Please explain the changes you've made

Issue reference

We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • The quickstart code compiles correctly
  • You've tested new builds of the quickstart if you changed quickstart code
  • You've updated the quickstart's README if necessary
  • If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see mechanical-markdown. For user guide with examples see Examples.

Signed-off-by: mikeee <hey@mike.ee>
@mikeee
Copy link
Member Author

mikeee commented Jul 25, 2024

1:C 25 Jul 2024 10:57:19.450 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 25 Jul 2024 10:57:19.450 # Redis version=6.2.14, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 25 Jul 2024 10:57:19.450 # Configuration loaded
1:M 25 Jul 2024 10:57:19.450 * monotonic clock: POSIX clock_gettime
1:M 25 Jul 2024 10:57:19.450 * Running mode=standalone, port=6379.
1:M 25 Jul 2024 10:57:19.451 # Server initialized
1:M 25 Jul 2024 10:57:19.451 # Fatal: Can't initialize Background Jobs.

Upgrading the kubernetes version resolves this - not really worth looking into why there is some incompatibility with an unsupported version of kubernetes

@mikeee mikeee closed this Jul 25, 2024
@mikeee mikeee deleted the redis-why branch July 25, 2024 11:18
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.

1 participant