10000 Add logs around NGINX Plus binary/flag mismatch by lucacome · Pull Request #1494 · nginx/kubernetes-ingress · GitHub
[go: up one dir, main page]

Skip to content

Conversation

lucacome
Copy link
@lucacome lucacome commented Apr 2, 2021
  • New function to get NGINX version
  • Check that NGINX version and flag match

@lucacome lucacome requested a review from a team April 2, 2021 00:16
@lucacome lucacome self-assigned this Apr 2, 2021
@lucacome lucacome requested review from ciarams87 and soneillf5 and removed request for a team April 2, 2021 00:16
@github-actions github-actions bot added the enhancement Pull requests for new features/feature enhancements label Apr 2, 2021
isPlus := strings.Contains(nginxVersion, "plus")
glog.Infof("Using %s", nginxVersion)

if *nginxPlus && !isPlus {
Copy link
Contributor

Choose a reason for hiding this comment

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

Amazing! This has caught me out when I started KIC and I've seen it reported in slack.

@lucacome lucacome merged commit 86cbd89 into master Apr 2, 2021
@lucacome lucacome deleted the feat/improve-plus-message branch April 2, 2021 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests for new features/feature enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0