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

Fixing nginx issue: #556

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Fixing nginx issue: #556

merged 1 commit into from
Jun 23, 2023

Conversation

saketjajoo
Copy link
Contributor

  • Updating apiGroups, resources and verbs in ClusterRole.
  • Moving the svc before deployment (as the deployment expects the svc to be already created beforehand).
  • Updating the security context of user to 101 (runAsUser: 101 in 0.27.1 image kubernetes/ingress-nginx#4942).
  • Upgrading the nginx image version to 0.33.0.

Copy link

@maxamins maxamins left a comment

Choose a reason for hiding this comment

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

Please rebase based on HEAD. so commit Update GKE Node pool base image doesn't show up as part of your PR.

- Updating apiGroups, resources and verbs in ClusterRole.
- Moving the svc before deployment (as the deployment expects the svc to
  be already created beforehand).
  -- Note: This may have worked in the past as a one-off patch to the
           deployment. And since the main node (and its deployments) is not created for every
	   benchmark run, this may not have caused an issue.
- Updating the security context of user to 101 (kubernetes/ingress-nginx#4942).
- Upgrading the nginx image version to 0.33.0.

Signed-off-by: saketjajoo <[email protected]>
@saketjajoo
Copy link
Contributor Author

c.c: @bwplotka - Can you please review and approve this PR?

Copy link
Member

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

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

Thanks 💪🏽

@bwplotka bwplotka merged commit d683171 into prometheus:master Jun 23, 2023
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