Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Not working on k8s v1.21.0 #52

Open
bhsrinivasan-px opened this issue Oct 6, 2022 · 0 comments
Open

Not working on k8s v1.21.0 #52

bhsrinivasan-px opened this issue Oct 6, 2022 · 0 comments

Comments

@bhsrinivasan-px
Copy link

I think the stateful set needs to be updated, in order to run on k8s versions 1.21.0 and above

apiVersion: "apps/v1"
kind: StatefulSet
metadata:
  name: cassandra
spec:
  serviceName: cassandra
  replicas: 3
  selector:
    matchLabels:
      app: cassandra
  template:
    metadata:
      labels:
        app: cassandra
...
...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant