mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
@@ -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:
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user