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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ This operator is still heavily in progress.
5
5
This operator can be deployed either with or without OLM installed.
6
6
7
7
## With OLM
8
-
```
8
+
```bash
9
9
operator-sdk run bundle quay.io/redhat-et-ipfs/ipfs-operator-bundle:v0.0.1 -n ipfs-operator-system
10
10
```
11
11
12
12
## Without OLM
13
-
```
13
+
```bash
14
14
make deploy
15
15
```
16
16
17
17
# Deploying an IPFS cluster
18
18
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.
19
19
20
-
```
20
+
```yaml
21
21
apiVersion: cluster.ipfs.io/v1alpha1
22
22
kind: Ipfs
23
23
metadata:
@@ -29,6 +29,6 @@ spec:
29
29
public: true
30
30
```
31
31
Once the values match your environment run the following.
0 commit comments