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

Implement Crew Creating PVC Storage #49

Merged
merged 5 commits into from
Dec 27, 2023
Merged

Implement Crew Creating PVC Storage #49

merged 5 commits into from
Dec 27, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

@H0llyW00dzZ H0llyW00dzZ commented Dec 27, 2023

Example:

		{
			Name: "create storage pvc 1",
			Type: "CrewCreateStoragePVC",
			Parameters: map[string]interface{}{
				"storageClassName": "my-storage-class",
				"pvcName":          "my-container",
				"storageSize":      "1Gi",
			},
		},

- [+] chore(init_const.go): add error messages for missing parameters in the language package
- [+] feat(init_const.go): add task and log messages for creating PVC storage in the language package
- [+] feat(cmd_constant.go): add constants for storageClassName, pvcName, and storageSize in the worker package
- [+] feat(worker): add createPVC function to create a persistent volume claim
- [+] feat(worker): register new TaskRunner for create storage pvc
- [+] feat(worker): implement CrewCreatePVCStorage task runner for creating a PersistentVolumeClaim
@H0llyW00dzZ H0llyW00dzZ added the enhancement New feature or request label Dec 27, 2023
- [+] feat(worker): add createPVC function to create a persistent volume claim (PVC)
- [+] feat(worker): implement CrewCreatePVCStorage task runner to create PVCs in Kubernetes cluster
- [+] chore(worker): update package documentation
- [+] feat(worker): add support for creating PersistentVolumeClaims (PVCs)
- [+] enhancement(worker): enhance structured logging with emojis
- [+] enhancement(worker): improve logging functionality customization
- [+] enhancement(worker): support dynamic task execution model
- [+] feat(worker): add functionality to update deployment images
- [+] feat(worker): introduce PVC creation for dynamic storage provisioning
@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review December 27, 2023 20:06
@H0llyW00dzZ H0llyW00dzZ merged commit b39257b into master Dec 27, 2023
2 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the pvc_storage branch December 27, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant