We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a4f6c commit c990c8eCopy full SHA for c990c8e
docs/kubernetes/development.md
@@ -5,7 +5,7 @@
5
To build and install a development version of the driver:
6
7
```sh
8
-GCE_PD_CSI_STAGING_IMAGE=gcr.io/path/to/driver/image:dev # Location to push dev image to
+GCE_PD_CSI_STAGING_IMAGE=registry.pkg.dev/path/to/driver/image # Location to push dev image to
9
make push-container
10
11
# 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> \
152
153
## Dependency management
154
155
-Use [dep](https://github.com/golang/dep)
+Use go modules to manage dependencies
156
157
158
-dep ensure
+go mod tidy
159
```
160
161
To modify dependencies or versions change `./Gopkg.toml`
0 commit comments