Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ required = [

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.12.0-beta.1"
version = "kubernetes-1.12.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.0-beta.1"
version = "kubernetes-1.12.0"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.0-beta.1"
version = "kubernetes-1.12.0"

[[override]]
name = "github.com/json-iterator/go"
version = "1.1.4"

[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.12.0-beta.1"
version = "kubernetes-1.12.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.12.0-beta.1"
version = "kubernetes-1.12.0"
12 changes: 6 additions & 6 deletions deploy/kubernetes/setup-csi-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,32 +95,32 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-provisioner
image: xyang105/csi:csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v0.4.0
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: "IfNotPresent"
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: xyang105/csi:csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v0.4.0
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: "IfNotPresent"
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /csi
- name: hostpath
image: xyang105/csi:csi-hostpath
image: quay.io/k8scsi/hostpathplugin:v0.4.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand All @@ -133,7 +133,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
privileged: true
volumeMounts:
Expand Down
116 changes: 40 additions & 76 deletions vendor/k8s.io/api/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading