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

Simpifying portsToExpose on CRD #207

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Simpifying portsToExpose on CRD #207

merged 2 commits into from
Apr 6, 2022

Conversation

dgkanatsios
Copy link
Collaborator

@dgkanatsios dgkanatsios commented Apr 1, 2022

This PR simplifies the CRDs by removing the need to specify containerName/portName for the portsToExpose, leaving just an array of int32.
Moreover, during testing we discovered an issue where the PodSpec was not DeepCopied(), which led to interesting sideeffects.

This is going to be a breaking change and will require 2 more PRs.

  • create a new version 0.3.2
  • modify install files and addressing existing documentation and samples

@dgkanatsios dgkanatsios added the area/user-experiences Developer experience and suggestions on how to use thundernetes, installation, getting up & running label Apr 1, 2022
@dgkanatsios dgkanatsios force-pushed the portstoexpose branch 9 times, most recently from c1f6a94 to ce6a27b Compare April 2, 2022 01:18
@dgkanatsios dgkanatsios marked this pull request as ready for review April 2, 2022 01:20
@dgkanatsios dgkanatsios force-pushed the portstoexpose branch 5 times, most recently from 4677ff3 to e3ab4e5 Compare April 3, 2022 18:35
@dgkanatsios dgkanatsios merged commit e1546de into main Apr 6, 2022
@dgkanatsios dgkanatsios deleted the portstoexpose branch April 6, 2022 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experiences Developer experience and suggestions on how to use thundernetes, installation, getting up & running
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants