mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 13:22:17 +00:00
Update goPluginGuidedExample.md
This commit is contained in:
@@ -160,13 +160,13 @@ dependency [skew].
|
|||||||
On load failure
|
On load failure
|
||||||
|
|
||||||
* be sure to build the plugin with the same
|
* be sure to build the plugin with the same
|
||||||
version of Go (`go1.12`) on the same `$GOOS`
|
version of Go (_go1.12_) on the same `$GOOS`
|
||||||
(`linux`) and `$GOARCH` (`amd64`) used to build
|
(_linux_) and `$GOARCH` (_amd64_) used to build
|
||||||
the kustomize being [used in this demo].
|
the kustomize being [used in this demo].
|
||||||
|
|
||||||
* change the plugin's dependencies in `go.mod` to
|
* change the plugin's dependencies in its `go.mod`
|
||||||
match those used to build kustomize (check the
|
to match the versions used by kustomize (check
|
||||||
`go.mod` used in the tagged commit).
|
kustomize's `go.mod` used in its tagged commit).
|
||||||
|
|
||||||
Lacking tools and metadata to allow this to be
|
Lacking tools and metadata to allow this to be
|
||||||
automated, there won't be a Go plugin ecosystem.
|
automated, there won't be a Go plugin ecosystem.
|
||||||
|
|||||||
Reference in New Issue
Block a user