Skip to content

Commit f1fe9b8

Browse files
Merge pull request #161 from splunk/fix_tiny_cc_urls
Convert tiny cc urls to long urls
2 parents 2fd64e9 + d1df983 commit f1fe9b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Splunk Operator (as described below), please download a local copy of
1111
the installation YAML and open it in your favorite editor.
1212

1313
```
14-
wget -O splunk-operator.yaml http://tiny.cc/splunk-operator-install
14+
wget -O splunk-operator.yaml https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-install.yaml
1515
```
1616

1717

@@ -23,14 +23,14 @@ installed by regular users within their own namespaces. If you are not an
2323
administrator, you can have someone else create these objects for you by running
2424

2525
```
26-
kubectl apply -f http://tiny.cc/splunk-operator-crds
26+
kubectl apply -f https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-crds.yaml
2727
```
2828

2929
You should then be able download and use the following YAML to install the
3030
operator within your own namespace:
3131

3232
```
33-
wget -O splunk-operator.yaml http://tiny.cc/splunk-operator-noadmin
33+
wget -O splunk-operator.yaml https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-noadmin.yaml
3434
kubectl config set-context --current --namespace=<NAMESPACE>
3535
kubectl apply -f splunk-operator.yaml
3636
```
@@ -43,7 +43,7 @@ objects for all the namespaces of your cluster, you can use the alternative
4343
cluster scope installation YAML:
4444

4545
```
46-
wget -O splunk-operator.yaml http://tiny.cc/splunk-operator-cluster
46+
wget -O splunk-operator.yaml https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-cluster.yaml
4747
```
4848

4949
When running at cluster scope, you will need to bind the

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ information.
9595

9696
Most users can install and start the Splunk Operator by just running
9797
```
98-
kubectl apply -f http://tiny.cc/splunk-operator-install
98+
kubectl apply -f https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-install.yaml
9999
```
100100

101101
Users of Red Hat OpenShift should read the additional
@@ -129,7 +129,7 @@ kubectl delete searchheadclusters --all
129129
kubectl delete clustermasters --all
130130
kubectl delete indexerclusters --all
131131
kubectl delete spark --all
132-
kubectl delete -f http://tiny.cc/splunk-operator-install
132+
kubectl delete -f https://github.com/splunk/splunk-operator/releases/download/0.2.0/splunk-operator-install.yaml
133133
```
134134

135135

0 commit comments

Comments
 (0)