Closed tnycum closed 1 year ago
@vivekr-splunk I see you opened a PR for this issue. Assuming this gets merged, when can we expect to get a new release of the operator image to include this fix?
@tnycum thank you for your code changes, i have created new PR with your changes as pipeline test cannot be run on your PR, this should get merged soon to develop
branch. will update you soon on the release dates.
I am having similar issue. Though no errors have been reported by splunk or kubernetes. this is my config file for clustermanager ; CM comes up no issues however it does not even try to pull the apps from S3. Secret is defined apps are present on S3, what am I doing wrong.
---
apiVersion: enterprise.splunk.com/v4
kind: ClusterManager
metadata:
name: cm
namespace: splunk-operator
finalizers:
- enterprise.splunk.com/delete-pvc
spec:
serviceTemplate:
spec:
type: LoadBalancer
appRepo:
appsRepoPollIntervalSeconds: 900
defaults:
volumeName: volume_app_repo_us
scope: cluster
appSources:
- name: networkApps
location: CLUSTER_MASTER/
scope: cluster
volumeName: ccss-dev-splunk
#- name: networkApps
# location: networkAppsLoc/
#- name: adminApps
# location: adminAppsLoc/
# scope: local
volumes:
- name: ccss-dev-splunk
storageType: s3
provider: aws
path: ccss-dev-splunk/CLUSTER_MASTER
endpoint: https://ccss-dev-splunk
region: us-east-1
secretRef: s3-secret
---
Please use 9.0.8 Splunk version for now . We are investigating this issue
Regards Vivek
On Wed, Feb 28, 2024 at 7:20 AM fightwithpen @.***> wrote:
[ External sender. Exercise caution. ]
I am having similar issue. Though no errors have been reported by splunk or kubernetes. this is my config file for clustermanager ; CM comes up no issues however it does not even try to pull the apps from S3. Secret is defined apps are present on S3, what am I doing wrong.
apiVersion: enterprise.splunk.com/v4 kind: ClusterManager metadata: name: cm namespace: splunk-operator finalizers:
- enterprise.splunk.com/delete-pvc spec: serviceTemplate: spec: type: LoadBalancer appRepo: appsRepoPollIntervalSeconds: 900 defaults: volumeName: volume_app_repo_us scope: cluster appSources:
- name: networkApps location: CLUSTER_MASTER/ scope: cluster volumeName: ccss-dev-splunk
- name: networkApps
location: networkAppsLoc/
- name: adminApps
location: adminAppsLoc/
scope: local
volumes:
name: ccss-dev-splunk storageType: s3 provider: aws path: ccss-dev-splunk/CLUSTER_MASTER endpoint: https://ccss-dev-splunk region: us-east-1 secretRef: s3-secret
— Reply to this email directly, view it on GitHub https://github.com/splunk/splunk-operator/issues/1217#issuecomment-1969213914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWRQER2CH247BETWVCNEFMTYV5DNDAVCNFSM6AAAAAA3ST4LZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRZGIYTGOJRGQ . You are receiving this because you were mentioned.Message ID: @.***>
Please select the type of request
Bug
Tell us more
Describe the request
Expected behavior
Splunk setup on K8S
Reproduction/Testing steps
K8s environment
Proposed changes(optional)
K8s collector data(optional)
Additional context(optional)