@@ -134,7 +134,7 @@ Template: corev1.PodTemplateSpec{
134134<h1 > Example(s) </h1 >
135135
136136You can look for some code examples by checking the code which is generated via the Deploy
137- Image plugin. ([ More info] ( ../plugins/deploy-image-plugin-v1-alpha.md ) )
137+ Image plugin. ([ More info] ( ../plugins/available/ deploy-image-plugin-v1-alpha.md ) )
138138
139139</aside >
140140
@@ -154,32 +154,31 @@ support as recommended above, and that you properly configure the [nodeAffinity]
154154Therefore, ensure that you uncomment the following code in the ` config/manager/manager.yaml ` file
155155
156156``` yaml
157- # TODO(user): Uncomment the following code to configure the nodeAffinity expression
158- # according to the platforms which are supported by your solution.
159- # It is considered best practice to support multiple architectures. You can
160- # build your manager image using the makefile target docker-buildx.
161- # affinity:
162- # nodeAffinity:
163- # requiredDuringSchedulingIgnoredDuringExecution:
164- # nodeSelectorTerms:
165- # - matchExpressions:
166- # - key: kubernetes.io/arch
167- # operator: In
168- # values:
169- # - amd64
170- # - arm64
171- # - ppc64le
172- # - s390x
173- # - key: kubernetes.io/os
174- # operator: In
175- # values:
176- # - linux
157+ # TODO(user): Uncomment the following code to configure the nodeAffinity expression
158+ # according to the platforms which are supported by your solution.
159+ # It is considered best practice to support multiple architectures. You can
160+ # build your manager image using the makefile target docker-buildx.
161+ # affinity:
162+ # nodeAffinity:
163+ # requiredDuringSchedulingIgnoredDuringExecution:
164+ # nodeSelectorTerms:
165+ # - matchExpressions:
166+ # - key: kubernetes.io/arch
167+ # operator: In
168+ # values:
169+ # - amd64
170+ # - arm64
171+ # - ppc64le
172+ # - s390x
173+ # - key: kubernetes.io/os
174+ # operator: In
175+ # values:
176+ # - linux
177177```
178178
179179<aside class =" note " >
180180<h1 >Building images for releases</h1 >
181181
182-
183182You will probably want to automate the releases of your projects to ensure that the images are always built for the
184183same platforms. Note that Goreleaser also supports [ docker buildx] [ buildx ] . See its [ documentation] [ goreleaser-buildx ] for more detail.
185184
@@ -221,4 +220,4 @@ end up labeled with ` kubernetes.io/os=linux`
221220[ node-affinity ] : https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
222221[ docker-manifest ] : https://docs.docker.com/engine/reference/commandline/manifest/
223222[ buildx ] : https://docs.docker.com/build/buildx/
224- [ goreleaser-buildx ] : https://goreleaser.com/customization/docker/#use-a-specific-builder-with-docker-buildx
223+ [ goreleaser-buildx ] : https://goreleaser.com/customization/docker/#use-a-specific-builder-with-docker-buildx
0 commit comments