Skip to content

Commit

Permalink
Add k8s warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Oct 10, 2023
1 parent 388968d commit 1e7c06c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/cr/worker_memberlist_cr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# These kubernetes manifests are UNDER ACTIVE DEVELOPMENT and are not yet ready for production use.
# They will be used for the upcoming distributed version of chroma. They are not even ready
# for testing yet. Please do not use them unless you are working on the distributed version of chroma.

# Create a memberlist called worker-memberlist
apiVersion: chroma.cluster/v1
kind: MemberList
Expand Down
4 changes: 4 additions & 0 deletions k8s/crd/memberlist_crd.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# These kubernetes manifests are UNDER ACTIVE DEVELOPMENT and are not yet ready for production use.
# They will be used for the upcoming distributed version of chroma. They are not even ready
# for testing yet. Please do not use them unless you are working on the distributed version of chroma.

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
4 changes: 4 additions & 0 deletions k8s/deployment/kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# These kubernetes manifests are UNDER ACTIVE DEVELOPMENT and are not yet ready for production use.
# They will be used for the upcoming distributed version of chroma. They are not even ready
# for testing yet. Please do not use them unless you are working on the distributed version of chroma.

apiVersion: v1
kind: Namespace
metadata:
Expand Down
4 changes: 4 additions & 0 deletions k8s/test/pulsar_service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# These kubernetes manifests are UNDER ACTIVE DEVELOPMENT and are not yet ready for production use.
# They will be used for the upcoming distributed version of chroma. They are not even ready
# for testing yet. Please do not use them unless you are working on the distributed version of chroma.

apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit 1e7c06c

Please sign in to comment.