Skip to content

Commit a7bd47a

Browse files
authored
Merge pull request #485 from verult/readme-name
Updating driver name to be consistent with the latest guidance
2 parents 046be1c + 07d1b4c commit a7bd47a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# GCP Compute Persistent Disk CSI Driver
1+
# Google Compute Engine Persistent Disk CSI Driver
22

33
WARNING: This driver is beta and should not be used in performance critical applications
44

55
DISCLAIMER: This is not an officially supported Google product
66

7-
The GCP Compute Persistent Disk CSI Driver is a
7+
The Google Compute Engine Persistent Disk CSI Driver is a
88
[CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md)
99
Specification compliant driver used by Container Orchestrators to manage the
1010
lifecycle of Google Compute Engine Persistent Disks.

deploy/gcp-compute-persistent-disk-csi-driver-custom-role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: "GCP Compute Persistent Disk CSI Driver Custom Roles"
1+
title: "Google Compute Engine Persistent Disk CSI Driver Custom Roles"
22
description: Custom roles required for functions of the gcp-compute-persistent-disk-csi-driver
33
stage: ALPHA
44
includedPermissions:

deploy/kubernetes/delete-driver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

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
55
#
66
# Args:
77
# GCE_PD_DRIVER_VERSION: The kustomize overlay to deploy (located under

deploy/kubernetes/deploy-driver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

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
55

66
# Note: setup-cluster.yaml depends on the existence of cluster-roles
77
# system:csi-external-attacher and system:csi-external-provisioner

0 commit comments

Comments
 (0)