Skip to content

Commit c990c8e

Browse files
committed
Update development doc for go modules and correct image location
1 parent 82a4f6c commit c990c8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/kubernetes/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To build and install a development version of the driver:
66

77
```sh
8-
GCE_PD_CSI_STAGING_IMAGE=gcr.io/path/to/driver/image:dev # Location to push dev image to
8+
GCE_PD_CSI_STAGING_IMAGE=registry.pkg.dev/path/to/driver/image # Location to push dev image to
99
make push-container
1010

1111
# Modify controller.yaml and node.yaml in ./deploy/kubernetes/dev to use dev image
@@ -152,10 +152,10 @@ kubetest <custom flags based on your provider> \
152152

153153
## Dependency management
154154

155-
Use [dep](https://github.com/golang/dep)
155+
Use go modules to manage dependencies
156156

157157
```sh
158-
dep ensure
158+
go mod tidy
159159
```
160160

161161
To modify dependencies or versions change `./Gopkg.toml`

0 commit comments

Comments
 (0)