This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
applying RBAC rules | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/v1.0.1/deploy/kubernetes/rbac.yaml | |
serviceaccount/csi-provisioner created | |
clusterrole.rbac.authorization.k8s.io/external-provisioner-runner created | |
clusterrolebinding.rbac.authorization.k8s.io/csi-provisioner-role created | |
role.rbac.authorization.k8s.io/external-provisioner-cfg created | |
rolebinding.rbac.authorization.k8s.io/csi-provisioner-role-cfg created | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-attacher/v1.0.1/deploy/kubernetes/rbac.yaml | |
serviceaccount/csi-attacher created | |
clusterrole.rbac.authorization.k8s.io/external-attacher-runner created | |
clusterrolebinding.rbac.authorization.k8s.io/csi-attacher-role created | |
role.rbac.authorization.k8s.io/external-attacher-cfg created | |
rolebinding.rbac.authorization.k8s.io/csi-attacher-role-cfg created | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v1.0.1/deploy/kubernetes/rbac.yaml | |
serviceaccount/csi-snapshotter created | |
clusterrole.rbac.authorization.k8s.io/external-snapshotter-runner created | |
clusterrolebinding.rbac.authorization.k8s.io/csi-snapshotter-role created | |
deploying hostpath components | |
deploy/kubernetes-1.13/hostpath/csi-hostpath-attacher.yaml | |
using image: quay.io/k8scsi/csi-attacher:v1.0.1 | |
service/csi-hostpath-attacher created | |
statefulset.apps/csi-hostpath-attacher created | |
deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml | |
using image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2 | |
using image: quay.io/k8scsi/hostpathplugin:v1.0.1 | |
using image: quay.io/k8scsi/livenessprobe:v1.0.2 | |
service/csi-hostpathplugin created | |
statefulset.apps/csi-hostpathplugin created | |
deploy/kubernetes-1.13/hostpath/csi-hostpath-provisioner.yaml | |
using image: quay.io/k8scsi/csi-provisioner:v1.0.1 | |
service/csi-hostpath-provisioner created | |
statefulset.apps/csi-hostpath-provisioner created | |
deploy/kubernetes-1.13/hostpath/csi-hostpath-snapshotter.yaml | |
using image: quay.io/k8scsi/csi-snapshotter:v1.0.1 | |
service/csi-hostpath-snapshotter created | |
statefulset.apps/csi-hostpath-snapshotter created | |
deploy/kubernetes-1.13/hostpath/csi-hostpath-testing.yaml | |
using image: alpine/socat:1.0.3 | |
service/hostpath-service created | |
statefulset.apps/csi-hostpath-socat created | |
11:43:06 waiting for hostpath deployment to complete, attempt #0 | |
11:43:16 waiting for hostpath deployment to complete, attempt #1 | |
11:43:26 waiting for hostpath deployment to complete, attempt #2 | |
deploying snapshotclass | |
volumesnapshotclass.snapshot.storage.k8s.io/csi-hostpath-snapclass created |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment