-
Notifications
You must be signed in to change notification settings - Fork 4
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
declarative devnet deployments with kubernetes PT.3 #309
Conversation
PR Description updated to latest commit (f45b7a9) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
Enhancement
Description
Changes walkthrough
archival-node-configmap.yaml
Add ConfigMap for Archival Nodes
kubernetes/devnet/base/farmer/archival-node-configmap.yaml
identifiers.
farmer-node-configmap.yaml
Add ConfigMap for Farmer Nodes
kubernetes/devnet/base/farmer/farmer-node-configmap.yaml
node configurations.
pvc.yaml
Define PVCs for Nodes
kubernetes/devnet/base/farmer/pvc.yaml
specific storage requirements.
service.yaml
Configure Network Service for Farmer Node
kubernetes/devnet/base/farmer/service.yaml
for the farmer node.
storageclass-aws.yaml
Setup AWS EBS StorageClass
kubernetes/devnet/base/farmer/storageclass-aws.yaml
policies.
archival-node.yaml
Setup StatefulSet for Archival Node
kubernetes/devnet/base/farmer/archival-node.yaml
specifications.
archival node.
operations.