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 StatefulSet as a deployment option for Elastic Agent #7357

Merged
merged 14 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
302 changes: 299 additions & 3 deletions config/crds/v1/all-crds.yaml

Large diffs are not rendered by default.

8,363 changes: 8,360 additions & 3 deletions config/crds/v1/bases/agent.k8s.elastic.co_agents.yaml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions config/crds/v1/patches/agent-patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@

- op: remove
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/deployment/properties/podTemplate/properties

- op: remove
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/statefulSet/properties/podTemplate/properties

- op: remove
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/statefulSet/properties/volumeClaimTemplates/items/properties/status
Loading