Open Zeroxcharisma opened 6 months ago
splunk-operator: enabled: false splunkOperator: clusterWideAccess: false annotations: annotation: "true"
sva: c3: enabled: true
clusterManager:
name: cm
indexerClusters:
- name: idxc
replicaCount: 4
searchHeadClusters:
- name: shc
indexerCluster: enabled: true additionalLabels: label: "true" additionalAnnotations: annotation: "true"
extraEnv:
name: SPLUNK_PASSWORD value: splunk123*
livenessInitialDelaySeconds: 300 readinessInitialDelaySeconds: 10
etcVolumeStorageConfig: ephemeralStorage: false storageCapacity: 25Gi storageClassName: local-path
varVolumeStorageConfig: ephemeralStorage: false storageCapacity: 100Gi storageClassName: local-path
clusterManager: enabled: true additionalLabels: label: "true" additionalAnnotations: annotation: "true" extraEnv:
name: SPLUNK_PASSWORD value: splunk123*
livenessInitialDelaySeconds: 300 readinessInitialDelaySeconds: 10 etcVolumeStorageConfig: ephemeralStorage: false storageCapacity: 25Gi storageClassName: local-path
varVolumeStorageConfig: ephemeralStorage: false storageCapacity: 100Gi storageClassName: local-path
searchHeadCluster: enabled: true additionalLabels: label: "true" additionalAnnotations: annotation: "true"
serviceTemplate: spec: type: LoadBalancer
extraEnv:
name: SPLUNK_PASSWORD value: splunk123*
livenessInitialDelaySeconds: 300 readinessInitialDelaySeconds: 10
etcVolumeStorageConfig: ephemeralStorage: false storageCapacity: 25Gi storageClassName: local-path
varVolumeStorageConfig: ephemeralStorage: false storageCapacity: 100Gi storageClassName: local-path
this is my code
@Zeroxcharisma can you try upgrading SOK to 2.6.1.
Please select the type of request
Bug
Tell us more
Describe the request I am trying to deploy the c3 architecture of splunk on my kubernetes cluster using helm chart , and I found a small test that you got under kuttl file , containing the c3 deployment , the result is failing with errors on the searchhead and the indexercluster .
Expected behavior see my pods up and running with the searchhead cluster , indexercluster and clustermanager
Splunk setup on K8S using helm chart that you got and this two images : -splunk-operator.image.repository=docker.io/splunk/splunk:9.2 -splunk-operator.splunkOperator.image.repository=docker.io/splunk/splunk-operator:2.5.2
Reproduction/Testing steps as you can see here pods are running but this is not : and I don't have any pod for indexercluster :
K8s environment