Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
Zhiwei Yin
2021-06-16 13:42:28 +08:00
parent c5471b1ebc
commit 7060d4e776
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ endif
# $1 - target suffix
# $2 - Dockerfile path
# $3 - context directory for image build
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images".
# It will generate target "image-$(1)" for building the image an binding it as a prerequisite to target "images".
$(call build-image,registration-operator,$(IMAGE_REGISTRY)/registration-operator,./Dockerfile,.)
clean:
+1 -1
View File
@@ -62,7 +62,7 @@ kubectl get csr
kubectl get managedcluster
```
Next approve the csr and set managecluster to be accepcted by hub with the following command
Next approve the csr and set managedCluster to be accepted by hub with the following command
```
kubectl certificate approve {csr name}