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

CosmosFullnode should allow setting starting ordinal #445

Open
6 of 7 tasks
nourspace opened this issue Nov 4, 2024 · 1 comment
Open
6 of 7 tasks

CosmosFullnode should allow setting starting ordinal #445

nourspace opened this issue Nov 4, 2024 · 1 comment
Assignees

Comments

@nourspace
Copy link
Member

nourspace commented Nov 4, 2024

Like a StatefulSet

Plan to update operator code.

  • Add a field under spec called ordinal which contains a field named start of type int32 inside type PodSpec (Used by CosmosFullNode )
  • Use default Start as 0 if PodSpec Ordinal' s Start value is not set.
  • Update NewPodBuilder function to use the field as appropriate (Used by BuildPods function in build_pods.go)
  • Add required tests and update any tests as needed.
  • Create the test image from branch.
  • operator release
  • Deploy Operator to a test cluster and verify ability to use any StartingOrdinal.
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

No branches or pull requests

2 participants