Skip to content

feat: add persistent storage options to k8s driver#3766

Draft
jsternberg wants to merge 1 commit intodocker:masterfrom
jsternberg:k8s-driver-statefulset
Draft

feat: add persistent storage options to k8s driver#3766
jsternberg wants to merge 1 commit intodocker:masterfrom
jsternberg:k8s-driver-statefulset

Conversation

@jsternberg
Copy link
Copy Markdown
Collaborator

The k8s driver now supports the requests.persistent-storage option.
Setting this option changes the deployment into a statefulset and
creates a persistent volume claim where the buildkit data is stored.

Fixes #2056.
Replaces #2938.

The k8s driver now supports the `requests.persistent-storage` option.
Setting this option changes the deployment into a statefulset and
creates a persistent volume claim where the buildkit data is stored.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support statefulSets with the kubernetes driver

1 participant