Skip to content

Commit 04d49bb

Browse files
authored
add highlighting
This is going to bug me forever
1 parent 3b2ca1b commit 04d49bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ This operator is still heavily in progress.
55
This operator can be deployed either with or without OLM installed.
66

77
## With OLM
8-
```
8+
```bash
99
operator-sdk run bundle quay.io/redhat-et-ipfs/ipfs-operator-bundle:v0.0.1 -n ipfs-operator-system
1010
```
1111

1212
## Without OLM
13-
```
13+
```bash
1414
make deploy
1515
```
1616

1717
# Deploying an IPFS cluster
1818
The value for URL must be changed to match your Kubernetes environment. The public bool defines if a load balancer should be created. This load balancer allows for ipfs gets to be done from systems outside of the Kubernetes environment.
1919

20-
```
20+
```yaml
2121
apiVersion: cluster.ipfs.io/v1alpha1
2222
kind: Ipfs
2323
metadata:
@@ -29,6 +29,6 @@ spec:
2929
public: true
3030
```
3131
Once the values match your environment run the following.
32-
```
32+
```bash
3333
kubectl create -n default -f ifps.yaml
3434
```

0 commit comments

Comments
 (0)