Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/MultisiteExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Note: the image version is defined in these resources as this allows to control
```yaml
cat <<EOF | kubectl apply -f -
---
apiVersion: enterprise.splunk.com/v1beta1
kind: ClusterMaster
metadata:
name: example
Expand Down Expand Up @@ -87,6 +88,7 @@ EOF
```yaml
cat <<EOF | kubectl apply -f -
---
apiVersion: enterprise.splunk.com/v1beta1
kind: IndexerCluster
metadata:
name: example-site1
Expand Down Expand Up @@ -132,6 +134,7 @@ Additional ansible default parameters must be set to activate multisite:
```yaml
cat <<EOF | kubectl apply -f -
---
apiVersion: enterprise.splunk.com/v1beta1
kind: SearchHeadCluster
metadata:
name: example
Expand Down