Skip to content

Commit

Permalink
Release nfs provisioner v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Mar 6, 2017
1 parent 7d1b585 commit 8345f95
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/auth/daemonset-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
app: nfs-provisioner
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/auth/deployment-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
serviceAccount: nfs-provisioner
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/auth/pod-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
serviceAccount: nfs-provisioner
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/auth/statefulset-sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
app: nfs-provisioner
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/pod_emptydir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/deploy/kubernetes/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
2 changes: 1 addition & 1 deletion nfs/docs/demo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: nfs-provisioner
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
image: quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
ports:
- name: nfs
containerPort: 2049
Expand Down
8 changes: 4 additions & 4 deletions nfs/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ make container
If you are running in Kubernetes, it will pull the image from Quay for you. Or you can do it yourself.

```
$ docker pull quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3
$ docker pull quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4
```

## Deploying the provisioner
Expand Down Expand Up @@ -103,15 +103,15 @@ You may want to specify the hostname the NFS server exports from, i.e. the serve
$ docker run --cap-add DAC_READ_SEARCH \
--security-opt seccomp:deploy/docker/nfs-provisioner-seccomp.json \
-v $HOME/.kube:/.kube:Z \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3 \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4 \
-provisioner=example.com/nfs \
-kubeconfig=/.kube/config
```
or
```
$ docker run --cap-add DAC_READ_SEARCH \
--security-opt seccomp:deploy/docker/nfs-provisioner-seccomp.json \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3 \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4 \
-provisioner=example.com/nfs \
-master=http://172.17.0.1:8080
```
Expand All @@ -126,7 +126,7 @@ With the two above options, the run command will look something like this.
$ docker run --privileged \
-v $HOME/.kube:/.kube:Z \
-v /xfs:/export:Z \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.3 \
quay.io/kubernetes_incubator/nfs-provisioner:v1.0.4 \
-provisioner=example.com/nfs \
-kubeconfig=/.kube/config \
-enable-xfs-quota=true
Expand Down

0 comments on commit 8345f95

Please sign in to comment.