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

fixes url index out of range error in service #14658

Merged
merged 2 commits into from
Aug 1, 2022

Commits on Jul 28, 2022

  1. Fix url index out of range error in service

    * if there is no node port, service panics accessing url
    * since the length of array is 3 when there is no node port, accessing u[3] results in
    	index out of range
    anoop142 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5b2080f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. fix linting

    anoop142 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    13680ff View commit details
    Browse the repository at this point in the history