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

[qfix] Fix createpod name generation #160

Merged
merged 1 commit into from
May 24, 2021
Merged

[qfix] Fix createpod name generation #160

merged 1 commit into from
May 24, 2021

Conversation

d-uzlov
Copy link
Contributor

@d-uzlov d-uzlov commented May 24, 2021

Description

Currently by default createpod element uses name <podName>-nodeName=<nodeName> for created pods, and such names are not valid pod names in kubernetes. Names must only consist of lower case alphanumeric characters, - or ..
This PR fixes default name generation function.

How Has This Been Tested?

  • Added unit testing to cover
  • Tested manually
  • Tested by integration testing
  • Have not tested

Types of changes

  • Bug fix
  • New functionallity
  • Documentation
  • Refactoring
  • CI

Signed-off-by: Danil Uzlov <DanilUzlov@yandex.ru>
@denis-tingaikin denis-tingaikin merged commit d7a1a2c into networkservicemesh:main May 24, 2021
nsmbot pushed a commit that referenced this pull request Jun 27, 2023
…k@main

PR link: networkservicemesh/sdk#1477

Commit: 6f90924
Author: Network Service Mesh Bot
Date: 2023-06-27 15:50:46 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1477)
PR link: networkservicemesh/api#160

Commit: 9785eac
Author: Danil Uzlov
Date: 2023-06-27 21:36:11 +0700
Message:
    - Add RESELECT_REQUESTED connection state (#160)
* add reselect connection state

* fix ci

---------

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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