@@ -11,7 +11,7 @@ Splunk Operator (as described below), please download a local copy of
1111the 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
2323administrator, 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
2929You should then be able download and use the following YAML to install the
3030operator 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
3434kubectl config set-context --current --namespace=<NAMESPACE>
3535kubectl apply -f splunk-operator.yaml
3636```
@@ -43,7 +43,7 @@ objects for all the namespaces of your cluster, you can use the alternative
4343cluster 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
4949When running at cluster scope, you will need to bind the
0 commit comments