File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # GCP Compute Persistent Disk CSI Driver
1
+ # Google Compute Engine Persistent Disk CSI Driver
2
2
3
3
WARNING: This driver is beta and should not be used in performance critical applications
4
4
5
5
DISCLAIMER: This is not an officially supported Google product
6
6
7
- The GCP Compute Persistent Disk CSI Driver is a
7
+ The Google Compute Engine Persistent Disk CSI Driver is a
8
8
[ CSI] ( https://github.com/container-storage-interface/spec/blob/master/spec.md )
9
9
Specification compliant driver used by Container Orchestrators to manage the
10
10
lifecycle of Google Compute Engine Persistent Disks.
Original file line number Diff line number Diff line change 1
- title : " GCP Compute Persistent Disk CSI Driver Custom Roles"
1
+ title : " Google Compute Engine Persistent Disk CSI Driver Custom Roles"
2
2
description : Custom roles required for functions of the gcp-compute-persistent-disk-csi-driver
3
3
stage : ALPHA
4
4
includedPermissions :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # This script will remove the GCP Compute Persistent Disk CSI Driver from the
4
- # currently available Kubernetes cluster
3
+ # This script will remove the Google Compute Engine Persistent Disk CSI Driver
4
+ # from the currently available Kubernetes cluster
5
5
#
6
6
# Args:
7
7
# GCE_PD_DRIVER_VERSION: The kustomize overlay to deploy (located under
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # This script will deploy the GCP Compute Persistent Disk CSI Driver to the
4
- # currently available Kubernetes cluster
3
+ # This script will deploy the Google Compute Engine Persistent Disk CSI Driver
4
+ # to the currently available Kubernetes cluster
5
5
6
6
# Note: setup-cluster.yaml depends on the existence of cluster-roles
7
7
# system:csi-external-attacher and system:csi-external-provisioner
You can’t perform that action at this time.
0 commit comments