You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`app.kubernetes.io/instance` value consist of three elements concatenated with hyphens
457
+
1. "splunk"
458
+
2. provided by admin CR name
459
+
3. CRD kind name
460
+
461
+
For example `clusterManager` CR named "test" will have set `app.kubernetes.io/instance` as `splunk-test-cluster-manager`
444
462
445
463
#### Container Logs
446
464
The Splunk Enterprise CRDs deploy Splunkd in Kubernetes pods running [docker-splunk](https://github.com/splunk/docker-splunk) container images. Adding a couple of environment variables to the CR spec as follows produces `detailed container logs`:
0 commit comments