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

Add pod spec to the CR #56

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Add pod spec to the CR #56

merged 1 commit into from
Jan 18, 2021

Conversation

voltbit
Copy link
Contributor

@voltbit voltbit commented Jan 12, 2021

  • Refactored the CR and pod creation to use a pod spec for Redis pods
  • Improved the waiting for pod creation
  • Removed the headless service
  • Removed option to toggle hugepages
  • Cleaned up unused kustomize configuration
  • Upgraded Golang version from 1.14 to 1.15

closes #55, closes #44, closes #54
Fixes the kustomize config issues from #50

@voltbit voltbit changed the title Add podspec Add pod spec to the CR Jan 14, 2021
@voltbit voltbit marked this pull request as ready for review January 14, 2021 11:09
@voltbit voltbit requested a review from shyimo January 14, 2021 11:09
@@ -19,8 +19,6 @@ spec:
replicas: 2
template:
metadata:
annotations:
Copy link
Contributor

Choose a reason for hiding this comment

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

so how can we configure the manager annotations ?
cause we still needs to exclude it from the mesh in our cluster case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The annotations will be managed through helm charts. If we need them in kind we will add when needed.

@voltbit voltbit marked this pull request as draft January 15, 2021 13:10
@voltbit voltbit marked this pull request as ready for review January 17, 2021 21:35
- Refactored the CR and pod creation to use a pod spec for Redis pods
- Improved the waiting for pod creation
- Removed the headless service
- Removed option to toggle hugepages
- Cleaned up unused kustomize configuration
- Upgraded Golang version from 1.14 to 1.15
@voltbit voltbit merged commit ff23a6c into PayU:master Jan 18, 2021
@voltbit voltbit deleted the add-podspec branch January 18, 2021 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants